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-2025-15569

CVE-2025-15569: Artifex MuPDF Path Traversal Vulnerability

CVE-2025-15569 is a path traversal flaw in Artifex MuPDF on Windows that enables uncontrolled search path exploitation. This post covers the technical details, affected versions, security impact, and mitigation steps.

Published: February 13, 2026

CVE-2025-15569 Overview

A high-severity uncontrolled search path vulnerability has been identified in Artifex MuPDF up to version 1.26.1 on Windows systems. The vulnerability exists in the get_system_dpi function within the file platform/x11/win_main.c. This flaw could allow a local attacker to manipulate the search path, potentially leading to arbitrary code execution with the privileges of the affected application.

Critical Impact

Local attackers with access to a Windows system running vulnerable MuPDF versions could exploit this uncontrolled search path vulnerability to execute arbitrary code, potentially compromising system integrity, confidentiality, and availability.

Affected Products

  • Artifex MuPDF versions up to and including 1.26.1 on Windows

Discovery Timeline

  • 2026-02-10 - CVE-2025-15569 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2025-15569

Vulnerability Analysis

This vulnerability is classified as CWE-426 (Untrusted Search Path), which occurs when an application searches for critical resources using an externally-supplied search path that could point to malicious files. In the case of MuPDF, the get_system_dpi function in platform/x11/win_main.c improperly handles the search path resolution on Windows systems.

When the application attempts to load resources or libraries, an attacker with local access could place a malicious file in a directory that takes precedence in the search order. This is particularly concerning on Windows systems where DLL search order hijacking is a common attack technique.

The attack requires local access to the system and is considered to have high complexity, making exploitation difficult but not impossible for a determined attacker. Successful exploitation could lead to complete compromise of confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of this vulnerability lies in the improper handling of system path resolution within the get_system_dpi function. The function does not adequately validate or restrict the search paths used when loading system resources, allowing an attacker to inject malicious content into the search path. This untrusted search path issue (CWE-426) enables potential DLL hijacking or similar path manipulation attacks on Windows platforms.

Attack Vector

The attack vector is local, requiring the attacker to have access to the target Windows system. The attacker would need to:

  1. Gain local access to a system running a vulnerable version of MuPDF
  2. Place a malicious file (such as a DLL) in a directory that precedes legitimate directories in the application's search path
  3. Trigger the vulnerable get_system_dpi function to load the malicious file

While the attack complexity is high due to the specific conditions required, successful exploitation could result in arbitrary code execution with the privileges of the MuPDF process.

The vulnerability is exploited through manipulation of the search path used by the get_system_dpi function. An attacker with local access could place a malicious DLL or resource file in a location that takes precedence over legitimate system directories. When MuPDF attempts to resolve system DPI settings, it may load the attacker-controlled file instead of the legitimate system resource. For detailed technical information about the fix, see the MuPDF Git Commit Log.

Detection Methods for CVE-2025-15569

Indicators of Compromise

  • Unexpected DLL files appearing in MuPDF installation directories or Windows system paths
  • Unusual process behavior or child processes spawned by MuPDF applications
  • Modified or unexpected files in directories where MuPDF executable resides
  • Anomalous system calls related to file loading from unexpected paths

Detection Strategies

  • Monitor file system activity for creation of suspicious DLLs in MuPDF application directories
  • Implement application whitelisting to prevent unauthorized code execution
  • Use endpoint detection and response (EDR) tools to identify path manipulation attempts
  • Deploy file integrity monitoring on critical application directories

Monitoring Recommendations

  • Enable detailed logging for MuPDF application execution and DLL loading events
  • Monitor for process injection or unusual parent-child process relationships involving MuPDF
  • Implement alerts for new files created in application installation directories
  • Use SentinelOne's behavioral AI to detect suspicious library loading patterns

How to Mitigate CVE-2025-15569

Immediate Actions Required

  • Upgrade MuPDF to version 1.26.2 or later immediately
  • Audit systems for any signs of exploitation or suspicious files in MuPDF directories
  • Restrict local access to systems running vulnerable MuPDF versions
  • Implement application control policies to prevent unauthorized code execution

Patch Information

Artifex has addressed this vulnerability in MuPDF version 1.26.2. The fix is identified by commit hash ebb125334eb007d64e579204af3c264aadf2e244. Organizations should upgrade to the patched version as soon as possible.

The patched version can be downloaded from MuPDF Windows Download.

For additional information about the vulnerability and patch details, refer to:

  • Artifex Home Page
  • VulDB #344924

Workarounds

  • Restrict file system permissions to prevent unauthorized users from placing files in MuPDF directories
  • Implement strict application whitelisting policies on affected systems
  • Run MuPDF with least-privilege accounts to minimize impact of potential exploitation
  • Monitor and restrict write access to directories in the Windows system PATH
bash
# Verify MuPDF version and restrict directory permissions
# Check current MuPDF version
mupdf --version

# On Windows, restrict write permissions to MuPDF installation directory
icacls "C:\Program Files\MuPDF" /inheritance:r /grant:r "BUILTIN\Administrators:(OI)(CI)F" /grant:r "BUILTIN\Users:(OI)(CI)RX"

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechMupdf

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-426
  • Technical References
  • Artifex Home Page

  • MuPDF Windows Download

  • MuPDF Git Commit Log

  • VulDB CTI #344924

  • VulDB #344924

  • VulDB Submission #750978
  • Related CVEs
  • CVE-2026-40505: MuPDF mutool XSS Vulnerability

  • CVE-2026-3308: Artifex MuPDF RCE Vulnerability

  • CVE-2026-25556: MuPDF 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