CVE-2026-81979 Overview
CVE-2026-81979 is an out-of-bounds write vulnerability [CWE-787] in Adobe Acrobat and Adobe Acrobat Reader. An attacker can achieve arbitrary code execution in the context of the current user when a victim opens a crafted PDF file. The flaw affects both the Classic and Continuous release tracks of Acrobat and Acrobat Reader DC on Windows and macOS. Exploitation requires user interaction but no prior authentication or elevated privileges. Adobe published the fix in security bulletin APSB26-141.
Critical Impact
A malicious PDF opened in Adobe Acrobat or Reader can trigger memory corruption that executes attacker-controlled code with the privileges of the logged-in user.
Affected Products
- Adobe Acrobat (Classic track)
- Adobe Acrobat DC and Acrobat Reader DC (Continuous track)
- Microsoft Windows and Apple macOS installations of the above
Discovery Timeline
- 2026-09-08 - CVE-2026-81979 published to the National Vulnerability Database (NVD)
- 2026-09-10 - Last updated in NVD database
Technical Details for CVE-2026-81979
Vulnerability Analysis
CVE-2026-81979 is an out-of-bounds write in Acrobat's PDF parsing and rendering code. When Acrobat processes a malformed object in a crafted PDF, the application writes data past the bounds of an allocated buffer. That write corrupts adjacent memory structures and can be steered by the attacker to hijack control flow. Successful exploitation yields arbitrary code execution inside the Acrobat process, running as the current user. The attack is local in classification because the malicious file must reach the victim, but PDFs are commonly delivered through email, chat, and web downloads. See the Adobe Acrobat Security Bulletin APSB26-141 for vendor details.
Root Cause
The root cause is missing or insufficient bounds validation on a length or index value derived from attacker-controlled PDF content. Acrobat trusts the untrusted size before performing the write, allowing memory outside the intended buffer to be overwritten. This pattern maps directly to Common Weakness Enumeration [CWE-787], Out-of-Bounds Write.
Attack Vector
Exploitation follows a standard client-side file-format attack. An attacker crafts a PDF that triggers the vulnerable code path and delivers it through phishing, watering-hole sites, or shared file storage. The victim opens the file in a vulnerable version of Acrobat or Reader, and the corrupted memory operation leads to code execution. No network exposure of Acrobat is required, and no privilege escalation is needed to reach the vulnerable parser.
No public proof-of-concept exploit is available at the time of publication, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Refer to the vendor advisory for technical scope.
Detection Methods for CVE-2026-81979
Indicators of Compromise
- Acrobat or Reader processes (Acrobat.exe, AcroRd32.exe) spawning command interpreters such as cmd.exe, powershell.exe, or bash.
- Unexpected child processes, DLL loads, or network connections originating from an Acrobat process shortly after a PDF is opened.
- Crash reports or Windows Error Reporting entries referencing access violations in Acrobat modules.
Detection Strategies
- Hunt for behavioral chains where a mail client or browser writes a PDF to disk and Acrobat then launches a new process or drops an executable.
- Alert on PDFs containing malformed object streams, obfuscated JavaScript, or unusual embedded fonts flagged by static PDF analyzers.
- Correlate endpoint telemetry with mail gateway data to identify targeted delivery of suspicious PDF attachments to multiple users.
Monitoring Recommendations
- Enable process-lineage and script-block logging on user endpoints where Acrobat is installed.
- Forward Acrobat crash and exception events into the SIEM for correlation with delivery vectors.
- Track Acrobat and Reader version inventory to identify hosts running builds prior to the APSB26-141 fix.
How to Mitigate CVE-2026-81979
Immediate Actions Required
- Apply the Adobe updates listed in APSB26-141 to all Windows and macOS endpoints running Acrobat or Reader.
- Prioritize patching for users who routinely receive external PDFs, such as legal, finance, HR, and executive staff.
- Restrict local administrator rights so that any successful exploitation inherits the least possible privilege.
Patch Information
Adobe addressed CVE-2026-81979 in the updates documented in the Adobe Acrobat Security Bulletin APSB26-141. Both the Classic and Continuous tracks of Acrobat and Acrobat Reader DC receive fixed builds; deploy the version that matches your release track through Adobe Update Manager, Microsoft Intune, SCCM, Jamf, or your standard software distribution tooling.
Workarounds
- Enable Acrobat's Protected View and Protected Mode (sandbox) to constrain the impact of a successful exploit until patches are deployed.
- Configure the operating system to open untrusted PDFs in a hardened viewer or browser sandbox instead of the full Acrobat client.
- Block or quarantine inbound PDFs from untrusted senders at the mail gateway and strip active content where policy allows.
# Verify Adobe Acrobat/Reader version on Windows endpoints
reg query "HKLM\SOFTWARE\WOW6432Node\Adobe\Adobe Acrobat\DC\Installer" /v "VersionMax"
# Verify Adobe Acrobat/Reader version on macOS endpoints
defaults read /Applications/Adobe\ Acrobat\ DC/Adobe\ Acrobat.app/Contents/Info.plist CFBundleShortVersionString
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

