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-2026-25880

CVE-2026-25880: SumatraPDF RCE Vulnerability

CVE-2026-25880 is a remote code execution vulnerability in SumatraPDF affecting version 3.5.2 and earlier. Attackers can execute malicious code when users click Show in folder. This article covers technical details, affected versions, impact, and mitigation.

Published: February 13, 2026

CVE-2026-25880 Overview

SumatraPDF is a popular multi-format document reader for Windows that supports PDF, EPUB, MOBI, XPS, and other formats. A critical vulnerability has been identified in SumatraPDF version 3.5.2 and earlier that allows arbitrary code execution through an Untrusted Search Path attack (CWE-426). When a user opens a PDF file and clicks File → "Show in folder", the application attempts to launch explorer.exe without specifying an absolute path. This behavior can be exploited by placing a malicious binary named explorer.exe in the same directory as the target PDF file, resulting in arbitrary code execution with the privileges of the current user.

Critical Impact

Attackers can achieve arbitrary code execution on victim systems by distributing a malicious explorer.exe alongside a seemingly benign PDF file. No additional user interaction beyond a single menu click is required.

Affected Products

  • SumatraPDF version 3.5.2 and earlier
  • Windows installations running vulnerable SumatraPDF versions

Discovery Timeline

  • 2026-02-09 - CVE CVE-2026-25880 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2026-25880

Vulnerability Analysis

This vulnerability is classified as CWE-426: Untrusted Search Path. When SumatraPDF processes the "Show in folder" menu action, it invokes explorer.exe to display the containing folder of the currently opened document. However, the application fails to use an absolute path when calling this system executable.

The Windows operating system follows a specific search order when locating executables. By default, the current working directory is searched before system directories. When a user opens a PDF file from an untrusted location (such as a downloaded archive or network share), the working directory becomes that location. An attacker can exploit this by placing a malicious executable named explorer.exe in the same directory as a crafted PDF file.

The attack requires local access in the sense that the malicious files must be placed on the victim's system, though this can be achieved through various delivery mechanisms such as email attachments, malicious downloads, or compromised network shares. The vulnerability requires user interaction—specifically, the victim must open the PDF and then click the "Show in folder" menu option.

Root Cause

The root cause of this vulnerability lies in the application's failure to specify an absolute path when invoking system executables. Instead of calling C:\Windows\explorer.exe explicitly, the application relies on the system's path resolution, which prioritizes the current working directory. This design flaw allows directory-adjacent malicious binaries to be executed in place of legitimate system utilities.

Attack Vector

The attack follows this sequence:

  1. Attacker creates a malicious payload executable and names it explorer.exe
  2. Attacker packages this malicious binary alongside a legitimate-looking PDF document
  3. The victim extracts or downloads both files to the same directory
  4. The victim opens the PDF file using SumatraPDF
  5. When the victim clicks File → "Show in folder", SumatraPDF attempts to launch explorer.exe
  6. Windows locates the malicious explorer.exe in the current directory before finding the legitimate system executable
  7. The malicious code executes with the victim's user privileges

This attack is particularly dangerous because it requires minimal user interaction beyond normal document viewing behavior. The malicious payload could perform actions such as downloading additional malware, establishing persistence, stealing credentials, or encrypting files for ransomware purposes.

Detection Methods for CVE-2026-25880

Indicators of Compromise

  • Presence of explorer.exe files in non-system directories, particularly alongside PDF documents
  • Process execution events showing explorer.exe launching from unusual paths (not C:\Windows\explorer.exe)
  • SumatraPDF spawning child processes from document directories rather than system paths

Detection Strategies

  • Monitor for explorer.exe execution from paths outside C:\Windows\ and C:\Windows\SysWOW64\
  • Implement file integrity monitoring to detect suspicious executables placed alongside document files
  • Use endpoint detection and response (EDR) solutions to track process parent-child relationships, specifically SumatraPDF spawning unexpected executables
  • Create alerts for any process named explorer.exe that has an unusual image path hash

Monitoring Recommendations

  • Deploy SentinelOne agents to monitor for untrusted executable launches from document directories
  • Enable process creation auditing to track all child processes spawned by document readers
  • Implement application whitelisting policies to prevent execution of binaries from user-writable directories
  • Review downloaded archives and email attachments for suspicious executable content alongside documents

How to Mitigate CVE-2026-25880

Immediate Actions Required

  • Update SumatraPDF to the latest patched version when available from the vendor
  • Implement application control policies to block execution of unsigned binaries from user directories
  • Configure endpoint protection to quarantine suspicious executables found alongside document files
  • Educate users about the risks of opening documents from untrusted sources

Patch Information

Users should monitor the SumatraPDF GitHub Security Advisory for official patch releases. The fix should ensure that system executables like explorer.exe are invoked using absolute paths to prevent untrusted search path exploitation.

Workarounds

  • Avoid using the "Show in folder" functionality in SumatraPDF until a patch is applied
  • Always extract downloaded archives to trusted locations and verify no unexpected executable files are present
  • Use file explorer to navigate to document locations manually rather than relying on application-launched file browsers
  • Consider using alternative PDF readers until SumatraPDF releases a security update
bash
# PowerShell script to detect suspicious explorer.exe files outside system directories
Get-ChildItem -Path "C:\Users" -Recurse -Filter "explorer.exe" -ErrorAction SilentlyContinue | 
    Where-Object { $_.DirectoryName -notlike "*Windows*" } | 
    Select-Object FullName, LastWriteTime, Length

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechSumatrapdf

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.01%

  • 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
  • CWE-426
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-25961: SumatraPDF RCE Vulnerability

  • CVE-2026-23512: SumatraPDF RCE Vulnerability

  • CVE-2026-25920: SumatraPDF Buffer Overflow Vulnerability

  • CVE-2026-23951: SumatraPDF DOS 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