vendor:
N/A
by:
Google Security Research
7,5
CVSS
HIGH
Use-After-Free
416
CWE
Product Name: N/A
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: N/A
2015
Use-After-Free in TextField AntiAliasType Setter
There is a use-after-free in the TextField antiAliasType setter. If it is set to an object with a toString method that frees the TextField, the property will be written after it is freed. A proof-of-concept is provided in the form of a .fla and .swf file.
Mitigation:
Ensure that the antiAliasType setter is not set to an object with a toString method that frees the TextField.