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

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

CVE-2025-54156 is an information disclosure vulnerability in Santesoft Sante PACS Server that transmits credentials without encryption. This post covers the technical details, affected versions, security impact, and mitigation.

Updated: May 19, 2026

CVE-2025-54156 Overview

CVE-2025-54156 affects the Sante PACS Server Web Portal, a medical imaging server used in healthcare environments. The web portal transmits credential information without encryption, exposing usernames and passwords to network-based interception. The flaw maps to [CWE-319] Cleartext Transmission of Sensitive Information and [CWE-522] Insufficiently Protected Credentials. CISA published a medical advisory (ICSMA-25-224-01) covering this issue. An attacker positioned on the network path between a client and the server can capture authentication material and reuse it to access protected medical imaging data.

Critical Impact

Network-adjacent attackers can intercept plaintext credentials transmitted by the Sante PACS Server Web Portal, gaining unauthorized access to patient imaging data and PACS administrative functions.

Affected Products

  • Santesoft Sante PACS Server (Web Portal component)
  • Deployments exposing the web portal over unencrypted HTTP
  • Healthcare environments running vulnerable Sante PACS Server versions identified in ICSMA-25-224-01

Discovery Timeline

  • 2025-08-18 - CVE-2025-54156 published to the National Vulnerability Database
  • 2025-10-17 - Last updated in NVD database

Technical Details for CVE-2025-54156

Vulnerability Analysis

The Sante PACS Server Web Portal handles authentication for users accessing Digital Imaging and Communications in Medicine (DICOM) studies and server administration. The portal transmits credential material over an unencrypted channel during login and subsequent authenticated requests. Any device on the network path can observe these credentials in cleartext using passive packet capture.

The defect falls into two related categories. [CWE-319] describes cleartext transmission of sensitive information across a communication channel. [CWE-522] describes credentials stored or transmitted without sufficient cryptographic protection. Together they indicate the portal lacks Transport Layer Security (TLS) enforcement on credential-bearing traffic.

Picture Archiving and Communication Systems hold protected health information. Captured credentials grant attackers access to patient studies, imaging metadata, and server configuration. Reused credentials may also unlock other systems in environments where staff share passwords across applications.

Root Cause

The root cause is the absence of mandatory encryption on the web portal's authentication flow. The portal accepts and processes credentials over plaintext HTTP rather than enforcing HTTPS with a valid certificate and modern cipher suites.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction beyond a legitimate user submitting credentials. An attacker conducting Address Resolution Protocol (ARP) spoofing, operating a rogue Wi-Fi access point, or controlling an upstream network device can observe the cleartext credentials. The attacker then replays them against the portal to authenticate as the victim. Refer to the CISA Medical Advisory ICSMA-25-224-01 for technical details and affected version ranges.

Detection Methods for CVE-2025-54156

Indicators of Compromise

  • Authentication events from unfamiliar source IP addresses or geolocations against the Sante PACS Server Web Portal
  • Plaintext HTTP traffic on the PACS web portal port containing Authorization headers or form fields with credential parameters
  • Repeated successful logins for a single account from multiple endpoints in short time windows

Detection Strategies

  • Inspect network traffic to the PACS server for HTTP (port 80) sessions carrying login form data or basic authentication headers
  • Correlate PACS authentication logs with workstation logon events to identify sessions originating from unexpected hosts
  • Alert on ARP table changes or duplicate MAC addresses on VLANs hosting medical imaging systems

Monitoring Recommendations

  • Capture and review PACS web portal access logs for anomalous user agents, source addresses, and off-hours activity
  • Monitor for clients connecting to the portal over HTTP rather than HTTPS once TLS is enforced
  • Track DICOM query and retrieve operations following authentication events to detect bulk imaging data exfiltration

How to Mitigate CVE-2025-54156

Immediate Actions Required

  • Apply the vendor update referenced in CISA Medical Advisory ICSMA-25-224-01 as soon as it is available for your deployment
  • Restrict network access to the Sante PACS Server Web Portal using firewall rules that allow only authorized clinical subnets
  • Force a password reset for all PACS portal accounts that have authenticated over unencrypted channels
  • Place the PACS server behind a reverse proxy that terminates TLS with a valid certificate until the vendor patch is deployed

Patch Information

Consult the Santesoft vendor advisory linked from CISA Medical Advisory ICSMA-25-224-01 for the fixed version of Sante PACS Server. Confirm the patched build enforces HTTPS for all portal endpoints and disables plaintext HTTP listeners.

Workarounds

  • Deploy a TLS-terminating reverse proxy such as nginx or HAProxy in front of the portal and block direct access to the cleartext port
  • Segment the PACS server on a dedicated VLAN with access control lists limiting traffic to clinical workstations and imaging modalities
  • Require virtual private network (VPN) access for any remote staff connecting to the portal
  • Disable browser autofill and credential storage for the PACS portal on shared clinical workstations
bash
# Example nginx reverse proxy enforcing TLS in front of the Sante PACS Web Portal
server {
    listen 443 ssl http2;
    server_name pacs.example.local;

    ssl_certificate     /etc/ssl/certs/pacs.crt;
    ssl_certificate_key /etc/ssl/private/pacs.key;
    ssl_protocols       TLSv1.2 TLSv1.3;
    ssl_ciphers         HIGH:!aNULL:!MD5;

    location / {
        proxy_pass         http://127.0.0.1:8080;
        proxy_set_header   Host $host;
        proxy_set_header   X-Forwarded-For $remote_addr;
        proxy_set_header   X-Forwarded-Proto https;
    }
}

# Redirect any plaintext requests to HTTPS
server {
    listen 80;
    server_name pacs.example.local;
    return 301 https://$host$request_uri;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechSantesoft Sante Pacs Server

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-319

  • CWE-522
  • Vendor Resources
  • CISA Medical Advisory ICSMA-25-224-01
  • Related CVEs
  • CVE-2025-53948: Sante PACS Server DOS Vulnerability

  • CVE-2025-2263: Sante PACS Server Buffer Overflow Flaw

  • CVE-2025-2264: Sante PACS Server Path Traversal 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