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
    • 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-0909

CVE-2025-0909: PDF-XChange Editor Information Disclosure

CVE-2025-0909 is an out-of-bounds read vulnerability in PDF-XChange Editor's XPS file parser that enables attackers to disclose sensitive information. This article covers technical details, affected versions, and mitigations.

Published: April 29, 2026

CVE-2025-0909 Overview

CVE-2025-0909 is an out-of-bounds read vulnerability affecting PDF-XChange Editor's XPS file parsing functionality. This vulnerability allows remote attackers to disclose sensitive information on affected installations of PDF-XChange Editor. Exploitation requires user interaction, specifically requiring the target to visit a malicious page or open a malicious file.

The specific flaw exists within the parsing of XPS files. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated object. An attacker can leverage this vulnerability in conjunction with other vulnerabilities to execute arbitrary code in the context of the current process.

Critical Impact

This out-of-bounds read vulnerability enables sensitive information disclosure and can be chained with other vulnerabilities to achieve arbitrary code execution in the context of the current user process.

Affected Products

  • PDF-XChange PDF-XChange Editor (all versions prior to patch)

Discovery Timeline

  • 2025-02-11 - CVE-2025-0909 published to NVD
  • 2025-02-12 - Last updated in NVD database

Technical Details for CVE-2025-0909

Vulnerability Analysis

This vulnerability was tracked by the Zero Day Initiative as ZDI-CAN-25678 and published as ZDI-25-064. The flaw is classified as CWE-125 (Out-of-bounds Read), which occurs when software reads data past the end or before the beginning of the intended buffer.

The vulnerability resides in the XPS file parser component of PDF-XChange Editor. XPS (XML Paper Specification) files are structured documents that can contain complex data structures. When the parser processes user-supplied data within an XPS file, it fails to properly validate the boundaries of data being read. This allows an attacker to craft a malicious XPS file that triggers a read operation beyond the allocated memory buffer.

Root Cause

The root cause of CVE-2025-0909 is insufficient validation of user-supplied data during XPS file parsing operations. Specifically, the parser does not adequately verify that data length fields and offsets within the XPS file structure reference valid memory locations within the allocated buffer. This allows an attacker to manipulate these values to cause reads beyond the intended memory boundaries.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker must craft a malicious XPS file and convince the target user to open it using PDF-XChange Editor. This can be accomplished through:

  • Embedding the malicious XPS file in a phishing email attachment
  • Hosting the malicious file on a compromised or attacker-controlled website
  • Using social engineering techniques to trick users into downloading and opening the file

When the victim opens the malicious XPS file, the out-of-bounds read is triggered during the parsing process. The disclosed memory contents can reveal sensitive information such as memory addresses or other data that can be used to bypass security mechanisms like ASLR (Address Space Layout Randomization). This information can then be leveraged in conjunction with other vulnerabilities to achieve arbitrary code execution.

Detection Methods for CVE-2025-0909

Indicators of Compromise

  • Unexpected crashes or abnormal behavior in PDF-XChange Editor when opening XPS files
  • Presence of suspicious or unsolicited XPS files from unknown sources in user directories
  • Memory access violations or exception logs related to PDF-XChange Editor processes
  • Unusual outbound network traffic following the opening of XPS documents

Detection Strategies

  • Monitor for unusual process behavior from PDF-XChange Editor, including memory access violations
  • Implement endpoint detection rules to identify crafted XPS files with malformed data structures
  • Deploy SentinelOne Singularity Platform for real-time behavioral analysis and threat detection
  • Utilize application whitelisting to restrict execution of untrusted document handlers

Monitoring Recommendations

  • Enable detailed logging for document handling applications and monitor for parsing errors
  • Configure email security solutions to scan and quarantine suspicious XPS file attachments
  • Monitor file system activity for XPS files originating from untrusted sources
  • Implement network traffic analysis to detect potential data exfiltration following exploitation

How to Mitigate CVE-2025-0909

Immediate Actions Required

  • Restrict opening of XPS files from untrusted or unknown sources
  • Implement user awareness training regarding the risks of opening unsolicited document attachments
  • Consider temporarily disabling XPS file association with PDF-XChange Editor until a patch is applied
  • Deploy endpoint protection solutions capable of detecting exploitation attempts

Patch Information

Users should monitor PDF-XChange for security updates addressing this vulnerability. Refer to the Zero Day Initiative Advisory ZDI-25-064 for additional details and patch availability information. Update PDF-XChange Editor to the latest version as soon as a security patch becomes available from the vendor.

Workarounds

  • Disable or remove the XPS file handler association from PDF-XChange Editor until patched
  • Use alternative PDF viewers that are not affected by this vulnerability for XPS file handling
  • Implement application sandboxing to limit the impact of potential exploitation
  • Configure email and web filters to block or quarantine XPS file attachments from external sources

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechPdf Xchange

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • Zero Day Initiative Advisory ZDI-25-064
  • Related CVEs
  • CVE-2025-0911: PDF-XChange Editor Info Disclosure Bug

  • CVE-2025-0905: PDF-XChange Editor Information Disclosure

  • CVE-2025-0906: PDF-XChange Editor Information Disclosure

  • CVE-2025-0907: PDF-XChange Editor Information Disclosure
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