Skip to main content
Live Webinar with SANS (June 25)— Agentic CTI Automation for Fun & ProfitRegister Free
Mallory
HighCISA KEVExploited in the wildPublic exploit

Use-after-free RCE in Adobe Acrobat

IdentifiersCVE-2020-9715CWE-416· Use After Free

CVE-2020-9715 is a use-after-free vulnerability in Adobe Acrobat/Reader. According to the provided content, affected versions include Adobe Acrobat and Reader 2020.009.20074 and earlier, 2020.001.30002, 2017.011.30171 and earlier, and 2015.006.30523 and earlier. The flaw is a memory-lifecycle error in which freed memory can be reused while still referenced, creating a condition that can be leveraged to corrupt process memory and execute attacker-controlled code. Adobe addressed the issue in security bulletin APSB20-48. The content also indicates the vulnerability has been added to CISA's Known Exploited Vulnerabilities catalog, reflecting evidence of active exploitation.

Share:
For your environment

Are you exposed to this one?

Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.

ANALYST BRIEF

Impact, mitigation & remediation

What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.

Impact

What an attacker gets, and what they’ve been doing with it.

Successful exploitation can result in arbitrary code execution, including remote code execution when a target opens attacker-supplied malicious content in the vulnerable application. Code executes in the security context of the current user, which can enable full compromise of that user's data and actions available to that account. Depending on local privileges and environment, this may also facilitate follow-on activity such as persistence, credential theft, lateral movement, or deployment of additional malware.

Mitigation

If you can’t patch tonight, do this now.

Primary mitigation is prompt patching to the fixed Adobe releases. Where immediate patching is not possible, reduce exposure by limiting use of Acrobat/Reader on untrusted documents, restricting execution paths through application control, and minimizing user privileges so successful exploitation runs with fewer rights. Organizations should also prioritize this CVE because the content indicates it is in CISA's KEV catalog and has evidence of active exploitation.

Remediation

Patch, then assume compromise.

Upgrade Adobe Acrobat and Reader to the vendor-fixed versions referenced in Adobe advisory APSB20-48. The provided content states Adobe released security updates in August 2020 and advised users to upgrade affected products to the latest available versions as soon as possible. Enterprise administrators should deploy the patched Acrobat/Reader builds across Windows and macOS fleets using standard software deployment mechanisms and verify that vulnerable legacy versions are removed or updated.
PUBLIC EXPLOITS

Exploits

1 valid exploit after Mallory filtered fakes, detection scripts, and README-only repos.

VALID 1 / 1 TOTALView more in app
PoC-CVE-2020-9715MaturityPoCVerified exploit

Small single-script exploit repository containing a Python PDF generator for CVE-2020-9715. The repo has 4 files: metadata/support files (`.gitignore`, `LICENSE`), documentation (`README.md`), and one executable script (`generate_poc.py`). The Python script builds a minimal PDF from scratch using a custom `PDFObject` class, then embeds a dummy file object, registers it in the PDF `EmbeddedFiles` name tree under the ANSI name `poc_data`, and sets a JavaScript `OpenAction` so the payload runs automatically when the PDF is opened. The exploit capability is limited to proof-of-concept triggering of Adobe Reader's ESObject cache use-after-free. The generated JavaScript first accesses `this.dataObjects` to create/cache the ESObject, nulls the reference, performs repeated allocations to encourage garbage collection, sprays the heap with many `ArrayBuffer` objects filled with `0x41414141`, and then re-accesses `this.dataObjects[0]` to dereference a stale pointer. This is intended to reproduce the vulnerability pattern and generate EDR-detectable behavior or a crash. There is no weaponized payload, no shellcode, no network communication, and no persistence or lateral movement logic. No external network endpoints, URLs, IPs, or domains are contacted by the code. The only fingerprintable artifacts are local/file-level indicators inside the generated PDF and script behavior: the output filename `CVE-2020-9715.pdf`, the embedded file name `poc_data`, the PDF structures `/EmbeddedFiles`, `/OpenAction`, and the Acrobat JavaScript timer call `app.setTimeOut("triggerUAF()", 500)`. Overall, this repository is a focused local file-based PoC generator for EDR validation against a known Adobe Reader UAF exploitation pattern.

f8alDisclosed Apr 14, 2026pythonjavascriptfilelocal
EXPOSURE SURFACE

Affected products & vendors

Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.

VendorProductType
AdobeAcrobat Dcapplication
AdobeAcrobat Reader Dcapplication

Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.

What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets are affected, which adversaries are exploiting it right now, which detections to deploy, and what to do tonight.
Exposure mapping

Query your assets running an affected version, and investigate the blast radius.

Threat actor evidence

Every observed campaign linking this CVE to a named adversary.

Associated malware

Malware families riding this exploit, with evidence and IOCs.

Detection signatures1

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

Vendor-by-vendor mapping

Cross-references every affected SKU, including bundled OEM variants.

Social activity9

Community discussion across Reddit, Mastodon, and other social sources.