vendor:
Flash
by:
Google Security Research
7,8
CVSS
HIGH
Memory Corruption
119
CWE
Product Name: Flash
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: No
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, Linux, Mac
2015
Flash Memory Corruption via IExternalizable.readExternal
If IExternalizable.readExternal is overridden with a value that is not a function, Flash assumes it is a function even though it is not one. This leads to execution of a 'method' outside of the ActionScript object's ActionScript vtable, leading to memory corruption.
Mitigation:
Ensure that IExternalizable.readExternal is only overridden with a valid function.