CVE-2026-47965 Adobe Reader Out-of-Bounds Write Vulnerability: Patch and Detection Guide
Adobe Reader contains a critical flaw that allows attackers to run malicious code on a victim's computer if the user opens a specially crafted file. The vulnerability exists in versions 24.001.30365 and 26.001.21651 of Acrobat Reader and earlier releases. While the attacker cannot exploit this remotely—the victim must actively open the malicious file—successful exploitation grants the attacker the same permissions as the logged-in user, potentially enabling data theft, system compromise, or further lateral movement.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.8 HIGH · CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
- Weaknesses (CWE)
- CWE-787
- Affected products
- 5 configuration(s)
- Published / Modified
- 2026-06-12 / 2026-06-18
NVD description (verbatim)
Acrobat Reader versions 24.001.30365, 26.001.21651 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-47965 is an out-of-bounds write vulnerability (CWE-787) in Adobe Reader's file parsing logic. The flaw occurs when Reader processes a malicious PDF or similar document format, allowing an attacker to write data beyond the bounds of an allocated buffer. This memory corruption can be leveraged to overwrite critical control structures and achieve arbitrary code execution within the Reader process context. The CVSS 3.1 score of 7.8 (HIGH) reflects high impact across confidentiality, integrity, and availability, combined with local attack surface and required user interaction.
Business impact
A successful attack could allow threat actors to steal sensitive documents processed by targeted users, establish persistence on corporate workstations, or pivot to network resources accessible from compromised endpoints. Organizations with heavy PDF workflows—legal, financial, engineering, healthcare sectors—face elevated risk. Unpatched systems create both direct exposure and potential compliance violations if sensitive data handling is involved.
Affected systems
The vulnerability affects Adobe Acrobat and Acrobat Reader DC across Windows and macOS platforms, specifically version 24.001.30365 and earlier, as well as version 26.001.21651 and earlier. Organizations using older versions are at particular risk and should verify their current installations against these version thresholds. The issue spans both consumer and enterprise editions.
Exploitability
Exploitation requires crafting a malicious document and socially engineering a user to open it. No network access or elevated privileges are needed from the attacker. Once the file is opened, the out-of-bounds write can be triggered automatically during parsing, making it relatively straightforward for skilled attackers to weaponize. The barrier to exploitation is primarily the user interaction requirement—determined threat actors commonly bypass this through spear-phishing, watering hole attacks, or supply chain compromises.
Remediation
Adobe has released patched versions addressing this vulnerability. Organizations must upgrade Acrobat Reader to a version newer than 24.001.30365 and 26.001.21651 respectively. Verify patch availability directly from Adobe's security advisories and deploy updates across all endpoints. Until patches are applied, implement compensating controls: disable PDF preview in email clients, restrict macros and external content handling in Reader, and educate users on file-opening risks from untrusted sources.
Patch guidance
Check Adobe's official security bulletin for the specific patched version numbers applicable to your Reader variant and operating system. Adobe typically releases patches through their regular update channels and security advisories. Enable automatic updates where possible, or establish a patch deployment timeline not to exceed 30 days given the HIGH severity rating. Test patches in a non-production environment before broad rollout to ensure compatibility with critical workflows and plugins.
Detection guidance
Monitor for suspicious file access and process execution originating from Adobe Reader processes. Look for Reader spawning unexpected child processes, accessing unusual network resources, or writing to startup folders and registry run keys. Endpoint detection and response (EDR) tools should flag out-of-bounds memory writes or heap spray patterns. Network-level detection is limited due to the local exploitation nature, but suspicious PDF delivery via email or unusual document sharing patterns warrant investigation. File integrity monitoring on commonly targeted document repositories can detect unauthorized modifications.
Why prioritize this
A HIGH-severity code execution vulnerability with user interaction is a significant risk in environments where documents are routinely exchanged. While it requires social engineering, the frequency of PDF-based attacks and the ease of weaponization make this a priority for timely patching. Organizations should treat this as part of their critical infrastructure hardening, especially if they process confidential information or operate in high-value target sectors.
Risk score, explained
The CVSS 3.1 score of 7.8 reflects the combination of high impact (confidentiality, integrity, and availability all fully compromised), local attack vector, low attack complexity, no privilege escalation required, and unchanged scope. The score is tempered only by the requirement for user interaction. For most enterprise environments with centralized patch management and security awareness training, this represents a manageable but non-trivial risk requiring prompt remediation.
Frequently asked questions
Can this vulnerability be exploited without user interaction?
No. The attacker must socially engineer or trick a victim into opening a malicious file. There is no known remote exploitation mechanism that bypasses this requirement. However, determined attackers have successfully weaponized similar flaws through spear-phishing and targeted campaigns.
What types of files can trigger this vulnerability?
The vulnerability is in Adobe Reader's document parsing logic, so it most commonly affects PDF files. However, depending on Reader's configuration and supported formats, other document types processed by similar parsing routines may also be exploitable. Verify with Adobe's advisory for a complete list of affected file types.
If I update Reader, will my existing documents be affected?
No. Patching Reader will not harm existing documents or workflows. However, you should test the patched version in your environment before broad deployment to ensure compatibility with any Reader plugins or integrations your organization relies on.
Is there a public exploit for this vulnerability?
As of the publication date, the vulnerability is not listed on CISA's Known Exploited Vulnerabilities (KEV) catalog, suggesting active exploitation in the wild has not been formally documented. However, organizations should not rely on this as assurance—skilled threat actors may be privately developing or using exploits.
This analysis is provided for informational purposes to support cybersecurity decision-making. The vulnerability details, version numbers, and CVSS score are derived from official sources but should be verified against Adobe's current security advisories and NIST databases. Organizations are responsible for assessing their own exposure and implementing patches appropriate to their risk tolerance and operational environment. No exploit code or weaponization instructions are provided. Always test patches in non-production environments before enterprise deployment. Source: NVD (public-domain), retrieved 2026-07-20. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-34700HIGHInDesign Out-of-Bounds Write Remote Code Execution
- CVE-2026-34706HIGHAdobe InCopy Out-of-Bounds Write Vulnerability (CVSS 7.8 HIGH)
- CVE-2026-47911HIGHAdobe Acrobat Reader Out-of-Bounds Write RCE Vulnerability
- CVE-2026-48293HIGHAdobe InDesign Out-of-Bounds Write Vulnerability (CVSS 7.8)
- CVE-2026-10883HIGHType Confusion in Chrome ANGLE Graphics Library
- CVE-2026-10897HIGHCritical Chrome GPU Sandbox Escape Vulnerability
- CVE-2026-10907HIGHChrome ANGLE Out-of-Bounds Write – Remote Code Execution Risk
- CVE-2026-10941HIGHSkia Out-of-Bounds Memory Vulnerability in Chrome – Urgent Patch Required