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-2020-14425

CVE-2020-14425: Foxit Reader RCE Vulnerability

CVE-2020-14425 is a remote command execution vulnerability in Foxit Reader that exploits the JavaScript API to execute local files and bypass security dialogs. This article covers technical details, affected versions, and mitigations.

Published: March 4, 2026

CVE-2020-14425 Overview

CVE-2020-14425 is a Remote Command Execution vulnerability affecting Foxit Reader versions prior to 10.0. The vulnerability exists in the app.openCPDFWebPage JavaScript API, which allows attackers to execute local files and bypass security dialogs. When a user opens a maliciously crafted PDF document, an attacker can leverage this API to execute arbitrary commands on the victim's system without proper authorization checks.

Critical Impact

Attackers can achieve remote command execution by distributing malicious PDF documents that exploit the app.openCPDFWebPage JavaScript API, potentially leading to complete system compromise when users open the weaponized files.

Affected Products

  • Foxit Reader versions prior to 10.0
  • All platforms running vulnerable Foxit Reader versions

Discovery Timeline

  • 2020-11-02 - CVE-2020-14425 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-14425

Vulnerability Analysis

This vulnerability stems from improper validation within the app.openCPDFWebPage JavaScript API implemented in Foxit Reader. The API fails to properly restrict its capabilities, allowing attackers to reference and execute local files on the victim's system. Critically, the vulnerability enables bypassing security dialogs that would normally warn users about potentially dangerous operations.

The attack requires user interaction—specifically, the victim must open a maliciously crafted PDF document. Once opened, the embedded JavaScript code executes within the context of Foxit Reader, leveraging the vulnerable API to perform unauthorized actions. Given the local attack vector with no privileges required beyond user interaction, successful exploitation can result in full compromise of confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of CVE-2020-14425 lies in insufficient security controls around the app.openCPDFWebPage JavaScript API. The API implementation lacks proper validation of the resources it can access, allowing it to reference local file paths. Additionally, the security dialog bypass indicates missing or improperly implemented user consent mechanisms that should prevent automated execution of sensitive operations.

Attack Vector

The attack is executed locally through a malicious PDF document. The attack chain proceeds as follows:

  1. Distribution: An attacker creates a weaponized PDF document containing malicious JavaScript code that leverages the app.openCPDFWebPage API
  2. Delivery: The malicious PDF is delivered to the victim through email attachments, malicious downloads, or compromised websites
  3. Execution: When the victim opens the PDF in a vulnerable Foxit Reader version, the embedded JavaScript executes automatically
  4. Exploitation: The JavaScript code calls the app.openCPDFWebPage API with crafted parameters to execute local files
  5. Security Bypass: The vulnerability allows bypassing security dialogs, enabling the attack to proceed without user awareness

Technical details and proof-of-concept code are available in the Exploit-DB entry #48982 and the Packet Storm Security report.

Detection Methods for CVE-2020-14425

Indicators of Compromise

  • PDF files containing JavaScript code that references the app.openCPDFWebPage API with suspicious parameters
  • Foxit Reader processes spawning unexpected child processes or executing local files
  • Unusual process execution chains originating from FoxitReader.exe
  • JavaScript execution within PDF documents attempting to access local file system resources

Detection Strategies

  • Deploy endpoint detection rules to monitor for Foxit Reader spawning suspicious child processes
  • Implement file analysis solutions to scan incoming PDF documents for malicious JavaScript patterns
  • Configure SIEM rules to alert on process execution anomalies where FoxitReader.exe is the parent process
  • Use behavioral analysis to detect PDF documents attempting to bypass security dialogs

Monitoring Recommendations

  • Enable enhanced logging for Foxit Reader application events and JavaScript execution
  • Monitor network endpoints for distribution of malicious PDF documents via email or web downloads
  • Implement real-time alerting for any Foxit Reader instances executing commands or accessing sensitive system resources
  • Track installed Foxit Reader versions across the environment to identify vulnerable installations

How to Mitigate CVE-2020-14425

Immediate Actions Required

  • Update Foxit Reader to version 10.0 or later immediately across all systems
  • Disable JavaScript execution in Foxit Reader as a temporary mitigation if immediate patching is not possible
  • Block or quarantine PDF attachments from untrusted sources until systems are patched
  • Alert users about the risks of opening PDF documents from unknown sources

Patch Information

Foxit Software has addressed this vulnerability in Foxit Reader version 10.0. Organizations should upgrade all Foxit Reader installations to version 10.0 or later. The official security bulletin and patch information is available at the Foxit Software Security Bulletin.

Workarounds

  • Disable JavaScript execution in Foxit Reader via Preferences > JavaScript > uncheck "Enable JavaScript Actions"
  • Use Safe Reading Mode in Foxit Reader to prevent automatic execution of potentially malicious content
  • Consider using alternative PDF readers until patching is complete
  • Implement application whitelisting to prevent Foxit Reader from executing unauthorized processes

To disable JavaScript in Foxit Reader, navigate to the preferences menu:

Foxit Reader > Edit > Preferences > JavaScript
Uncheck "Enable JavaScript Actions"
Click OK to save settings

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechFoxit Reader

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability19.46%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Packet Storm Security Report

  • Exploit-DB #48982
  • Vendor Resources
  • Foxit Software Security Bulletin
  • Related CVEs
  • CVE-2023-35985: Foxit Reader RCE Vulnerability

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

  • CVE-2021-21822: Foxit Reader Use-After-Free 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