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
    • 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-2025-43577

CVE-2025-43577: Adobe Acrobat DC RCE Vulnerability

CVE-2025-43577 is a use after free vulnerability in Adobe Acrobat DC that enables remote code execution. Attackers exploit this flaw through malicious files to execute arbitrary code. This article covers affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-43577 Overview

CVE-2025-43577 is a Use After Free vulnerability affecting Adobe Acrobat Reader and Adobe Acrobat products across multiple versions. This memory corruption flaw could result in arbitrary code execution in the context of the current user. The vulnerability requires user interaction—specifically, a victim must open a maliciously crafted PDF file for exploitation to occur.

Critical Impact

Successful exploitation allows attackers to execute arbitrary code with the privileges of the current user, potentially leading to complete system compromise, data theft, or installation of malware.

Affected Products

  • Adobe Acrobat DC (Continuous) version 24.001.30235 and earlier
  • Adobe Acrobat Reader DC (Continuous) version 24.001.30235 and earlier
  • Adobe Acrobat (Classic) version 20.005.30763 and earlier
  • Adobe Acrobat Reader (Classic) version 20.005.30763 and earlier
  • Adobe Acrobat version 25.001.20521 and earlier (Windows and macOS)

Discovery Timeline

  • June 10, 2025 - CVE-2025-43577 published to NVD
  • June 27, 2025 - Last updated in NVD database

Technical Details for CVE-2025-43577

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a critical class of memory corruption vulnerabilities. Use After Free conditions occur when an application continues to reference memory after it has been freed, potentially allowing an attacker to manipulate the contents of the freed memory region and redirect program execution.

In the context of Adobe Acrobat Reader, the Use After Free vulnerability exists in the PDF parsing or rendering components. When a specially crafted PDF document is opened, the application may access memory that has already been deallocated. If an attacker can control the contents of this freed memory, they can potentially achieve arbitrary code execution.

The local attack vector requires user interaction, meaning the victim must be socially engineered into opening a malicious PDF file. This could occur through phishing emails with malicious attachments, drive-by downloads, or files shared through compromised file-sharing services.

Root Cause

The root cause of CVE-2025-43577 lies in improper memory management within Adobe Acrobat Reader's core processing routines. When certain PDF elements are processed, the application frees a memory object but retains a pointer (dangling pointer) to that memory location. Subsequent operations that reference this dangling pointer access freed memory, creating an exploitable condition. Without proper validation or nullification of pointers after memory deallocation, the application remains vulnerable to memory manipulation attacks.

Attack Vector

The attack vector for CVE-2025-43577 is local, requiring user interaction. An attacker must craft a malicious PDF file that triggers the Use After Free condition when processed by vulnerable versions of Adobe Acrobat or Acrobat Reader. The exploitation scenario typically follows this pattern:

  1. The attacker creates a specially crafted PDF document containing elements that trigger the vulnerability
  2. The malicious PDF is delivered to the target via email attachment, malicious website, or other distribution methods
  3. The victim opens the PDF with a vulnerable version of Adobe Acrobat or Acrobat Reader
  4. Upon processing the malicious PDF content, the application triggers the Use After Free condition
  5. The attacker's payload executes with the privileges of the current user

The vulnerability affects both Windows and macOS platforms, expanding the potential attack surface across enterprise environments.

Detection Methods for CVE-2025-43577

Indicators of Compromise

  • Suspicious PDF files with unusual embedded JavaScript or action elements
  • Adobe Acrobat or Reader processes spawning unexpected child processes
  • Unusual network connections initiated by AcroRd32.exe or Acrobat.exe processes
  • Memory access violations or application crashes in Acrobat Reader logs

Detection Strategies

  • Monitor for PDF files with anomalous structural elements or embedded executable content
  • Implement endpoint detection rules for suspicious process chains originating from PDF readers
  • Deploy behavioral analysis to detect memory corruption exploitation attempts
  • Review application crash logs for signs of exploitation attempts targeting Acrobat products

Monitoring Recommendations

  • Enable enhanced logging for Adobe Acrobat and Reader applications
  • Monitor file system activity for suspicious PDF files downloaded from external sources
  • Implement email gateway scanning for malicious PDF attachments
  • Track process execution chains and flag unexpected child processes from Acrobat applications

How to Mitigate CVE-2025-43577

Immediate Actions Required

  • Update Adobe Acrobat DC to version 24.001.30236 or later
  • Update Adobe Acrobat Reader DC to version 24.001.30236 or later
  • Update Adobe Acrobat (Classic) to version 20.005.30764 or later
  • Implement network segmentation to limit lateral movement in case of compromise
  • Educate users about the risks of opening PDF files from untrusted sources

Patch Information

Adobe has released security updates addressing CVE-2025-43577 in security bulletin APSB25-57. Organizations should immediately apply the latest security patches for all affected Adobe Acrobat and Reader products. Refer to the Adobe Acrobat Security Advisory for detailed patch information and download links.

Workarounds

  • Disable JavaScript execution in Adobe Acrobat Reader via Edit > Preferences > JavaScript
  • Enable Protected View for all files from potentially unsafe locations
  • Configure Adobe Reader to open PDF files in Protected Mode (sandbox)
  • Consider using alternative PDF readers for untrusted documents until patches can be applied
  • Implement application whitelisting to prevent unauthorized code execution
bash
# Configuration example - Disable JavaScript in Adobe Acrobat Reader via registry (Windows)
reg add "HKCU\Software\Adobe\Acrobat Reader\DC\JSPrefs" /v bEnableJS /t REG_DWORD /d 0 /f

# Enable Protected View for all files (Windows)
reg add "HKCU\Software\Adobe\Acrobat Reader\DC\TrustManager" /v bEnhancedSecurityInBrowser /t REG_DWORD /d 1 /f
reg add "HKCU\Software\Adobe\Acrobat Reader\DC\TrustManager" /v bEnhancedSecurityStandalone /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
  • TypeRCE

  • Vendor/TechAdobe Acrobat

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.04%

  • 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-416
  • Vendor Resources
  • Adobe Acrobat Security Advisory
  • 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