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-2024-45112

CVE-2024-45112: Adobe Acrobat Type Confusion RCE Flaw

CVE-2024-45112 is a type confusion vulnerability in Adobe Acrobat Reader enabling remote code execution through malicious files. This article covers technical details, affected versions, exploitation risks, and mitigation.

Updated: January 22, 2026

CVE-2024-45112 Overview

CVE-2024-45112 is a Type Confusion vulnerability affecting Adobe Acrobat and Acrobat Reader that could result in arbitrary code execution in the context of the current user. This issue occurs when a resource is accessed using a type that is not compatible with the actual object type, leading to a logic error that an attacker could exploit. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

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 through malicious PDF documents.

Affected Products

  • Adobe Acrobat versions 24.002.21005 and earlier (Classic Track)
  • Adobe Acrobat DC versions 24.003.20054 and earlier (Continuous Track)
  • Adobe Acrobat Reader versions 20.005.30655, 24.001.30159, and earlier (Classic Track)
  • Adobe Acrobat Reader DC (Continuous Track)
  • Affected on Microsoft Windows and Apple macOS platforms

Discovery Timeline

  • 2024-09-13 - CVE-2024-45112 published to NVD
  • 2024-09-19 - Last updated in NVD database

Technical Details for CVE-2024-45112

Vulnerability Analysis

This Type Confusion vulnerability (CWE-843) exists in Adobe Acrobat Reader's handling of object types within PDF documents. Type confusion vulnerabilities occur when code allocates or initializes a resource such as a pointer, object, or variable using one type, but later accesses that resource using a type that is incompatible with the original type. In the context of Adobe Acrobat, this typically involves improper handling of JavaScript objects or internal PDF structures where type validation is insufficient.

The vulnerability requires local access through user interaction—specifically, a victim must be enticed to open a specially crafted malicious PDF document. Once opened, the type confusion condition can be triggered, allowing an attacker to manipulate memory in unexpected ways and ultimately achieve code execution.

Root Cause

The root cause of CVE-2024-45112 lies in insufficient type checking when accessing internal resources within Adobe Acrobat Reader. When a resource is accessed using an incompatible type, the application interprets memory incorrectly, leading to a logic error. This type confusion creates a condition where an attacker can potentially control program flow or corrupt critical data structures.

Type confusion vulnerabilities in PDF readers often occur in JavaScript engine interactions, annotation handling, or font processing routines where complex object hierarchies exist. The lack of proper type validation allows attackers to craft PDF documents that trigger the vulnerable code path with unexpected object types.

Attack Vector

The attack vector for CVE-2024-45112 is local, requiring user interaction. An attacker would typically deliver the exploit through:

  1. Email attachments - Sending malicious PDF documents as email attachments with social engineering to encourage opening
  2. Malicious websites - Hosting crafted PDF files on compromised or attacker-controlled websites
  3. Document sharing platforms - Uploading malicious PDFs to cloud storage or collaboration platforms

When a user opens the malicious PDF in a vulnerable version of Adobe Acrobat or Acrobat Reader, the type confusion is triggered during document processing. The attacker-controlled data causes the application to misinterpret object types, allowing for memory corruption that can be leveraged for arbitrary code execution in the context of the current user.

For detailed technical information about this vulnerability, refer to the Adobe Security Update APSB24-70.

Detection Methods for CVE-2024-45112

Indicators of Compromise

  • Unexpected Adobe Acrobat or Acrobat Reader crashes when opening PDF documents, particularly from untrusted sources
  • Unusual child processes spawned from AcroRd32.exe or Acrobat.exe processes
  • PDF files with obfuscated JavaScript content or unusual embedded objects
  • Network connections initiated immediately after opening PDF documents

Detection Strategies

  • Deploy endpoint detection rules to monitor for suspicious process behavior from Adobe Acrobat processes, including unexpected child process creation or memory injection attempts
  • Implement file scanning solutions to analyze PDF documents for malformed objects or suspicious JavaScript prior to opening
  • Configure application whitelisting to restrict code execution from Acrobat Reader processes
  • Enable enhanced security settings in Adobe Acrobat including Protected View and sandboxing features

Monitoring Recommendations

  • Monitor for anomalous process trees where Adobe Acrobat spawns unexpected executables such as cmd.exe, powershell.exe, or script interpreters
  • Implement logging for PDF file access events, particularly for documents originating from external sources
  • Configure SIEM alerts for patterns consistent with document-based exploit delivery chains
  • Track Adobe Acrobat crash reports and analyze dump files for signs of exploitation attempts

How to Mitigate CVE-2024-45112

Immediate Actions Required

  • Update Adobe Acrobat and Acrobat Reader to the latest patched versions immediately via Adobe Creative Cloud or direct download
  • Enable Protected View in Adobe Acrobat Reader under Edit > Preferences > Security (Enhanced) > Protected View: All files
  • Restrict opening of PDF documents from untrusted sources until patching is complete
  • Configure email gateways to scan and sandbox PDF attachments before delivery to end users

Patch Information

Adobe has released security updates addressing CVE-2024-45112 as part of the Adobe Security Bulletin APSB24-70. Organizations should update to the following minimum versions:

  • Adobe Acrobat DC (Continuous): Update to version later than 24.003.20054
  • Adobe Acrobat 2024 (Classic): Update to version later than 24.001.30159
  • Adobe Acrobat 2020 (Classic): Update to version later than 20.005.30655
  • Adobe Acrobat Reader: Apply corresponding updates for your track (Continuous or Classic)

Workarounds

  • Enable Protected View for all PDF files to run documents in a sandboxed environment, reducing the impact of potential exploits
  • Disable JavaScript in Adobe Acrobat Reader under Edit > Preferences > JavaScript > uncheck "Enable Acrobat JavaScript" to mitigate JavaScript-based attack vectors
  • Deploy alternative PDF readers in isolated environments for handling untrusted documents until patching is complete
  • Implement network segmentation to limit the impact of potential code execution from user workstations
bash
# Windows Registry configuration to disable JavaScript in Acrobat Reader
reg add "HKCU\Software\Adobe\Acrobat Reader\DC\JSPrefs" /v bEnableJS /t REG_DWORD /d 0 /f

# Enable Protected View for all files
reg add "HKCU\Software\Adobe\Acrobat Reader\DC\TrustManager" /v bProtectedMode /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.35%

  • 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-843
  • Vendor Resources
  • Adobe Security Update APSB24-70
  • 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