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-2026-5441

CVE-2026-5441: DICOM Decoder Information Disclosure Flaw

CVE-2026-5441 is an information disclosure vulnerability in the DICOM image decoder affecting the Philips PMSCT_RLE1 decompression routine. An out-of-bounds read can leak heap data into rendered images. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 9, 2026

CVE-2026-5441 Overview

An out-of-bounds read vulnerability exists in the DecodePsmctRle1 function of DicomImageDecoder.cpp. The PMSCT_RLE1 decompression routine, which decodes the proprietary Philips Compression format, does not properly validate escape markers placed near the end of the compressed data stream. A crafted sequence at the end of the buffer can cause the decoder to read beyond the allocated memory region and leak heap data into the rendered image output.

Critical Impact

Attackers can exploit this vulnerability to leak sensitive heap memory contents through rendered DICOM image output, potentially exposing patient data or other sensitive information stored in memory.

Affected Products

  • DICOM image processing implementations using the vulnerable DecodePsmctRle1 function
  • Software utilizing the PMSCT_RLE1 (Philips Compression) decompression routine
  • Medical imaging applications processing Philips-compressed DICOM files

Discovery Timeline

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

Technical Details for CVE-2026-5441

Vulnerability Analysis

This out-of-bounds read vulnerability resides in the DICOM image decoding functionality, specifically within the DecodePsmctRle1 function responsible for handling the proprietary Philips PMSCT_RLE1 compression format. The decompression routine processes escape markers within compressed data streams but fails to implement proper boundary validation when these markers appear near the end of the allocated buffer.

When processing a maliciously crafted DICOM image containing specific escape sequences positioned at the buffer boundary, the decoder continues reading memory beyond the legitimate data region. This results in heap memory contents being incorporated into the decompressed image output, effectively creating an information disclosure channel through rendered medical images.

The vulnerability is particularly concerning in medical imaging contexts where DICOM files may be exchanged between healthcare systems, as the leaked heap data could contain sensitive patient information, authentication tokens, or other security-critical data resident in memory at the time of processing.

Root Cause

The root cause of this vulnerability is insufficient bounds checking in the DecodePsmctRle1 function when processing escape markers within PMSCT_RLE1 compressed data streams. The decompression logic does not validate that the current read position remains within the bounds of the input buffer before processing escape marker sequences, allowing reads to extend beyond the allocated memory region when specially crafted escape sequences are positioned at the buffer boundary.

Attack Vector

An attacker can exploit this vulnerability by crafting a malicious DICOM image file containing a carefully constructed PMSCT_RLE1 compressed data stream. The attack sequence involves:

  1. Creating a DICOM file with the PMSCT_RLE1 transfer syntax
  2. Positioning specific escape marker sequences at or near the end of the compressed data buffer
  3. Delivering the malicious file to a vulnerable DICOM processing application
  4. When the victim application decodes the image, heap memory beyond the buffer is read and incorporated into the rendered output
  5. The attacker can then extract sensitive information from the resulting image data

This attack requires no authentication and can be triggered simply by having a vulnerable application process the malicious DICOM file. Additional technical details are available in the CERT Vulnerability Advisory.

Detection Methods for CVE-2026-5441

Indicators of Compromise

  • Unusual DICOM files with abnormally large or malformed PMSCT_RLE1 compressed data segments
  • DICOM images with visual artifacts or noise patterns that could indicate memory leakage
  • Application crashes or memory access violations when processing DICOM files with Philips compression
  • Log entries indicating buffer boundary errors in DICOM processing components

Detection Strategies

  • Monitor DICOM processing applications for memory access violations or segmentation faults during image decoding operations
  • Implement file integrity validation for incoming DICOM files, flagging those with unusual compression stream structures
  • Deploy endpoint detection rules to identify attempts to process DICOM files with anomalous PMSCT_RLE1 data segments
  • Enable heap corruption detection mechanisms in DICOM processing environments

Monitoring Recommendations

  • Implement logging for all DICOM image processing operations, capturing file metadata and processing outcomes
  • Monitor for unusual network traffic patterns involving DICOM file transfers to detect potential exploitation attempts
  • Review rendered DICOM images for unexpected data patterns that could indicate heap data leakage
  • Establish baseline metrics for DICOM processing behavior to identify anomalous decompression operations

How to Mitigate CVE-2026-5441

Immediate Actions Required

  • Restrict processing of DICOM files with PMSCT_RLE1 (Philips Compression) transfer syntax until patches are applied
  • Implement network segmentation to isolate DICOM processing systems from untrusted data sources
  • Review and audit all DICOM file ingestion points to ensure proper input validation is in place
  • Consider temporary disabling of automated DICOM processing pipelines that accept files from external sources

Patch Information

Organizations should consult with their DICOM software vendors for updated versions that address this vulnerability. Review the CERT Vulnerability Advisory for official guidance. For implementations based on Orthanc Server, consult the Orthanc Server Documentation for security updates.

Workarounds

  • Configure DICOM processing applications to reject files using the PMSCT_RLE1 transfer syntax
  • Implement pre-processing validation to scan DICOM files for malformed compression streams before decoding
  • Deploy sandboxed environments for DICOM image processing to contain potential memory disclosure impacts
  • Use Web Application Firewalls or content inspection proxies to filter DICOM files with suspicious characteristics

For organizations unable to immediately patch, implementing strict input validation on DICOM file sources and transfer syntaxes provides a temporary risk reduction measure while awaiting vendor updates.

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechPhilips

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • CERT Vulnerability Advisory

  • Machine Spirits Resources

  • Orthanc Server Documentation
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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