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

CVE-2025-15581: Orthanc Privilege Escalation Vulnerability

CVE-2025-15581 is a privilege escalation flaw in Orthanc's HTTP Basic Authentication that could grant attackers full administrative access. This article covers the technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2025-15581 Overview

CVE-2025-15581 is an authorization bypass vulnerability affecting Orthanc medical imaging server versions prior to 1.12.10. The vulnerability stems from an authorization logic flaw in the application's HTTP Basic Authentication implementation, which can be exploited to achieve privilege escalation and potentially gain full administrative access to the medical imaging system.

Critical Impact

Successful exploitation could result in privilege escalation, potentially allowing attackers to gain full administrative access to Orthanc servers containing sensitive medical imaging data.

Affected Products

  • Orthanc versions before 1.12.10

Discovery Timeline

  • 2026-02-18 - CVE-2025-15581 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2025-15581

Vulnerability Analysis

This vulnerability is classified under CWE-287 (Improper Authentication), indicating a fundamental flaw in how the Orthanc server validates and enforces authentication credentials. The authorization logic within the HTTP Basic Authentication mechanism fails to properly verify user privileges, creating an opportunity for authenticated low-privilege users to escalate their access rights.

Orthanc is a lightweight, RESTful DICOM server commonly deployed in healthcare environments to store and manage medical imaging data. The security implications of this vulnerability are significant given that medical imaging systems typically contain protected health information (PHI) subject to regulatory requirements such as HIPAA.

Root Cause

The root cause lies in the flawed authorization logic within Orthanc's HTTP Basic Authentication implementation. The server fails to properly validate user privilege levels after initial authentication, allowing authenticated users to perform actions beyond their assigned permissions. This represents a classic authentication bypass where credential verification succeeds but subsequent authorization checks are insufficient or improperly implemented.

Attack Vector

The attack leverages the network-accessible HTTP interface exposed by Orthanc servers. An attacker with valid low-privilege credentials can exploit the authorization flaw to impersonate higher-privileged users or directly access administrative functions. The attack requires:

  1. Network access to the target Orthanc server
  2. Valid authentication credentials (even low-privilege)
  3. User interaction may be required in certain exploitation scenarios

The vulnerability enables user impersonation attacks where an authenticated user can bypass authorization controls to access resources or perform actions reserved for administrators. Detailed exploitation analysis is available in the Project Black technical writeup.

Detection Methods for CVE-2025-15581

Indicators of Compromise

  • Unusual authentication patterns showing low-privilege users accessing administrative endpoints
  • Audit log entries indicating authorization inconsistencies or privilege escalation attempts
  • HTTP request anomalies in Basic Authentication headers suggesting impersonation attempts

Detection Strategies

  • Monitor Orthanc access logs for requests to administrative endpoints from non-administrative user accounts
  • Implement alerting on failed authorization attempts followed by successful access to privileged resources
  • Deploy network intrusion detection rules to identify anomalous authentication patterns to Orthanc servers

Monitoring Recommendations

  • Enable verbose logging in Orthanc to capture authentication and authorization events
  • Establish baseline user activity patterns and alert on deviations
  • Regularly audit user privilege assignments and access patterns in Orthanc deployments

How to Mitigate CVE-2025-15581

Immediate Actions Required

  • Upgrade Orthanc to version 1.12.10 or later immediately
  • Review access logs for evidence of exploitation attempts
  • Audit user accounts and privileges to identify any unauthorized changes
  • Implement network segmentation to limit exposure of Orthanc servers

Patch Information

The vulnerability has been addressed in Orthanc version 1.12.10. Organizations should upgrade to this version or later to remediate the authorization bypass flaw. Release notes and upgrade instructions are available in the Orthanc Server Release Note. Additional technical details about the fix can be found in Orthanc Bug Report #252.

Workarounds

  • Restrict network access to Orthanc servers using firewall rules to limit exposure to trusted networks only
  • Implement additional authentication layers such as VPN or reverse proxy with strong authentication in front of Orthanc deployments
  • Disable or remove unnecessary user accounts to minimize the attack surface
  • Consider temporarily disabling remote access to Orthanc until the patch can be applied

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechOrthanc

  • SeverityMEDIUM

  • CVSS Score4.7

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:A/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-287
  • Technical References
  • Orthanc Server Release Note

  • Orthanc Bug Report #252

  • Project Black Exploitation Analysis
  • Related CVEs
  • CVE-2026-5444: Heap Buffer Overflow Vulnerability

  • CVE-2026-5439: Orthanc ZIP Processing DoS Vulnerability

  • CVE-2026-5438: Orthanc Gzip Decompression DoS Vulnerability

  • CVE-2025-0896: Orthanc Server Auth Bypass 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