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-2025-48429

CVE-2025-48429: Grassroots DICOM Information Disclosure

CVE-2025-48429 is an out-of-bounds read flaw in Grassroots DICOM 3.024 that enables attackers to leak heap data through malicious DICOM files. This article covers technical details, affected versions, and mitigation.

Published: March 24, 2026

CVE-2025-48429 Overview

An out-of-bounds read vulnerability exists in the RLECodec::DecodeByStreams functionality of Grassroot DICOM 3.024. This critical memory corruption flaw allows attackers to craft malicious DICOM files that, when processed, can leak sensitive heap data and potentially cause denial of service conditions. The vulnerability is network-exploitable, requiring no authentication or user interaction, making it particularly dangerous in healthcare environments where DICOM files are commonly exchanged.

Critical Impact

Attackers can exploit this vulnerability to read beyond allocated buffer boundaries, potentially exposing sensitive heap memory contents including patient data, configuration information, or memory structures that could facilitate further attacks. The vulnerability also poses a significant denial of service risk to medical imaging systems.

Affected Products

  • Grassroots DICOM (GDCM) version 3.0.24
  • Applications and systems using the Malaterre Grassroots DICOM library for DICOM file processing
  • Medical imaging software incorporating vulnerable GDCM versions

Discovery Timeline

  • 2025-12-16 - CVE CVE-2025-48429 published to NVD
  • 2026-01-07 - Last updated in NVD database

Technical Details for CVE-2025-48429

Vulnerability Analysis

This vulnerability is classified under CWE-125 (Out-of-Bounds Read) and CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer). The flaw resides in the RLE (Run-Length Encoding) codec implementation within the Grassroots DICOM library, specifically in the RLECodec::DecodeByStreams function responsible for decompressing RLE-encoded DICOM image data.

When processing a specially crafted DICOM file with malformed RLE-encoded segments, the decoder fails to properly validate boundary conditions before reading from memory buffers. This allows read operations to extend beyond the allocated heap buffer, potentially exposing adjacent memory contents to an attacker who can trigger parsing of a malicious DICOM file.

The network attack vector indicates this vulnerability can be exploited remotely, such as when a vulnerable application processes DICOM files received over a network connection or through file sharing mechanisms common in healthcare environments.

Root Cause

The root cause lies in insufficient bounds checking within the RLE decoding logic of RLECodec::DecodeByStreams. The function processes RLE-encoded pixel data streams but does not adequately verify that read operations remain within the bounds of the allocated input buffer. When encountering maliciously constructed RLE segments that specify read lengths exceeding the actual buffer size, the decoder continues reading beyond the buffer boundary, resulting in an out-of-bounds memory access.

Attack Vector

The attack vector for this vulnerability involves providing a malicious DICOM file to an application using the vulnerable Grassroots DICOM library. The attack flow proceeds as follows:

  1. An attacker crafts a DICOM file containing malformed RLE-encoded image data with manipulated segment lengths
  2. The malicious file is delivered to a target system through network transfer, email attachment, or file sharing
  3. When the target application attempts to decode the DICOM image using RLECodec::DecodeByStreams, the vulnerability triggers
  4. The out-of-bounds read operation leaks heap memory contents, which may include sensitive data or be used for information gathering to facilitate further exploitation

For detailed technical information about this vulnerability, see the Talos Intelligence Vulnerability Report.

Detection Methods for CVE-2025-48429

Indicators of Compromise

  • Abnormal DICOM file processing errors or application crashes when handling incoming medical imaging files
  • Unexpected memory access violations logged by applications using the Grassroots DICOM library
  • DICOM files with anomalous RLE segment headers or malformed encoding structures
  • Unusual network traffic patterns involving DICOM file transfers from untrusted sources

Detection Strategies

  • Implement file integrity monitoring for DICOM files entering the network to detect potentially malicious modifications
  • Deploy application-level monitoring to detect crashes or exceptions in DICOM processing workflows
  • Configure intrusion detection systems to flag unusual DICOM file structures or RLE encoding anomalies
  • Monitor for heap corruption indicators or memory read violations in GDCM-dependent applications

Monitoring Recommendations

  • Enable verbose logging for DICOM file processing operations to capture parsing anomalies
  • Implement centralized log aggregation for medical imaging systems to correlate potential exploitation attempts
  • Deploy endpoint detection and response (EDR) solutions capable of monitoring memory access patterns in healthcare applications
  • Establish baseline behavior for DICOM processing workloads to identify deviation indicating potential exploitation

How to Mitigate CVE-2025-48429

Immediate Actions Required

  • Identify all systems and applications using Grassroots DICOM version 3.0.24 or earlier vulnerable versions
  • Restrict processing of DICOM files from untrusted or unverified sources until patches are applied
  • Implement network segmentation to limit exposure of medical imaging systems
  • Apply vendor patches as soon as they become available

Patch Information

Organizations should monitor the Grassroots DICOM project for security updates addressing this vulnerability. Review the Talos Intelligence Vulnerability Report for the latest information on available patches and remediation guidance.

Workarounds

  • Implement strict input validation for all DICOM files before processing, rejecting files from untrusted sources
  • Deploy DICOM file scanning solutions to detect potentially malicious file structures before they reach vulnerable applications
  • Consider sandboxing DICOM processing operations to limit the impact of potential memory disclosure
  • Temporarily disable RLE decoding functionality if not required for operational needs until patching is complete
bash
# Configuration example - restrict DICOM file sources
# Add to PACS/imaging application firewall rules
# Allow DICOM traffic only from trusted medical device networks
iptables -A INPUT -p tcp --dport 104 -s 192.168.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 104 -j DROP

# Log all DICOM processing for audit purposes
# Configure application logging level (example for Linux systems)
export GDCM_LOG_LEVEL=DEBUG

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMalaterre Grassroots Dicom

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-119

  • CWE-125
  • Technical References
  • Talos Intelligence Vulnerability Report

  • Talos Intelligence Vulnerability Report
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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