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-2023-44323

CVE-2023-44323: Adobe Acrobat for Edge Use After Free Flaw

CVE-2023-44323 is a use after free vulnerability in Adobe Acrobat for Edge that enables attackers to cause application denial-of-service. This article covers the technical details, affected versions, and mitigations.

Published: January 28, 2026

CVE-2023-44323 Overview

CVE-2023-44323 is a Use After Free vulnerability affecting Adobe Acrobat for Edge version 118.0.2088.46 and earlier versions. This memory corruption flaw allows an unauthenticated attacker to cause an application denial-of-service condition in the context of the current user. Successful exploitation requires user interaction, specifically that a victim must open a malicious file crafted by the attacker.

Critical Impact

This Use After Free vulnerability can be exploited to crash Microsoft Edge Chromium when processing malicious PDF content through Adobe Acrobat integration, resulting in denial of service for end users.

Affected Products

  • Microsoft Edge Chromium version 118.0.2088.46 and earlier
  • Adobe Acrobat for Edge extension (bundled with affected Edge versions)

Discovery Timeline

  • 2023-10-30 - CVE-2023-44323 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-44323

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a type of memory corruption issue that occurs when a program continues to use a pointer after the memory it references has been freed. In the context of Adobe Acrobat for Edge, this flaw manifests during the processing of malformed or specially crafted PDF content.

When a user opens a malicious file, the vulnerability triggers improper memory handling within the Adobe Acrobat component integrated into Microsoft Edge Chromium. The freed memory region may be reallocated for other purposes, and subsequent access attempts using the stale pointer lead to undefined behavior, ultimately causing the application to crash.

The local attack vector requires the attacker to deliver a malicious PDF file to the victim through means such as email attachments, malicious downloads, or compromised websites. User interaction is mandatory, as the victim must actively open the crafted file for the exploit to succeed.

Root Cause

The root cause of CVE-2023-44323 lies in improper memory lifecycle management within the Adobe Acrobat PDF rendering component. Specifically, the vulnerability occurs when memory associated with a PDF object is deallocated while references to that memory still exist. When these dangling pointers are subsequently dereferenced during PDF processing operations, the application attempts to access memory that is no longer valid, leading to a crash condition.

This class of vulnerability typically arises from:

  • Complex object hierarchies in PDF documents where reference counting fails
  • Asynchronous operations that free resources prematurely
  • Error handling paths that don't properly clean up all references

Attack Vector

The attack vector for this vulnerability is local, requiring the attacker to somehow deliver the malicious file to the target system. An attacker could exploit this vulnerability through the following scenarios:

  1. Phishing campaigns: Distributing malicious PDF files via email attachments
  2. Drive-by downloads: Hosting crafted PDF files on compromised or attacker-controlled websites
  3. Social engineering: Convincing users to download and open malicious documents
  4. File sharing: Placing malicious PDFs in shared network drives or cloud storage

The vulnerability mechanism involves crafting a PDF document that manipulates internal object references to trigger the use-after-free condition. When the victim opens this document in Microsoft Edge with Adobe Acrobat integration, the malformed content causes memory to be freed while still referenced, resulting in application termination. For detailed technical information, refer to the Microsoft Security Update Guide.

Detection Methods for CVE-2023-44323

Indicators of Compromise

  • Unexpected crashes of Microsoft Edge Chromium when opening PDF files
  • Application event logs showing access violation errors in msedge.exe or Adobe Acrobat-related DLLs
  • Memory dump files generated during PDF rendering operations
  • User reports of browser instability specifically when viewing PDF content

Detection Strategies

  • Monitor endpoint telemetry for recurring Edge browser crashes with PDF-related stack traces
  • Implement file integrity monitoring for known malicious PDF signatures or anomalous PDF structure patterns
  • Deploy behavioral analysis to detect suspicious PDF files with unusual object reference patterns
  • Utilize endpoint detection and response (EDR) solutions to correlate browser crashes with recently accessed files

Monitoring Recommendations

  • Enable crash reporting and logging for Microsoft Edge Chromium across enterprise endpoints
  • Configure SentinelOne to alert on application termination events associated with PDF handling
  • Implement centralized logging for browser stability events to identify potential exploitation attempts
  • Monitor network traffic for downloads of PDF files from suspicious or newly registered domains

How to Mitigate CVE-2023-44323

Immediate Actions Required

  • Update Microsoft Edge Chromium to the latest version beyond 118.0.2088.46
  • Review and apply all pending security updates for Adobe Acrobat components
  • Educate users about the risks of opening PDF files from untrusted sources
  • Consider temporarily disabling the Adobe Acrobat for Edge extension until patches are applied

Patch Information

Microsoft has released security updates to address this vulnerability. Organizations should apply the latest Microsoft Edge Chromium updates as soon as possible. The official security advisory and patch information can be found at the Microsoft Security Update Guide.

Administrators should ensure automatic updates are enabled for Microsoft Edge, or deploy updates through enterprise management tools such as Microsoft Endpoint Configuration Manager or Windows Server Update Services (WSUS).

Workarounds

  • Configure group policies to disable the Adobe Acrobat PDF viewer extension in Microsoft Edge
  • Use an alternative PDF viewer application that is not affected by this vulnerability
  • Implement email gateway filtering to block or quarantine PDF attachments from external sources
  • Enable Microsoft Defender SmartScreen to help protect against malicious file downloads
bash
# Disable Adobe Acrobat PDF extension via registry (Windows)
# Run in PowerShell as Administrator
reg add "HKLM\SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallBlocklist" /v 1 /t REG_SZ /d "ghbmnnjooekpmoecnnnilnnbdlolhkhi" /f

# Alternatively, configure Edge to use built-in PDF viewer
reg add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v AlwaysOpenPdfExternally /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
  • TypeUse After Free

  • Vendor/TechMicrosoft Edge Chromium

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.25%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Vendor Resources
  • Microsoft Security Update Guide
  • Related CVEs
  • CVE-2025-47963: Microsoft Edge Chromium Spoofing Bypass

  • CVE-2025-49713: Microsoft Edge Chromium RCE Vulnerability

  • CVE-2025-29834: Microsoft Edge Chromium RCE Vulnerability

  • CVE-2023-36888: Microsoft Edge Chromium Tampering 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