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-2022-24954

CVE-2022-24954: Foxit PDF Reader Buffer Overflow Flaw

CVE-2022-24954 is a stack-based buffer overflow vulnerability in Foxit PDF Reader and Editor affecting versions before 11.2.1. This XFA-related flaw could allow attackers to execute arbitrary code or crash the application.

Published: February 11, 2026

CVE-2022-24954 Overview

CVE-2022-24954 is a stack-based buffer overflow vulnerability affecting Foxit PDF Reader and Foxit PDF Editor versions prior to 11.2.1 on Windows systems. The vulnerability exists in the XFA (XML Forms Architecture) processing component, specifically triggered when handling malformed subform colSpan="-2" and draw colSpan="1" substrings within PDF documents.

This memory corruption vulnerability allows remote attackers to potentially execute arbitrary code on victim systems by crafting malicious PDF documents. The attack requires no user authentication and can be delivered via network vectors such as email attachments or malicious downloads.

Critical Impact

Remote code execution via malicious PDF documents, potentially leading to complete system compromise without authentication requirements.

Affected Products

  • Foxit PDF Reader versions before 11.2.1 on Windows
  • Foxit PDF Editor versions before 11.2.1 on Windows
  • Microsoft Windows (as the underlying operating system platform)

Discovery Timeline

  • 2022-02-11 - CVE-2022-24954 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-24954

Vulnerability Analysis

The vulnerability is classified as CWE-787 (Out-of-bounds Write), manifesting as a stack-based buffer overflow within Foxit's XFA processing engine. XFA is an XML-based specification used for creating interactive PDF forms, and Foxit's implementation contains improper boundary checking when parsing certain XFA elements.

When processing PDF documents containing XFA forms with specific colSpan attribute values, particularly negative integers like -2, the application fails to properly validate input before copying data to a fixed-size stack buffer. This allows attackers to overflow the buffer and potentially overwrite critical memory structures including the return address on the stack.

The vulnerability can be exploited without any user interaction beyond opening a malicious PDF file, making it particularly dangerous for drive-by attacks or phishing campaigns. Successful exploitation could allow an attacker to gain code execution with the privileges of the user running Foxit PDF Reader or Editor.

Root Cause

The root cause of this vulnerability lies in insufficient input validation within Foxit's XFA parsing routines. Specifically, the colSpan attribute parser does not properly handle negative integer values or edge-case combinations of subform and draw element parameters.

When the parser encounters a subform colSpan="-2" combined with draw colSpan="1" elements, it triggers a calculation error in buffer size allocation, leading to a classic stack-based buffer overflow condition. The lack of proper bounds checking allows attacker-controlled data to be written beyond the intended buffer boundaries.

Attack Vector

The attack is network-based and requires an attacker to deliver a specially crafted PDF document to the victim. Attack scenarios include:

  1. Email phishing: Attacker sends a malicious PDF as an email attachment
  2. Malicious downloads: Victim downloads a weaponized PDF from a compromised or attacker-controlled website
  3. Document sharing platforms: Malicious PDFs uploaded to file sharing services

The vulnerability is triggered when the victim opens the malicious PDF document in an unpatched version of Foxit PDF Reader or Editor. The malformed XFA elements cause the buffer overflow, potentially allowing the attacker to redirect execution flow and run arbitrary code.

The attack complexity is low, requiring no special privileges or user interaction beyond opening the document. The exploitation mechanism leverages the XFA form processing functionality that is automatically parsed when opening compatible PDF files.

Detection Methods for CVE-2022-24954

Indicators of Compromise

  • Unexpected crashes or abnormal termination of Foxit PDF Reader or Editor processes
  • Suspicious PDF files containing malformed XFA elements with negative colSpan values
  • Unusual child processes spawned from Foxit applications
  • Memory access violation errors logged in Windows Event Viewer associated with Foxit processes

Detection Strategies

  • Deploy endpoint detection and response (EDR) solutions to monitor for exploitation attempts and abnormal PDF processing behavior
  • Implement file scanning rules to detect PDF documents containing suspicious XFA elements with malformed colSpan attributes
  • Monitor for unusual process behavior from FoxitPDFReader.exe and FoxitPDFEditor.exe including unexpected memory allocation patterns
  • Enable crash dump collection to capture exploitation attempts for forensic analysis

Monitoring Recommendations

  • Establish baseline behavior for Foxit applications and alert on deviations such as unexpected network connections or child process creation
  • Implement logging for PDF file access events across the organization to track potential malicious document distribution
  • Monitor for repeated application crashes that may indicate exploitation attempts
  • Deploy network-level inspection for PDF files in transit to identify potentially malicious documents before they reach endpoints

How to Mitigate CVE-2022-24954

Immediate Actions Required

  • Update Foxit PDF Reader to version 11.2.1 or later immediately
  • Update Foxit PDF Editor to version 11.2.1 or later immediately
  • Audit systems to identify all instances of vulnerable Foxit software versions
  • Consider temporarily disabling or restricting PDF document access from untrusted sources until patches are applied

Patch Information

Foxit has released security updates that address this vulnerability. Users should update to Foxit PDF Reader version 11.2.1 or later and Foxit PDF Editor version 11.2.1 or later. The official security bulletins and patch downloads are available through the Foxit Security Bulletins page.

Organizations should prioritize deployment of these patches given the critical severity rating and the potential for remote code execution without authentication.

Workarounds

  • Implement strict policies to block PDF attachments from untrusted sources at email gateways
  • Configure Foxit applications in "Safe Reading Mode" if available, which may limit XFA form execution
  • Use alternative PDF readers for documents from untrusted sources until patching is complete
  • Deploy application whitelisting to prevent unauthorized code execution even if exploitation occurs
bash
# Configuration example - Verify Foxit PDF Reader version on Windows
# Check installed version via PowerShell
Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*" | Where-Object {$_.DisplayName -like "*Foxit*"} | Select-Object DisplayName, DisplayVersion

# Alternative: Check version via command line
wmic product where "name like '%%Foxit%%'" get name, version

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechFoxit Pdf Reader

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.90%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • Twitter User Update
  • Vendor Resources
  • Foxit Security Bulletins
  • Related CVEs
  • CVE-2023-33876: Foxit PDF Reader Use-After-Free Flaw

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

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

  • CVE-2022-24955: Foxit PDF Reader Privilege Escalation
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