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

CVE-2025-5943: MicroDicom DICOM Viewer RCE Vulnerability

CVE-2025-5943 is a remote code execution vulnerability in MicroDicom DICOM Viewer caused by an out-of-bounds write flaw. Attackers can exploit this by tricking users into opening malicious files or visiting harmful sites.

Updated: January 22, 2026

CVE-2025-5943 Overview

CVE-2025-5943 is an out-of-bounds write vulnerability affecting MicroDicom DICOM Viewer, a medical imaging application used to view and process DICOM (Digital Imaging and Communications in Medicine) files. Remote attackers can exploit this issue to potentially execute arbitrary code on affected installations. Successful exploitation requires user interaction—the victim must either visit a malicious website or open a specially crafted DICOM file locally.

Critical Impact

This out-of-bounds write vulnerability enables remote code execution in medical imaging software, potentially compromising healthcare workstations processing diagnostic images. The network-accessible attack vector combined with the high impact on confidentiality, integrity, and availability makes this a significant threat to healthcare environments.

Affected Products

  • MicroDicom DICOM Viewer

Discovery Timeline

  • June 10, 2025 - CVE-2025-5943 published to NVD
  • June 12, 2025 - Last updated in NVD database

Technical Details for CVE-2025-5943

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-Bounds Write), a memory corruption issue where the application writes data past the allocated buffer boundary. In the context of MicroDicom DICOM Viewer, the vulnerability occurs during the parsing or processing of DICOM image files. When a specially crafted DICOM file is processed, the application fails to properly validate buffer boundaries, allowing an attacker to overwrite adjacent memory regions.

The exploitation requires user interaction—either visiting a malicious website that triggers the vulnerability through the application's protocol handlers, or directly opening a malicious DICOM file. Once triggered, the out-of-bounds write can corrupt memory in a controlled manner, potentially allowing the attacker to redirect program execution and achieve arbitrary code execution.

Healthcare environments are particularly vulnerable because DICOM files are routinely exchanged between medical systems, imaging equipment, and diagnostic workstations, creating numerous opportunities for attackers to deliver malicious files.

Root Cause

The root cause is improper bounds checking during DICOM file parsing operations. The application fails to validate that write operations remain within the allocated buffer boundaries when processing certain malformed or malicious DICOM file structures. This allows attackers to craft DICOM files that trigger writes beyond the intended memory region.

Attack Vector

The attack is network-based but requires user interaction. An attacker can exploit this vulnerability through two primary vectors:

  1. Malicious Website: An attacker hosts a malicious DICOM file on a website. When a user visits the site, the file may be processed by the DICOM Viewer if the application is registered as a handler for DICOM content types.

  2. Malicious DICOM File: An attacker distributes a crafted DICOM file through email, file sharing, or by compromising a PACS (Picture Archiving and Communication System). When a user opens the file in MicroDicom DICOM Viewer, the out-of-bounds write is triggered.

Both attack vectors ultimately lead to memory corruption that can be leveraged for arbitrary code execution, giving the attacker control over the affected system.

The vulnerability manifests during DICOM file processing where buffer boundaries are not properly validated. See the CISA Medical Advisory ICSMA-25-160-01 for additional technical details.

Detection Methods for CVE-2025-5943

Indicators of Compromise

  • Unexpected crashes or application hangs in MicroDicom DICOM Viewer when processing image files
  • Suspicious DICOM files with anomalous file structures or unusually large embedded data segments
  • Unusual process behavior from the DICOM Viewer application, such as spawning child processes or making network connections
  • Memory access violations or exception events logged by system monitoring tools

Detection Strategies

  • Deploy endpoint detection and response (EDR) solutions configured to monitor memory corruption exploitation attempts
  • Implement application whitelisting to detect unauthorized code execution from the DICOM Viewer process
  • Monitor for abnormal file access patterns involving DICOM files from untrusted sources
  • Use memory integrity monitoring to detect heap and stack corruption attempts

Monitoring Recommendations

  • Enable verbose logging for DICOM Viewer applications and centralize logs for security analysis
  • Monitor network traffic for suspicious DICOM file downloads from untrusted external sources
  • Implement file integrity monitoring on directories where DICOM files are stored
  • Configure security tools to alert on exploitation techniques commonly used with out-of-bounds write vulnerabilities

How to Mitigate CVE-2025-5943

Immediate Actions Required

  • Review the CISA Medical Advisory ICSMA-25-160-01 for vendor-specific remediation guidance
  • Restrict DICOM file processing to files from trusted sources only
  • Ensure endpoint protection solutions are updated with the latest detection signatures
  • Isolate workstations running vulnerable versions of MicroDicom DICOM Viewer from direct internet access
  • Educate users about the risks of opening DICOM files from unknown or untrusted sources

Patch Information

Refer to the CISA Medical Advisory ICSMA-25-160-01 for the latest patching guidance from MicroDicom. Organizations should check for updated versions of the DICOM Viewer that address this vulnerability and apply patches following their standard change management procedures.

Workarounds

  • Implement network segmentation to isolate medical imaging workstations from general network traffic
  • Configure web browser and email gateway filters to block or quarantine DICOM files from external sources
  • Use a sandboxed environment for opening DICOM files from untrusted sources
  • Disable automatic protocol handler registration for the DICOM Viewer application to prevent drive-by exploitation
bash
# Example: Restrict DICOM file access permissions on Windows (run as Administrator)
# Limit write access to DICOM directories to authorized users only
icacls "C:\DICOM\Import" /inheritance:r /grant "SYSTEM:(OI)(CI)F" /grant "Administrators:(OI)(CI)F" /grant "DICOMUsers:(OI)(CI)RX"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrodicom

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/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
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • CISA Medical Advisory ICSMA-25-160-01
  • Related CVEs
  • CVE-2025-36521: MicroDicom DICOM Viewer Buffer Overflow
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