7.6
CVSSv2

CVE-2016-4108

Published: 11/05/2016 Updated: 12/10/2018
CVSS v2 Base Score: 7.6 | Impact Score: 10 | Exploitability Score: 4.9
CVSS v3 Base Score: 7.5 | Impact Score: 5.9 | Exploitability Score: 1.6
VMScore: 765
Vector: AV:N/AC:H/Au:N/C:C/I:C/A:C

Vulnerability Summary

Unspecified vulnerability in Adobe Flash Player 21.0.0.213 and previous versions, as used in the Adobe Flash libraries in Microsoft Internet Explorer 10 and 11 and Microsoft Edge, has unknown impact and attack vectors, a different vulnerability than other CVEs listed in MS16-064.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft edge -

microsoft internet explorer 10

microsoft internet explorer 11

adobe flash player

Exploits

Source: bugschromiumorg/p/project-zero/issues/detail?id=801 There is a use-after-free in addProperty If a property is added to a MovieClip object that already has a watch defined, and the watch deleted the MovieClip, it is used after it is freed A minimal PoC follows: var t = thiscreateEmptyMovieClip( "t", 1); twatch("a", func); t ...