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-27160

CVE-2025-27160: Adobe Acrobat RCE Vulnerability

CVE-2025-27160 is a use after free vulnerability in Adobe Acrobat Reader that enables arbitrary code execution through malicious files. This article covers the technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-27160 Overview

CVE-2025-27160 is a Use After Free vulnerability affecting Adobe Acrobat Reader that could allow arbitrary code execution in the context of the current user. This memory corruption flaw exists in multiple versions of Adobe's PDF software across both Windows and macOS platforms. Exploitation requires user interaction—specifically, the victim must open a malicious PDF file crafted by an attacker.

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 malware installation.

Affected Products

  • Adobe Acrobat (Classic track) versions prior to fixed release
  • Adobe Acrobat DC (Continuous track) versions 25.001.20428 and earlier
  • Adobe Acrobat Reader (Classic track) versions 24.001.30225, 20.005.30748 and earlier
  • Adobe Acrobat Reader DC (Continuous track) versions 25.001.20428 and earlier
  • Affected on Microsoft Windows and Apple macOS platforms

Discovery Timeline

  • 2025-03-11 - CVE-2025-27160 published to NVD
  • 2025-04-28 - Last updated in NVD database

Technical Details for CVE-2025-27160

Vulnerability Analysis

This vulnerability is classified as CWE-416: Use After Free. Use After Free vulnerabilities occur when a program continues to use a pointer after the memory it references has been freed. In the context of Adobe Acrobat Reader, this type of flaw can be triggered when processing specially crafted PDF documents that manipulate memory allocation and deallocation sequences.

When a user opens a malicious PDF file, the attacker can exploit this vulnerability to corrupt memory structures, potentially overwriting function pointers or other critical data. This memory corruption can be leveraged to redirect program execution to attacker-controlled code, resulting in arbitrary code execution within the user's security context.

Root Cause

The vulnerability stems from improper memory management within Adobe Acrobat Reader's PDF parsing and rendering engine. When certain PDF elements are processed, the application fails to properly track memory lifecycle, resulting in a dangling pointer that references freed memory. Subsequent access to this freed memory region can lead to exploitation if an attacker can control the contents of the reallocated memory space.

Attack Vector

This vulnerability requires local access and user interaction for exploitation. The attack vector involves:

  1. Document Crafting: An attacker creates a malicious PDF file containing elements designed to trigger the Use After Free condition
  2. Delivery: The malicious PDF is delivered to the victim via email attachment, web download, or file sharing platforms
  3. Execution: When the victim opens the PDF in a vulnerable version of Adobe Acrobat Reader, the vulnerability is triggered
  4. Code Execution: The attacker gains code execution with the same privileges as the user running Acrobat Reader

The local attack vector with required user interaction means exploitation typically involves social engineering to convince victims to open the malicious document. However, this can be combined with other attack techniques such as phishing campaigns or watering hole attacks for broader targeting.

Detection Methods for CVE-2025-27160

Indicators of Compromise

  • Unusual Adobe Acrobat Reader crashes or unexpected termination when opening PDF files
  • Suspicious PDF files with abnormal structure or obfuscated JavaScript content
  • Unexpected child processes spawned by AcroRd32.exe or Acrobat.exe
  • Memory access violations or exceptions logged in Windows Event logs related to Adobe processes

Detection Strategies

  • Monitor for abnormal process behavior from Adobe Acrobat Reader, including unexpected network connections or file system modifications
  • Deploy endpoint detection rules to identify exploitation attempts targeting PDF reader applications
  • Implement sandboxed PDF viewing environments to isolate potential exploitation attempts
  • Use behavioral analysis to detect memory corruption exploitation patterns in PDF applications

Monitoring Recommendations

  • Enable enhanced logging for Adobe Acrobat Reader process activity
  • Monitor for suspicious PDF file downloads or email attachments in enterprise environments
  • Implement network-level inspection for malicious PDF content at email gateways and web proxies
  • Configure SentinelOne agents to alert on behavioral anomalies related to document reader applications

How to Mitigate CVE-2025-27160

Immediate Actions Required

  • Update all Adobe Acrobat and Acrobat Reader installations to the latest patched versions immediately
  • Enable Protected View mode in Adobe Acrobat Reader to sandbox PDF rendering
  • Implement application whitelisting to prevent unauthorized code execution from document readers
  • Educate users about the risks of opening PDF files from untrusted sources

Patch Information

Adobe has released security updates addressing this vulnerability as documented in Adobe Security Advisory APSB25-14. Organizations should apply these updates through their standard patch management processes. For enterprise deployments, Adobe provides administrative tools for centralized update management.

The following versions contain the fix:

  • Acrobat DC and Acrobat Reader DC (Continuous track): Update to version 25.001.20432 or later
  • Acrobat 2024 and Acrobat Reader 2024 (Classic track): Update to version 24.001.30235 or later
  • Acrobat 2020 and Acrobat Reader 2020 (Classic track): Update to version 20.005.30763 or later

Workarounds

  • Enable Protected View for all files in Adobe Acrobat Reader preferences under Edit > Preferences > Security (Enhanced)
  • Disable JavaScript execution in PDF documents via Edit > Preferences > JavaScript to reduce attack surface
  • Use alternative PDF readers in sandboxed environments for documents from untrusted sources
  • Implement network segmentation to limit the impact of potential compromises from user workstations
bash
# Registry configuration to enable Protected View on Windows
reg add "HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\DC\TrustManager" /v bProtectedMode /t REG_DWORD /d 1 /f

# Disable JavaScript in Acrobat Reader via registry
reg add "HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\DC\JSPrefs" /v bEnableJS /t REG_DWORD /d 0 /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 Security Advisory APSB25-14
  • Related CVEs
  • CVE-2026-34622: Adobe Acrobat RCE Vulnerability

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

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

  • CVE-2026-27278: Adobe Acrobat DC RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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