exploit-db-mirror/exploits/windows/dos/24267.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

14 lines
No EOL
662 B
Text

source: http://www.securityfocus.com/bid/10694/info
A denial of service vulnerability is reported to affect Internet Explorer. The issue is reported to present itself when Internet Explorer attempts to render JavaScript that contains an invalid for statement.
A remote attacker may exploit this vulnerability to cause the running instance of Internet Explorer to crash.
This vulnerability is reported to affect Internet Explorer version 6.0 (SP1), other versions might also be affected.
<SCRIPT language="javascript">
MSIE = window.open; // for hackers to come in
for (every_bug_found in MSIE) { /* there are zillions more hiden */ }
</SCRIPT>