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

CVE-2023-38573: Foxit Reader Use-After-Free Vulnerability

CVE-2023-38573 is a use-after-free vulnerability in Foxit Reader that enables arbitrary code execution through malicious PDF documents. This article covers the technical details, affected versions, and mitigation steps.

Published: February 4, 2026

CVE-2023-38573 Overview

A use-after-free vulnerability exists in Foxit Reader 12.1.2.15356 that affects how the application handles signature fields within PDF documents. This memory corruption flaw can be triggered through specially crafted JavaScript code embedded in a malicious PDF document, leading to arbitrary code execution on the target system.

Critical Impact

Successful exploitation allows attackers to execute arbitrary code by tricking users into opening a malicious PDF document or visiting a compromised website with the Foxit browser plugin enabled.

Affected Products

  • Foxit Reader version 12.1.2.15356
  • Systems with Foxit Reader browser plugin extension enabled

Discovery Timeline

  • 2023-11-27 - CVE-2023-38573 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2023-38573

Vulnerability Analysis

This use-after-free vulnerability (CWE-416) occurs in Foxit Reader's handling of signature fields within PDF documents. When processing certain JavaScript operations related to signature fields, the application improperly manages memory allocation and deallocation, allowing for the reuse of previously freed objects. This memory corruption condition can be leveraged by an attacker to achieve arbitrary code execution with the privileges of the current user.

The vulnerability requires user interaction for exploitation—specifically, the victim must open a malicious PDF file or browse to a specially crafted website while the Foxit Reader browser plugin is active. The attack can be delivered through network-based vectors, making it particularly dangerous for organizations with broad PDF processing workflows.

Root Cause

The root cause of CVE-2023-38573 lies in improper memory management within Foxit Reader's JavaScript engine when processing signature field objects. When a signature field is freed but a reference to it remains, subsequent JavaScript operations can trigger access to the freed memory region. This use-after-free condition creates an exploitable memory corruption scenario.

The vulnerability is classified under CWE-416 (Use After Free), indicating that the application continues to use a pointer after the memory it references has been freed, leading to undefined behavior that attackers can manipulate for code execution.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker can deliver the exploit through two primary methods:

  1. Malicious PDF Document: The attacker crafts a PDF file containing specially designed JavaScript code that manipulates signature field objects to trigger the use-after-free condition. The victim must be tricked into opening this file using Foxit Reader.

  2. Browser Plugin Exploitation: If the Foxit Reader browser plugin is enabled, the attacker can host the malicious PDF on a website and lure victims to visit the page, triggering automatic processing of the malicious document.

The vulnerability allows for complete compromise of confidentiality, integrity, and availability on the affected system. Exploitation does not require any privileges, making it accessible to remote attackers who can successfully deliver the malicious content to potential victims.

Detection Methods for CVE-2023-38573

Indicators of Compromise

  • Unexpected crashes or memory access violations in FoxitReader.exe or related processes
  • PDF files with suspicious or obfuscated JavaScript code targeting signature field operations
  • Unusual child process spawning from Foxit Reader application
  • Browser plugin activity downloading or processing PDF files from untrusted sources

Detection Strategies

  • Monitor for abnormal memory access patterns in Foxit Reader processes that may indicate use-after-free exploitation
  • Implement email and web gateway scanning for PDF documents containing obfuscated JavaScript targeting signature field APIs
  • Deploy endpoint detection rules to identify suspicious process behavior following PDF file operations
  • Utilize application control policies to alert on unexpected executable launches from PDF reader contexts

Monitoring Recommendations

  • Enable enhanced logging for Foxit Reader application events and crash reports
  • Configure endpoint protection to monitor for heap manipulation indicators associated with use-after-free attacks
  • Establish baseline behavior for PDF processing workflows to identify anomalous activity
  • Review browser plugin activity logs for unexpected PDF file processing from untrusted domains

How to Mitigate CVE-2023-38573

Immediate Actions Required

  • Upgrade Foxit Reader to the latest patched version that addresses this vulnerability
  • Disable the Foxit Reader browser plugin extension until patching is complete
  • Configure Foxit Reader to disable JavaScript execution in PDF documents as an interim measure
  • Implement user awareness training regarding the risks of opening PDF documents from untrusted sources

Patch Information

Foxit Software has addressed this vulnerability in subsequent releases of Foxit Reader. Organizations should consult the Talos Intelligence Vulnerability Report for detailed information about affected versions and remediation guidance. Ensure that Foxit Reader is updated beyond version 12.1.2.15356 to a patched release.

Workarounds

  • Disable JavaScript execution in Foxit Reader by navigating to Preferences > JavaScript and unchecking "Enable JavaScript Actions"
  • Disable or remove the Foxit Reader browser plugin to prevent automatic PDF processing from web content
  • Use Protected View or Safe Reading Mode features if available in your Foxit Reader version
  • Implement network-level filtering to block PDF files from untrusted external sources
bash
# Disable JavaScript in Foxit Reader via registry (Windows)
reg add "HKEY_CURRENT_USER\Software\Foxit Software\Foxit Reader\Preferences\Others" /v bDisableJavaScript /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
  • TypeUse After Free

  • Vendor/TechFoxit Reader

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Technical References
  • Talos Intelligence Vulnerability Report

  • Talos Intelligence Vulnerability Report
  • Related CVEs
  • CVE-2021-21822: Foxit Reader Use-After-Free Vulnerability

  • CVE-2023-35985: Foxit Reader RCE Vulnerability

  • CVE-2020-14425: Foxit Reader 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