The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2023-26405

CVE-2023-26405: Adobe Acrobat Reader RCE Vulnerability

CVE-2023-26405 is a remote code execution vulnerability in Adobe Acrobat Reader caused by improper input validation. Attackers can exploit this flaw to execute arbitrary code. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: January 28, 2026

CVE-2023-26405 Overview

CVE-2023-26405 is an Improper Input Validation vulnerability affecting Adobe Acrobat Reader that could result in arbitrary code execution in the context of the current user. This vulnerability allows attackers to craft malicious PDF files that, when opened by a victim, can execute arbitrary code on the target system. The attack requires user interaction—specifically, the victim must open a malicious file for exploitation to occur.

Critical Impact

Successful exploitation enables attackers to execute arbitrary code with the privileges of the current user, potentially leading to complete system compromise, data theft, or lateral movement within an organization.

Affected Products

  • Adobe Acrobat Reader versions 23.001.20093 and earlier (Continuous track)
  • Adobe Acrobat Reader versions 20.005.30441 and earlier (Classic track)
  • Adobe Acrobat DC (Continuous track)
  • Adobe Acrobat (Classic track)
  • Affected on both Microsoft Windows and Apple macOS platforms

Discovery Timeline

  • 2023-04-12 - CVE-2023-26405 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-26405

Vulnerability Analysis

This vulnerability stems from improper input validation (CWE-20) within Adobe Acrobat Reader's file parsing functionality. When processing specially crafted PDF documents, the application fails to properly validate certain input parameters before using them in critical operations. This lack of validation creates an exploitable condition that attackers can leverage to execute arbitrary code.

The vulnerability affects local file processing operations, meaning an attacker must deliver a malicious PDF file to the victim through phishing emails, compromised websites, or other social engineering techniques. Once the victim opens the malicious document, the exploit triggers without any additional interaction required.

Root Cause

The root cause of CVE-2023-26405 is insufficient input validation within Adobe Acrobat Reader's document processing engine. The application does not adequately verify the integrity and bounds of certain input data within PDF files before processing them. This improper validation allows malformed or malicious data to be processed in unexpected ways, ultimately leading to arbitrary code execution.

The CWE-20 (Improper Input Validation) classification indicates that the vulnerability exists because the software does not validate or incorrectly validates input that can affect the control flow or data flow of a program.

Attack Vector

The attack vector for this vulnerability requires local access through user interaction. An attacker would typically craft a malicious PDF document designed to exploit the input validation flaw and distribute it to potential victims through various channels:

  1. Email phishing campaigns - Sending the malicious PDF as an attachment or linking to it
  2. Compromised websites - Hosting the malicious PDF for download or embedding it in web pages
  3. File sharing services - Distributing through cloud storage or collaboration platforms
  4. Social engineering - Convincing users to open the document through various pretexts

When the victim opens the malicious PDF file with a vulnerable version of Adobe Acrobat Reader, the exploit executes code in the context of the current user, potentially gaining full control over the affected system.

Detection Methods for CVE-2023-26405

Indicators of Compromise

  • Suspicious PDF files with unusual embedded objects or JavaScript code
  • Adobe Acrobat Reader processes spawning unexpected child processes
  • Anomalous network connections originating from AcroRd32.exe or Acrobat.exe
  • Unexpected file system modifications following PDF document access

Detection Strategies

  • Monitor for Adobe Acrobat Reader processes executing unusual system commands or spawning shell processes
  • Implement endpoint detection rules to identify malicious PDF file characteristics and embedded exploit payloads
  • Deploy network-based detection for known malicious PDF signatures and exploit patterns
  • Review Adobe Acrobat Reader crash dumps and error logs for exploitation attempts

Monitoring Recommendations

  • Enable enhanced logging for Adobe Acrobat Reader application events
  • Implement behavioral analysis on endpoints to detect post-exploitation activities
  • Monitor for suspicious file downloads with PDF extensions from untrusted sources
  • Configure SIEM rules to correlate PDF document access with subsequent suspicious process behavior

How to Mitigate CVE-2023-26405

Immediate Actions Required

  • Update Adobe Acrobat Reader and Adobe Acrobat to the latest patched versions immediately
  • Enable automatic updates for Adobe products to ensure timely security patches
  • Educate users about the risks of opening PDF documents from untrusted sources
  • Consider implementing application whitelisting to prevent unauthorized code execution

Patch Information

Adobe has released security updates addressing this vulnerability as documented in Adobe Security Advisory APSB23-24. Organizations should apply these patches to all affected systems immediately.

For Continuous track users, update to Adobe Acrobat Reader DC version newer than 23.001.20093. For Classic track users, update to a version newer than 20.005.30441. The patches are available for both Windows and macOS platforms.

Workarounds

  • Configure Adobe Acrobat Reader Protected View to open all files in Protected Mode by default
  • Disable JavaScript execution in Adobe Acrobat Reader through Preferences > JavaScript settings
  • Implement email gateway filtering to scan PDF attachments for known malicious patterns
  • Consider using alternative PDF readers with sandboxing capabilities until patches can be deployed

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAdobe Acrobat

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.39%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-20
  • Vendor Resources
  • Adobe Security Advisory APSB23-24
  • Related CVEs
  • CVE-2026-27220: Adobe Acrobat DC RCE Vulnerability

  • CVE-2026-27278: Adobe Acrobat DC RCE Vulnerability

  • CVE-2023-26369: Adobe Acrobat RCE Vulnerability Explained

  • CVE-2023-21608: Adobe Acrobat DC RCE Vulnerability
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