What is Adobe Flash Player?
Adobe Flash Player was, for years, one of the most widely installed browser plugins in the world, used to render interactive animations, video, and rich web content. Its long history of memory-corruption vulnerabilities made it one of the most commonly weaponized attack surfaces for both cybercrime and nation-state actors throughout the 2010s, ultimately contributing to Adobe's decision to fully end-of-life the product on December 31, 2020.
Overview
CVE-2018-15982 is a use-after-free vulnerability in Adobe Flash Player's com.adobe.tvsdk.mediacore.metadata component that was discovered being actively exploited in the wild as a zero-day before a patch was available. Attackers embedded a malicious Flash object inside a Microsoft Office document, which, when opened, triggered the use-after-free to execute attacker-controlled code on the victim's machine.
Technical Details
The flaw (CWE-416, Use After Free) occurs when the vulnerable metadata-handling code in Flash's media core continues to reference a memory object after it has been freed, allowing an attacker who controls the timing and contents of that freed memory to hijack program execution and run arbitrary code with the privileges of the user running Flash Player — typically inside a browser or embedded in an Office document viewer. Exploitation requires user interaction (opening a malicious document or visiting a page with the crafted Flash content), rated CVSS 7.8 (local vector reflecting execution in the context of the user session, low complexity).
Discovery
The zero-day exploitation was discovered in the wild by researchers at Gigamon Applied Threat Research (ATR) and independently by Qihoo 360's Threat Intelligence Center, who identified a malicious Office document targeting a Russian government-linked medical/healthcare research organization. Adobe credited these findings and issued an emergency out-of-band patch shortly after.
Exploitation Context
This vulnerability was exploited as a zero-day in a targeted espionage-style campaign before any patch existed, delivered via a booby-trapped Word document containing an embedded Flash ActiveX object — a well-established delivery method for Flash exploits at the time. Its inclusion in CISA's KEV catalog, years after Flash Player's end-of-life, reflects that unpatched legacy systems still running Flash (embedded in old documents, kiosks, or industrial/embedded systems) remain viable targets for this exploit long after the plugin's official retirement.
Remediation
- Since Adobe fully discontinued Flash Player on December 31, 2020, the only complete remediation is uninstalling Flash Player entirely from all systems.
- Identify and remove any legacy applications, kiosks, or embedded systems that still bundle or require Flash Player.
- Block Flash/SWF content execution at the browser and email gateway level for any systems that cannot immediately remove the plugin.
- Treat any Office document containing embedded Flash/ActiveX content as high-risk and inspect it before opening, especially from external senders.
- Prioritize migrating any remaining Flash-dependent business processes to modern, supported technology.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2018-15982 |
| Vendor / Product | Adobe — Flash Player |
| NVD Published | 2019-01-18 |
| NVD Last Modified | 2025-11-17 |
| CVSS 3.1 Score | 7.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H |
| Severity | HIGH |
| CWE | CWE-416 find similar ↗ |
| CISA KEV Added | 2022-02-15 |
| CISA KEV Deadline | 2022-08-15 |
| Known Ransomware Use | ⚠️ Yes |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2018-11-29 | Discovered in the wild by Gigamon ATR and 360 Threat Intelligence Center, exploited as a zero-day |
| 2018-12-05 | Adobe releases emergency out-of-band patch for Flash Player |
| 2019-01-18 | CVE published |
| 2022-02-15 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2022-08-15 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| NVD — CVE-2018-15982 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |