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

CVE-2024-28888: Foxit PDF Reader Use-After-Free Flaw

CVE-2024-28888 is a use-after-free vulnerability in Foxit PDF Reader 2024.1.0.23997 that enables arbitrary code execution via malicious PDFs. This article covers technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2024-28888 Overview

A use-after-free vulnerability exists in the way Foxit Reader 2024.1.0.23997 handles a checkbox field object. A specially crafted JavaScript code inside a malicious PDF document can trigger this vulnerability, which can lead to memory corruption and result in arbitrary code execution. An attacker needs to trick the user into opening the malicious file to trigger this vulnerability. Exploitation is also possible if a user visits a specially crafted, malicious site if the browser plugin extension is enabled.

Critical Impact

This use-after-free vulnerability allows attackers to achieve arbitrary code execution through malicious PDF documents, potentially leading to full system compromise when users open crafted files or visit malicious websites with the browser plugin enabled.

Affected Products

  • Foxit PDF Reader version 2024.1.0.23997
  • Foxit PDF Reader with browser plugin extension enabled
  • Systems running vulnerable Foxit Reader installations

Discovery Timeline

  • 2024-10-02 - CVE-2024-28888 published to NVD
  • 2025-09-23 - Last updated in NVD database

Technical Details for CVE-2024-28888

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a memory corruption flaw that occurs when a program continues to reference memory after it has been freed. In the context of Foxit PDF Reader, the vulnerability manifests in how the application processes checkbox field objects within PDF documents.

When a PDF containing specially crafted JavaScript is opened, the malicious code can manipulate checkbox field objects in a way that causes the application to access memory that has already been deallocated. This dangling pointer reference creates an opportunity for attackers to corrupt memory structures and potentially hijack program execution flow.

The attack requires user interaction—either opening a malicious PDF document or visiting a compromised website with the Foxit browser plugin enabled. This user interaction requirement is the primary barrier to exploitation, though social engineering techniques can effectively overcome this obstacle.

Root Cause

The root cause is improper memory management within Foxit PDF Reader's JavaScript engine when handling checkbox field objects. The application fails to properly track the lifecycle of checkbox field object references, allowing freed memory to be subsequently accessed through stale pointers. When JavaScript code triggers specific operations on these objects in a particular sequence, the application attempts to use memory that has already been returned to the heap, leading to undefined behavior that attackers can leverage for code execution.

Attack Vector

The attack vector is network-based and requires user interaction. There are two primary exploitation scenarios:

  1. Malicious PDF Document: An attacker crafts a PDF file containing malicious JavaScript that triggers the use-after-free condition. The victim must be tricked into opening this document, typically through phishing emails or malicious downloads.

  2. Browser-Based Exploitation: If the victim has the Foxit PDF Reader browser plugin extension enabled, simply visiting a malicious website hosting the crafted PDF can trigger the vulnerability without explicitly downloading and opening a file.

The vulnerability allows attackers to achieve arbitrary code execution, enabling them to install malware, steal sensitive data, or establish persistent access to the compromised system.

Detection Methods for CVE-2024-28888

Indicators of Compromise

  • Unexpected Foxit PDF Reader crashes or abnormal behavior when opening PDF documents
  • PDF files containing obfuscated or suspicious JavaScript code targeting form field objects
  • Unusual child processes spawned by FoxitPDFReader.exe or related Foxit processes
  • Memory access violations or application errors logged during PDF rendering operations

Detection Strategies

  • Monitor for PDF documents containing JavaScript that manipulates checkbox or form field objects in unusual patterns
  • Implement endpoint detection rules to identify use-after-free exploitation attempts targeting Foxit Reader processes
  • Deploy YARA rules to scan incoming PDF attachments for suspicious JavaScript patterns associated with form field manipulation
  • Utilize memory protection technologies to detect heap corruption and use-after-free exploitation attempts

Monitoring Recommendations

  • Enable detailed logging for Foxit PDF Reader application events and errors
  • Monitor email gateways and web proxies for PDF attachments with embedded JavaScript
  • Implement behavioral analysis to detect anomalous process activity following PDF document opens
  • Configure endpoint protection solutions to alert on memory corruption indicators in Foxit Reader processes

How to Mitigate CVE-2024-28888

Immediate Actions Required

  • Update Foxit PDF Reader to the latest patched version immediately
  • Disable the Foxit PDF Reader browser plugin extension until patching is complete
  • Configure Foxit PDF Reader to operate in "Safe Reading Mode" to disable JavaScript execution
  • Educate users about the risks of opening PDF documents from untrusted sources

Patch Information

Foxit has released security updates to address this vulnerability. Administrators should consult the Foxit Security Bulletin for detailed patch information and download the latest version of Foxit PDF Reader. Organizations should prioritize this update given the potential for arbitrary code execution.

Additional technical details about this vulnerability are available in the Talos Intelligence Report TALOS-2024-1967.

Workarounds

  • Disable JavaScript execution in Foxit PDF Reader through Edit → Preferences → JavaScript → uncheck "Enable JavaScript Actions"
  • Disable the Foxit PDF Reader browser plugin in all browsers to prevent drive-by exploitation
  • Implement application whitelisting to restrict PDF viewing to trusted applications only
  • Use alternative PDF readers for untrusted documents until Foxit Reader is patched
bash
# Configuration example - Disable Foxit JavaScript via Registry (Windows)
# Run as Administrator
reg add "HKCU\Software\Foxit Software\Foxit PDF Reader\Preferences\JavaScript" /v bEnableJavaScript /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/TechFoxit Pdf Reader

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability3.05%

  • 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 Report TALOS-2024-1967

  • Foxit Security Bulletin

  • Talos Intelligence Report TALOS-2024-1967
  • Related CVEs
  • CVE-2023-33876: 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