Exploitation Summary
EIP tracks 1 public exploit for CVE-2015-5574. PoCs published by Google Security Research.
AI-analyzed exploit summary This exploit demonstrates a Use-after-Free (UaF) vulnerability in Adobe Flash Player by manipulating the `Color.setTransform` method to delete a TextField object while it is still in use. The PoC triggers the vulnerability by removing the TextField during a `valueOf` call, leading to potential arbitrary code execution.
Description
Use-after-free vulnerability in Adobe Flash Player before 18.0.0.241 and 19.x before 19.0.0.185 on Windows and OS X and before 11.2.202.521 on Linux, Adobe AIR before 19.0.0.190, Adobe AIR SDK before 19.0.0.190, and Adobe AIR SDK & Compiler before 19.0.0.190 allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-5570, CVE-2015-5581, CVE-2015-5584, and CVE-2015-6682.
Exploits (1)
This exploit demonstrates a Use-after-Free (UaF) vulnerability in Adobe Flash Player by manipulating the `Color.setTransform` method to delete a TextField object while it is still in use. The PoC triggers the vulnerability by removing the TextField during a `valueOf` call, leading to potential arbitrary code execution.