vendor:
Adobe Flash Player
by:
Google Security Research
7.5
CVSS
HIGH
Type Confusion
843
CWE
Product Name: Adobe Flash Player
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows, Chrome
2015
Shared Object Constructor Type Confusion
The Shared Object constructor does not check that the object it is provided is of type Object before setting it to be of type SharedObject. This can cause problems if another method (such as Sound.loadSound) calls into script between checking the input object type, and casting its native object. A proof-of-concept is provided which needs to be hosted on a webserver to work and only works on 32-bit systems.
Mitigation:
Ensure that the Shared Object constructor is only provided with objects of type Object.