10
CVE-2015-5122
- EPSS 92.58%
- Published 14.07.2015 10:59:00
- Last modified 12.04.2025 10:46:40
- Source psirt@adobe.com
- Teams watchlist Login
- Open Login
Use-after-free vulnerability in the DisplayObject class in the ActionScript 3 (AS3) implementation in Adobe Flash Player 13.x through 13.0.0.302 on Windows and OS X, 14.x through 18.0.0.203 on Windows and OS X, 11.x through 11.2.202.481 on Linux, and 12.x through 18.0.0.204 on Linux Chrome installations allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via crafted Flash content that leverages improper handling of the opaqueBackground property, as exploited in the wild in July 2015.
Data is provided by the National Vulnerability Database (NVD)
Adobe ≫ Flash Player SwEditionesr Version >= 13.0 <= 13.0.0.302
Adobe ≫ Flash Player SwPlatformchrome Version >= 18.0 <= 18.0.0.203
Adobe ≫ Flash Player Desktop Runtime Version >= 18.0 <= 18.0.0.203
Adobe ≫ Flash Player SwPlatformchrome Version >= 18.0 <= 18.0.0.204
Adobe ≫ Flash Player SwPlatforminternet_explorer_10 Version >= 18.0 <= 18.0.0.203
Adobe ≫ Flash Player SwPlatforminternet_explorer_11 Version >= 18.0 <= 18.0.0.203
Adobe ≫ Flash Player Version >= 11.0 <= 11.2.202.481
Redhat ≫ Enterprise Linux Desktop Version5.0
Redhat ≫ Enterprise Linux Desktop Version6.0
Redhat ≫ Enterprise Linux Server Version5.0
Redhat ≫ Enterprise Linux Server Version6.0
Redhat ≫ Enterprise Linux Server Eus Version6.6
Redhat ≫ Enterprise Linux Workstation Version5.0
Redhat ≫ Enterprise Linux Workstation Version6.0
Suse ≫ Linux Enterprise Desktop Version11 Updatesp3
Suse ≫ Linux Enterprise Desktop Version11 Updatesp4
Suse ≫ Linux Enterprise Desktop Version12
Suse ≫ Linux Enterprise Workstation Extension Version12
13.04.2022: CISA Known Exploited Vulnerabilities (KEV) Catalog
Adobe Flash Player Use-After-Free Vulnerability
VulnerabilityUse-after-free vulnerability in the DisplayObject class in the ActionScript 3 (AS3) implementation in Adobe Flash Player allows remote attackers to execute code or cause a denial-of-service (DoS).
DescriptionThe impacted product is end-of-life and should be disconnected if still in use.
Required actionsType | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 92.58% | 0.997 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 9.8 | 3.9 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
nvd@nist.gov | 10 | 10 | 10 |
AV:N/AC:L/Au:N/C:C/I:C/A:C
|
134c704f-9b21-4f2e-91b3-4a467353bcc0 | 9.8 | 3.9 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
CWE-416 Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.