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

CVE-2023-33876: Foxit PDF Reader Use-After-Free Flaw

CVE-2023-33876 is a use-after-free vulnerability in Foxit PDF Reader 12.1.2.15332 that allows arbitrary code execution through malicious JavaScript in PDFs. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-33876 Overview

A use-after-free vulnerability exists in Foxit Reader 12.1.2.15332 that affects the way the application handles destroying annotations within PDF documents. When a specially crafted PDF file containing malicious JavaScript code is opened, the vulnerability can trigger reuse of a previously freed object, leading to memory corruption and potentially arbitrary code execution. This vulnerability requires user interaction—an attacker must trick the user into opening a malicious PDF file or visiting a specially crafted website if the Foxit Reader browser plugin extension is enabled.

Critical Impact

Successful exploitation allows attackers to execute arbitrary code on the target system with the privileges of the current user, potentially leading to complete system compromise.

Affected Products

  • Foxit PDF Reader version 12.1.2.15332

Discovery Timeline

  • 2023-07-19 - CVE-2023-33876 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2023-33876

Vulnerability Analysis

This use-after-free vulnerability (CWE-416) exists in the annotation destruction handling code within Foxit Reader. The flaw occurs when specially crafted JavaScript embedded in a malicious PDF document manipulates the annotation object lifecycle. During the destruction of annotation objects, the application fails to properly manage memory references, allowing an attacker to trigger the reuse of previously freed memory.

The vulnerability presents a significant security risk as it can be exploited through two attack vectors: direct file opening where a user is tricked into opening a malicious PDF document, or through the browser plugin extension when a user visits a specially crafted malicious website. In both scenarios, successful exploitation leads to memory corruption that can be leveraged to achieve arbitrary code execution within the context of the affected application.

Root Cause

The root cause of this vulnerability lies in improper memory management during the annotation destruction process in Foxit Reader. When annotations within a PDF document are destroyed, the application fails to properly invalidate or nullify references to the freed memory objects. This allows JavaScript code within the PDF to maintain references to deallocated memory regions and subsequently trigger operations on these freed objects, causing a use-after-free condition.

Attack Vector

The attack requires network-based delivery of a malicious PDF file or malicious web page to a victim. The attacker must craft a PDF document containing specially designed JavaScript that manipulates annotation objects in a way that triggers the use-after-free condition. When the victim opens the malicious PDF in Foxit Reader or encounters it through the browser plugin, the JavaScript code executes and exploits the memory management flaw.

The exploitation mechanism involves:

  1. Creating annotation objects within the PDF document
  2. Using JavaScript to manipulate the lifecycle of these annotations
  3. Triggering the destruction of annotations while maintaining stale references
  4. Reusing the freed memory through the stale references to achieve memory corruption
  5. Leveraging the corruption to gain arbitrary code execution

For detailed technical analysis of this vulnerability, see the Talos Intelligence Vulnerability Report.

Detection Methods for CVE-2023-33876

Indicators of Compromise

  • Unexpected crashes or hangs in Foxit Reader when opening PDF documents
  • Suspicious JavaScript execution within PDF files attempting to create and destroy annotations rapidly
  • PDF files containing obfuscated JavaScript code with annotation manipulation functions
  • Network traffic patterns indicating download of suspicious PDF files from untrusted sources

Detection Strategies

  • Monitor for PDF files containing JavaScript that manipulates annotation objects with unusual patterns
  • Implement endpoint detection rules for Foxit Reader process anomalies such as unexpected memory access violations
  • Deploy network-level inspection to identify and block known malicious PDF signatures
  • Use behavioral analysis to detect exploitation attempts through unusual Foxit Reader child process creation

Monitoring Recommendations

  • Enable process monitoring for FoxitReader.exe to detect abnormal behavior or unexpected child processes
  • Configure logging for PDF file access events, particularly from email attachments and web downloads
  • Implement memory protection monitoring to detect heap corruption attempts in Foxit Reader
  • Monitor browser plugin activity for suspicious PDF rendering requests from untrusted websites

How to Mitigate CVE-2023-33876

Immediate Actions Required

  • Update Foxit PDF Reader to the latest available version that addresses this vulnerability
  • Disable the Foxit Reader browser plugin extension if not required for business operations
  • Implement application whitelisting to prevent execution of untrusted PDF files
  • Configure email security gateways to scan and quarantine suspicious PDF attachments
  • Educate users about the risks of opening PDF documents from untrusted sources

Patch Information

Foxit has addressed this vulnerability in newer releases of Foxit PDF Reader. Organizations should upgrade from the affected version 12.1.2.15332 to the latest stable release available from Foxit's official website. For detailed patch information and the latest security updates, consult Foxit's security bulletins and the Talos Intelligence Vulnerability Report.

Workarounds

  • Disable JavaScript execution in Foxit Reader by navigating to Preferences > JavaScript and unchecking "Enable JavaScript Actions"
  • Remove or disable the Foxit Reader browser plugin to prevent web-based exploitation
  • Use Protected View or Safe Reading Mode when opening PDF files from untrusted sources
  • Implement network segmentation to limit the impact of potential code execution
  • Configure PDF handling policies to open untrusted documents in sandboxed environments

To disable JavaScript in Foxit Reader via preferences:

Edit > Preferences > JavaScript > Uncheck "Enable JavaScript Actions"

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 Pdf Reader

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.13%

  • 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-2024-28888: Foxit PDF Reader Use-After-Free Flaw

  • CVE-2025-32451: Foxit PDF Reader RCE Vulnerability

  • CVE-2022-24955: Foxit PDF Reader Privilege Escalation

  • CVE-2022-24954: Foxit PDF Reader Buffer Overflow Flaw
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