The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-27363

CVE-2023-27363: Foxit PDF Editor RCE Vulnerability

CVE-2023-27363 is a remote code execution flaw in Foxit PDF Editor exploiting the exportXFAData method to write arbitrary files. This article covers technical details, affected versions, impact, and mitigation.

Published: February 4, 2026

CVE-2023-27363 Overview

CVE-2023-27363 is a remote code execution vulnerability affecting Foxit PDF Reader and Foxit PDF Editor on Microsoft Windows. The vulnerability exists in the exportXFAData method, which exposes a dangerous JavaScript interface that allows attackers to write arbitrary files to the target system. Remote attackers can leverage this flaw to execute arbitrary code on affected installations when a user visits a malicious webpage or opens a specially crafted PDF file.

Critical Impact

This vulnerability allows complete compromise of the affected system with the privileges of the current user. Attackers can leverage the exposed exportXFAData method to write and execute arbitrary files, potentially leading to malware installation, data theft, or lateral movement within enterprise networks.

Affected Products

  • Foxit PDF Reader (Windows)
  • Foxit PDF Editor (Windows)
  • Microsoft Windows (as the affected platform)

Discovery Timeline

  • 2024-05-03 - CVE-2023-27363 published to NVD
  • 2025-08-11 - Last updated in NVD database

Technical Details for CVE-2023-27363

Vulnerability Analysis

The vulnerability resides in the implementation of the exportXFAData method within Foxit PDF Reader and PDF Editor. This method is part of the application's JavaScript API and was designed to handle XFA (XML Forms Architecture) data export functionality. However, the implementation exposes a dangerous capability that allows writing arbitrary files to the filesystem without proper validation or security constraints.

XFA forms are dynamic forms that can contain scripts and interact with the underlying application through JavaScript APIs. The exportXFAData method, when invoked through a malicious PDF document, can be abused to write files to arbitrary locations on the system. By crafting a malicious PDF that calls this method with attacker-controlled parameters, an adversary can drop executable files or scripts to locations that enable code execution, such as startup folders or scheduled task directories.

This vulnerability is classified under CWE-749 (Exposed Dangerous Method or Function), indicating that the application exposes a method that performs dangerous operations without adequate access controls or input validation.

Root Cause

The root cause of CVE-2023-27363 is the exposure of the exportXFAData JavaScript interface without proper security restrictions. The method allows writing files to arbitrary filesystem locations, which should have been restricted or sandboxed. The lack of path validation, destination restrictions, and user confirmation dialogs allows attackers to weaponize this functionality for arbitrary file write operations that lead to code execution.

Attack Vector

Exploitation requires user interaction—the victim must either visit a malicious webpage that embeds a crafted PDF or directly open a malicious PDF file. The attack flow typically follows this pattern:

The attacker crafts a malicious PDF document containing JavaScript code that invokes the exportXFAData method with carefully chosen parameters. When the victim opens this PDF in Foxit PDF Reader or PDF Editor, the embedded JavaScript executes and triggers the file write operation. The attacker can write an executable file or script to a location that enables automatic execution, such as the Windows Startup folder or a location within the PATH environment.

Once the malicious file is written, code execution can occur immediately (if writing to a location like a browser download handler) or upon next system login (if targeting startup locations). The attacker's code then executes with the same privileges as the user who opened the malicious PDF.

Detection Methods for CVE-2023-27363

Indicators of Compromise

  • Unexpected file creation events in sensitive directories (Startup folder, scheduled tasks, user profile directories) originating from FoxitReader.exe or FoxitPDFEditor.exe processes
  • PDF files containing JavaScript calls to exportXFAData method with path traversal sequences or absolute paths to sensitive directories
  • Suspicious child process spawning from Foxit PDF Reader or Editor processes, particularly command interpreters like cmd.exe or powershell.exe
  • Registry modifications or new scheduled tasks created shortly after PDF document access

Detection Strategies

  • Monitor process creation events where FoxitReader.exe or FoxitPDFEditor.exe are parent processes, especially for shell interpreters or unexpected executables
  • Implement file integrity monitoring on startup folders and other auto-run locations to detect unauthorized file writes
  • Deploy content inspection rules to identify PDF documents containing calls to exportXFAData with suspicious parameters
  • Use behavior-based endpoint detection to identify abnormal file write patterns from PDF viewer applications

Monitoring Recommendations

  • Enable detailed file system auditing on Windows endpoints to capture file creation events from Foxit applications
  • Configure SIEM rules to correlate PDF document opens with subsequent suspicious file writes or process executions
  • Implement network-level inspection to detect and block malicious PDF files at the perimeter before they reach end users
  • Establish baseline behavior for Foxit applications and alert on deviations such as unexpected network connections or file operations

How to Mitigate CVE-2023-27363

Immediate Actions Required

  • Update Foxit PDF Reader and Foxit PDF Editor to the latest patched versions available from Foxit
  • Review and audit systems for signs of exploitation, particularly checking startup folders and auto-run locations for unexpected files
  • Consider temporarily disabling JavaScript execution in Foxit PDF Reader/Editor through application settings until patches are applied
  • 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 Bulletins for the latest patch information and affected version details. The vulnerability was tracked by the Zero Day Initiative as ZDI-CAN-19697 and published as ZDI-23-491.

Organizations should prioritize patching all instances of Foxit PDF Reader and PDF Editor across their environment, focusing first on systems with internet-facing exposure or users who frequently handle external documents.

Workarounds

  • Disable JavaScript execution in Foxit PDF Reader/Editor by navigating to File → Preferences → JavaScript and unchecking "Enable JavaScript Actions"
  • Configure application whitelisting to prevent unauthorized executables from running from common drop locations like Startup folders
  • Implement email gateway filtering to quarantine or strip potentially malicious PDF attachments before delivery
  • Use alternative PDF viewers that are not affected by this vulnerability for opening untrusted documents
bash
# Registry setting to disable JavaScript in Foxit Reader (Windows)
# Run as Administrator
reg add "HKEY_CURRENT_USER\Software\Foxit Software\Foxit Reader\Preferences\Global" /v "bEnableJS" /t REG_DWORD /d 0 /f

# For Foxit PDF Editor
reg add "HKEY_CURRENT_USER\Software\Foxit Software\Foxit PhantomPDF\Preferences\Global" /v "bEnableJS" /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
  • TypeRCE

  • Vendor/TechFoxit Pdf Editor

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability81.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-749
  • Technical References
  • Zero Day Initiative Advisory ZDI-23-491
  • Vendor Resources
  • Foxit Security Bulletins
  • Related CVEs
  • CVE-2022-28672: Foxit PDF Editor RCE Vulnerability

  • CVE-2024-7725: Foxit PDF Editor RCE Vulnerability

  • CVE-2026-1591: Foxit PDF Editor Cloud XSS Vulnerability

  • CVE-2026-1592: Foxit PDF Editor Cloud XSS Vulnerability
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