Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-34626

CVE-2026-34626: Adobe Acrobat Information Disclosure Flaw

CVE-2026-34626 is an information disclosure vulnerability in Adobe Acrobat caused by prototype pollution, allowing arbitrary file system read. This article covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-34626 Overview

CVE-2026-34626 is a Prototype Pollution vulnerability affecting Adobe Acrobat Reader that enables arbitrary file system read operations in the context of the current user. The vulnerability stems from Improperly Controlled Modification of Object Prototype Attributes (CWE-1321), which allows attackers to manipulate JavaScript object prototypes within maliciously crafted PDF documents.

Exploitation requires user interaction—specifically, a victim must open a malicious PDF file. Once triggered, the vulnerability can expose sensitive files accessible to the current user, potentially including configuration files, credentials, and other confidential data stored on the local file system.

Critical Impact

Successful exploitation allows attackers to read arbitrary files from the victim's file system, potentially exposing sensitive data, credentials, and configuration files when a user opens a malicious PDF document.

Affected Products

  • Adobe Acrobat versions 26.001.21411 and earlier
  • Adobe Acrobat DC (Continuous track) versions 24.001.30360, 24.001.30362 and earlier
  • Adobe Acrobat Reader DC (Continuous track) versions 24.001.30360, 24.001.30362 and earlier

Discovery Timeline

  • 2026-04-14 - CVE-2026-34626 published to NVD
  • 2026-04-16 - Last updated in NVD database

Technical Details for CVE-2026-34626

Vulnerability Analysis

This Prototype Pollution vulnerability exists in Adobe Acrobat Reader's JavaScript engine implementation. Prototype Pollution occurs when an attacker can inject properties into existing JavaScript object prototypes, such as Object.prototype. In the context of PDF documents, Adobe Acrobat supports embedded JavaScript for interactive features, and this implementation fails to properly sanitize or restrict modifications to base object prototypes.

The vulnerability allows an attacker to pollute JavaScript prototypes in a way that subsequently enables arbitrary file system read operations. This is particularly dangerous because PDF files are commonly exchanged in business contexts and users may not suspect malicious content in document files.

The local attack vector combined with the requirement for user interaction means social engineering plays a role in successful exploitation. An attacker would need to convince a target to open a crafted PDF file, which could be delivered via email, file sharing services, or compromised websites.

Root Cause

The root cause is an Improperly Controlled Modification of Object Prototype Attributes (CWE-1321) in the JavaScript engine used by Adobe Acrobat Reader. The application fails to implement proper prototype pollution protections when processing JavaScript within PDF documents. This allows malicious JavaScript code embedded in a PDF to modify base object prototypes, which can then be leveraged to bypass security controls and access the local file system.

Modern JavaScript engines in security-sensitive contexts should implement prototype freezing, input validation on property assignments, and restrictions on __proto__ and constructor.prototype modifications. The absence of these protections enables this vulnerability.

Attack Vector

The attack requires local access in the form of user interaction with a malicious file. An attacker crafts a PDF document containing malicious JavaScript that exploits the prototype pollution vulnerability. The attack sequence proceeds as follows:

  1. Attacker creates a PDF with embedded JavaScript containing prototype pollution payloads
  2. The PDF is distributed to the target via email, download links, or other delivery methods
  3. Victim opens the PDF in a vulnerable version of Adobe Acrobat Reader
  4. The embedded JavaScript executes and pollutes object prototypes
  5. The polluted prototypes enable the attacker's code to read arbitrary files from the user's file system
  6. Sensitive file contents are exfiltrated or used for further attack stages

The vulnerability enables high confidentiality impact with the ability to read files outside the intended scope, affecting the security scope (Changed scope in CVSS). However, it does not provide write access to the file system or enable denial of service.

Detection Methods for CVE-2026-34626

Indicators of Compromise

  • PDF files containing suspicious JavaScript with references to __proto__, constructor.prototype, or Object.prototype
  • Unexpected file system read operations initiated by Adobe Acrobat Reader processes
  • JavaScript code in PDFs attempting to access file paths outside normal document operations
  • Acrobat Reader process accessing sensitive configuration files or credential stores

Detection Strategies

  • Monitor Adobe Acrobat Reader processes for unusual file system access patterns, particularly reads of sensitive system or user files
  • Implement endpoint detection rules to flag PDF files containing JavaScript that manipulates prototype chains
  • Deploy content inspection on email gateways to detect potentially malicious PDFs before delivery to users
  • Use behavioral analysis to identify Acrobat Reader accessing files inconsistent with normal PDF rendering operations

Monitoring Recommendations

  • Enable enhanced logging for Adobe Acrobat Reader file system access on endpoints
  • Configure SIEM rules to correlate PDF file opens with subsequent suspicious file reads by the same process
  • Monitor for unusual outbound data transfers following PDF file access
  • Implement file integrity monitoring on sensitive files that should not be accessed by PDF reader applications

How to Mitigate CVE-2026-34626

Immediate Actions Required

  • Update Adobe Acrobat and Acrobat Reader to the latest patched versions immediately
  • Educate users to avoid opening PDF files from untrusted or unexpected sources
  • Consider implementing application control policies to restrict JavaScript execution in PDF files
  • Deploy endpoint protection solutions capable of detecting prototype pollution attacks

Patch Information

Adobe has released security updates addressing this vulnerability. Organizations should update to the following minimum versions or later:

  • Adobe Acrobat (Classic track): Versions after 26.001.21411
  • Adobe Acrobat DC (Continuous track): Versions after 24.001.30362
  • Adobe Acrobat Reader DC (Continuous track): Versions after 24.001.30362

Detailed patch information is available in the Adobe Security Bulletin APSB26-44. Organizations running affected versions on Windows or macOS should prioritize these updates.

Workarounds

  • Disable JavaScript in Adobe Acrobat Reader via Edit > Preferences > JavaScript > uncheck "Enable Acrobat JavaScript"
  • Implement Protected View for all PDF files from external sources (Edit > Preferences > Security (Enhanced) > Enable Protected View)
  • Use alternative PDF readers for untrusted documents until patches are applied
  • Configure email security gateways to strip JavaScript from incoming PDF attachments or quarantine PDFs with embedded scripts
bash
# Registry configuration to disable JavaScript in Acrobat Reader DC (Windows)
# Run as Administrator
reg add "HKLM\SOFTWARE\Policies\Adobe\Acrobat Reader\DC\FeatureLockDown" /v bDisableJavaScript /t REG_DWORD /d 1 /f

# For Adobe Acrobat DC
reg add "HKLM\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockDown" /v bDisableJavaScript /t REG_DWORD /d 1 /f

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechAdobe Acrobat

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-1321
  • Vendor Resources
  • Adobe Acrobat Security Advisory
  • Related CVEs
  • CVE-2025-47112: Adobe Acrobat DC Information Disclosure

  • CVE-2025-27163: Adobe Acrobat Information Disclosure Flaw

  • CVE-2024-49532: Adobe Acrobat Information Disclosure Flaw

  • CVE-2021-40729: Adobe Acrobat DC Information Disclosure
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English