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

CVE-2025-2264: Sante PACS Server Path Traversal Flaw

CVE-2025-2264 is a path traversal information disclosure flaw in Santesoft Sante PACS Server that allows unauthenticated attackers to download arbitrary files. This article covers technical details, impact, and mitigation.

Published: May 4, 2026

CVE-2025-2264 Overview

CVE-2025-2264 is a path traversal information disclosure vulnerability in Santesoft Sante PACS Server. The flaw resides in Sante PACS Server.exe and allows an unauthenticated remote attacker to download arbitrary files from the disk drive where the application is installed. The issue is tracked under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory). Tenable Research disclosed the vulnerability through advisory TRA-2025-08. Sante PACS Server is widely used in medical imaging environments to store and transmit DICOM files, making exposed deployments attractive targets for adversaries seeking patient data or configuration files.

Critical Impact

Unauthenticated remote attackers can read arbitrary files from the host drive, exposing patient imaging data, configuration files, and credentials.

Affected Products

  • Santesoft Sante PACS Server 4.1.0
  • Windows deployments running Sante PACS Server.exe
  • Healthcare environments using Sante PACS for DICOM storage and retrieval

Discovery Timeline

  • 2025-03-13 - CVE-2025-2264 published to NVD with Tenable advisory TRA-2025-08
  • 2025-04-03 - Last updated in NVD database

Technical Details for CVE-2025-2264

Vulnerability Analysis

The vulnerability allows attackers to bypass directory restrictions and retrieve files outside the intended web-accessible directory of the PACS server. Sante PACS Server exposes HTTP services for managing and viewing DICOM medical imaging data. The application fails to properly canonicalize and validate user-supplied path components in file retrieval requests.

An unauthenticated attacker who can reach the PACS service over the network can issue crafted requests containing traversal sequences such as ../ to escape the document root. The server processes these requests and returns the contents of any file readable by the service account on the installation drive.

Successful exploitation discloses sensitive data including DICOM patient files protected under HIPAA, server configuration files, database credentials, and Windows system files. The vulnerability does not affect integrity or availability, only confidentiality.

Root Cause

The root cause is improper input validation in the file-serving routine of Sante PACS Server.exe. The server concatenates attacker-controlled path segments with a base directory without normalizing parent-directory references or enforcing a path prefix check after canonicalization, classic [CWE-22] behavior.

Attack Vector

Exploitation requires only network access to the PACS HTTP listener and no authentication or user interaction. An attacker sends an HTTP request containing encoded or raw ../ sequences within a file parameter to traverse upward from the application's serving directory and request arbitrary files by absolute or relative path. The Tenable advisory documents the request format and proof-of-concept details.

Detection Methods for CVE-2025-2264

Indicators of Compromise

  • HTTP requests to the Sante PACS Server containing ../, ..\, %2e%2e%2f, or %2e%2e/ traversal sequences in URL paths or query parameters.
  • Access log entries showing successful 200 responses for file paths outside the standard PACS storage directory.
  • Outbound transfers of unusually large or numerous files from the PACS host to untrusted IP addresses.

Detection Strategies

  • Inspect web server and reverse proxy logs for path traversal patterns targeting the PACS service port.
  • Deploy IDS/IPS signatures matching known traversal payloads against traffic destined for Sante PACS hosts.
  • Hunt for process activity from Sante PACS Server.exe that reads files outside its installation and DICOM storage directories.

Monitoring Recommendations

  • Forward Sante PACS access logs and Windows file-access audit events to a centralized SIEM for correlation.
  • Alert on unauthenticated requests that return non-DICOM file types such as .ini, .config, .log, or executables.
  • Baseline normal client request patterns and flag deviations in requested file paths.

How to Mitigate CVE-2025-2264

Immediate Actions Required

  • Upgrade Sante PACS Server to the latest version published by Santesoft that addresses CVE-2025-2264.
  • Restrict network exposure of the PACS service to trusted clinical VLANs and authenticated VPN users only.
  • Audit the host filesystem for sensitive files reachable from the installation drive and relocate or restrict them.

Patch Information

Refer to the Tenable Research Advisory TRA-2025-08 for vendor remediation guidance. Administrators should consult Santesoft directly for the patched build that supersedes version 4.1.0 and apply it across all PACS instances.

Workarounds

  • Place Sante PACS Server behind a reverse proxy or web application firewall that normalizes URLs and blocks traversal sequences.
  • Run the PACS service under a least-privilege Windows account with read access limited to the DICOM storage directory.
  • Apply host-based firewall rules to allow inbound connections only from authorized imaging modalities and workstations.
bash
# Example WAF rule (ModSecurity) to block path traversal against PACS
SecRule REQUEST_URI "@rx (\.\./|\.\.\\|%2e%2e%2f|%2e%2e/)" \
    "id:1002264,phase:1,deny,status:403,log,\
    msg:'CVE-2025-2264 Sante PACS path traversal attempt'"

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechSantesoft Sante Pacs Server

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability65.91%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Tenable Research Advisory
  • Related CVEs
  • CVE-2025-53948: Sante PACS Server DOS Vulnerability

  • CVE-2025-54156: Sante PACS Server Info Disclosure Flaw

  • CVE-2025-2263: Sante PACS Server Buffer Overflow Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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