Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2026-5438

CVE-2026-5438: Orthanc Gzip Decompression DoS Vulnerability

CVE-2026-5438 is a gzip decompression bomb flaw in Orthanc that allows attackers to exhaust system memory through crafted HTTP requests. This article covers the technical details, affected versions, and mitigation.

Published: April 9, 2026

CVE-2026-5438 Overview

A gzip decompression bomb vulnerability exists in Orthanc DICOM server when processing HTTP requests with Content-Encoding: gzip. The server fails to enforce limits on decompressed size and allocates memory based on attacker-controlled compression metadata. A specially crafted gzip payload can trigger excessive memory allocation, leading to resource exhaustion and denial of service conditions.

This vulnerability affects Orthanc, an open-source DICOM (Digital Imaging and Communications in Medicine) server commonly used in healthcare environments for medical imaging workflows. The lack of proper decompression size validation allows remote attackers to crash the server or exhaust system resources with minimal bandwidth.

Critical Impact

Remote attackers can exhaust server memory using specially crafted gzip-compressed HTTP requests, causing denial of service to critical medical imaging infrastructure.

Affected Products

  • Orthanc DICOM Server (affected versions not yet specified)

Discovery Timeline

  • 2026-04-09 - CVE-2026-5438 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2026-5438

Vulnerability Analysis

This vulnerability belongs to the class of decompression bomb (also known as "zip bomb" or "billion laughs" style) attacks targeting gzip-encoded HTTP content. When Orthanc receives an HTTP request with the Content-Encoding: gzip header, it attempts to decompress the request body before processing. The vulnerability stems from the server trusting attacker-controlled metadata within the gzip stream without validating the actual decompressed size against reasonable limits.

In a typical decompression bomb scenario, an attacker crafts a small compressed payload (often just kilobytes) that expands to gigabytes of data when decompressed. Since the server allocates memory based on the decompression output, this can rapidly exhaust available system memory, crash the Orthanc process, or destabilize the entire host system.

Healthcare environments running Orthanc for medical imaging are particularly vulnerable since DICOM servers often need to be accessible on internal networks and may handle large imaging datasets, making unusual memory consumption patterns harder to detect immediately.

Root Cause

The root cause is improper input validation in the HTTP request handling code. Specifically, Orthanc does not implement:

  • A maximum decompressed size limit for gzip-encoded request bodies
  • Ratio-based detection to identify suspicious compression ratios (e.g., when a small compressed payload decompresses to an unexpectedly large size)
  • Streaming decompression with incremental size checks

The server allocates memory proportional to the uncompressed data size without safeguards, allowing attackers to control memory allocation through carefully crafted compression metadata.

Attack Vector

The attack can be executed remotely by any attacker who can send HTTP requests to the Orthanc server. The attacker constructs a malicious gzip payload with an extremely high compression ratio and sends it to any Orthanc endpoint that accepts gzip-encoded content.

The attack workflow involves:

  1. The attacker creates a gzip bomb payload containing highly repetitive data that compresses to a small size
  2. The attacker sends an HTTP request to the Orthanc server with Content-Encoding: gzip header and the malicious payload
  3. Orthanc's HTTP handler decompresses the payload without size validation
  4. The server attempts to allocate memory for the full decompressed content
  5. System memory is exhausted, causing denial of service

For additional technical details, refer to the CERT Vulnerability Advisory and the Orthanc Server Documentation.

Detection Methods for CVE-2026-5438

Indicators of Compromise

  • HTTP requests to Orthanc with Content-Encoding: gzip header containing abnormally small payloads (typically under 100KB)
  • Sudden spikes in memory usage on systems running Orthanc
  • Orthanc process crashes or out-of-memory (OOM) killer events in system logs
  • Unusual volume of HTTP POST requests from single source IPs targeting Orthanc endpoints

Detection Strategies

  • Monitor Orthanc process memory usage and establish baseline thresholds for alerting
  • Implement network-level inspection for HTTP requests with Content-Encoding: gzip and unusually small Content-Length values
  • Deploy application-layer firewalls or web application firewalls (WAF) with decompression bomb detection capabilities
  • Enable verbose HTTP request logging to capture headers and payload sizes for forensic analysis

Monitoring Recommendations

  • Configure system-level monitoring to alert on rapid memory consumption exceeding normal operational parameters
  • Set up log aggregation for Orthanc server logs and system OOM events
  • Monitor for repeated connection attempts from single sources with gzip-encoded payloads
  • Implement network flow analysis to detect unusual request patterns targeting DICOM server ports

How to Mitigate CVE-2026-5438

Immediate Actions Required

  • Review and restrict network access to Orthanc servers, limiting exposure to trusted networks only
  • Deploy a reverse proxy with request size limiting and decompression validation in front of Orthanc
  • Monitor memory usage on Orthanc hosts and configure alerts for anomalous consumption
  • Consider temporarily disabling gzip content encoding acceptance if operationally feasible

Patch Information

No vendor patch information is currently available for this vulnerability. Monitor the Orthanc Server Documentation and the CERT Vulnerability Advisory for updates regarding security patches and vendor guidance.

Organizations should subscribe to security announcements from Orthanc developers and apply patches as soon as they become available.

Workarounds

  • Deploy a reverse proxy (such as nginx or Apache) configured to limit maximum request body size and reject oversized decompressed content
  • Implement network segmentation to restrict Orthanc server access to authorized medical imaging systems only
  • Configure web application firewall rules to detect and block potential decompression bomb payloads
  • Set up resource limits (cgroups, ulimits) for the Orthanc process to prevent complete system memory exhaustion

Example nginx configuration to limit request body size:

bash
# Configuration example for nginx reverse proxy
# Add to nginx server block configuration for Orthanc

# Limit maximum request body size to prevent large payload attacks
client_max_body_size 100m;

# Limit decompressed request body size (requires ngx_http_gunzip_module)
gunzip_buffers 32 4k;

# Rate limiting to slow down potential attack attempts
limit_req_zone $binary_remote_addr zone=orthanc_limit:10m rate=10r/s;
limit_req zone=orthanc_limit burst=20 nodelay;

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOrthanc

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • CERT Vulnerability ID #536588

  • Machine Spirits Homepage

  • Orthanc Server Documentation
  • Related CVEs
  • CVE-2026-5439: Orthanc ZIP Processing DoS Vulnerability

  • CVE-2026-5444: Heap Buffer Overflow Vulnerability

  • CVE-2025-15581: Orthanc Privilege Escalation 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