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-0906

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

CVE-2025-0906 is an information disclosure flaw in PDF-XChange Editor affecting JB2 file parsing. An out-of-bounds read allows attackers to access sensitive data. This article covers technical details, impact, and mitigation.

Updated: May 11, 2026

CVE-2025-0906 Overview

CVE-2025-0906 is an out-of-bounds read vulnerability in PDF-XChange Editor that occurs during the parsing of JB2 image files embedded in PDF documents. The flaw allows remote attackers to disclose sensitive memory contents from affected installations when a user opens a crafted file or visits a malicious page. The vulnerability stems from missing validation of user-supplied data, leading to reads past the end of an allocated buffer [CWE-125]. Attackers can chain this issue with other vulnerabilities to execute arbitrary code in the context of the current process. The flaw was reported through the Zero Day Initiative as ZDI-CAN-25434.

Critical Impact

Remote attackers can read out-of-bounds memory in PDF-XChange Editor and combine the leak with additional flaws to achieve arbitrary code execution in the user context.

Affected Products

  • PDF-XChange Editor (all versions prior to the vendor fix referenced in ZDI-25-068)
  • Installations processing untrusted PDF files containing JB2-encoded image streams
  • Desktop deployments on Windows where users open documents from email or web sources

Discovery Timeline

  • 2025-02-11 - CVE-2025-0906 published to the National Vulnerability Database
  • 2025-02-12 - Last updated in NVD database

Technical Details for CVE-2025-0906

Vulnerability Analysis

The vulnerability resides in the JB2 file parser inside PDF-XChange Editor. JB2 is a bi-level image compression format used inside PDF documents to encode scanned text and line art. When the parser processes a malformed JB2 stream, it fails to validate user-supplied length or offset fields against the allocated buffer size. The parser then reads bytes beyond the end of the buffer. Disclosed memory may contain pointers, heap metadata, or document data that an attacker can use to bypass address space layout randomization. Combined with a separate memory corruption primitive, the leak enables reliable arbitrary code execution in the user's process.

Root Cause

The root cause is improper bounds checking on data fields parsed from the JB2 stream. The parser trusts attacker-controlled length and index values supplied inside the compressed image structures. No range comparison is performed against the size of the allocated decoding buffer before the read occurs, producing the out-of-bounds read condition tracked under [CWE-125].

Attack Vector

Exploitation requires user interaction. The target must open a malicious PDF file or visit a web page that delivers a crafted document to PDF-XChange Editor. The attack proceeds over the network with low complexity and without prior authentication. The embedded JB2 stream triggers the faulty parser path, causing the application to read beyond the intended buffer boundary and return attacker-observable data through subsequent rendering or scripting interfaces.

No public proof-of-concept code is available. Technical details are documented in the Zero Day Initiative Advisory ZDI-25-068.

Detection Methods for CVE-2025-0906

Indicators of Compromise

  • PDF files containing malformed or unusually structured JB2-encoded image streams delivered via email attachments or web downloads
  • Unexpected PDFXEdit.exe crashes or hangs shortly after opening untrusted PDF documents
  • Outbound network connections from PDFXEdit.exe to unfamiliar hosts immediately after a document is opened

Detection Strategies

  • Inspect PDF documents at the email and web gateway for embedded JB2 streams with inconsistent segment headers or oversized length fields
  • Monitor for child processes spawned by PDFXEdit.exe, which is unusual during normal document viewing
  • Correlate document-open events with subsequent memory-related crash telemetry from the host

Monitoring Recommendations

  • Enable application crash and Windows Error Reporting telemetry for PDFXEdit.exe and forward events to a central SIEM
  • Alert on PDF files arriving from external sources that contain JBIG2 (JB2) decode filters
  • Track process command lines and parent-child relationships involving PDF-XChange Editor across managed endpoints

How to Mitigate CVE-2025-0906

Immediate Actions Required

  • Update PDF-XChange Editor to the version identified in ZDI-25-068 as containing the fix
  • Restrict opening of PDF documents from untrusted sources until patching is complete
  • Configure email and web gateways to scan and sandbox PDF attachments containing JB2 streams

Patch Information

The vendor has addressed the issue in an updated release referenced by the Zero Day Initiative advisory ZDI-25-068. Administrators should deploy the fixed version of PDF-XChange Editor across all managed endpoints. Verify that auto-update is enabled or push the update through existing software distribution tooling.

Workarounds

  • Use an alternative PDF viewer for documents originating outside the organization until the patch is applied
  • Disable JavaScript and embedded content rendering in PDF-XChange Editor preferences to limit chained exploitation paths
  • Apply Windows Defender Application Control or AppLocker rules to constrain child processes of PDFXEdit.exe
bash
# Example: enforce that PDF-XChange Editor cannot spawn shells or scripting hosts
# (PowerShell, applied to a WDAC policy build environment)
New-CIPolicyRule -DriverFilePath "C:\Program Files\Tracker Software\PDF Editor\PDFXEdit.exe" -Level Publisher
Set-RuleOption -FilePath .\PDFXChange.xml -Option 3 -Delete  # remove audit mode for enforcement

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-068
  • Related CVEs
  • CVE-2025-0904: PDF-XChange Editor Information Disclosure

  • CVE-2025-0911: PDF-XChange Editor Info Disclosure Bug

  • CVE-2025-0905: 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