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

CVE-2025-3482: Meddream PACS Server RCE Vulnerability

CVE-2025-3482 is a stack-based buffer overflow RCE vulnerability in MedDream PACS Server that allows unauthenticated attackers to execute arbitrary code. This article covers technical details, affected versions, and mitigation.

Published: May 11, 2026

CVE-2025-3482 Overview

CVE-2025-3482 is a stack-based buffer overflow vulnerability in MedDream PACS Server that allows attackers to execute arbitrary code through malicious DICOM file parsing. The flaw exists in the DICOM file parsing routine, where user-supplied data is copied to a fixed-length stack buffer without proper length validation. Successful exploitation grants code execution in the context of the service account. The vulnerability is tracked as ZDI-CAN-25826 and was disclosed by the Zero Day Initiative as ZDI-25-244. Although authentication is not required, the attack vector is local and requires user interaction to trigger parsing of a crafted DICOM file.

Critical Impact

Attackers who deliver a malicious DICOM file to a vulnerable MedDream PACS Server can execute arbitrary code under the service account, compromising medical imaging infrastructure and patient data.

Affected Products

  • MedDream PACS Server (Premium edition)
  • Component: meddream:pacs_server
  • All versions prior to the vendor-issued fix referenced in ZDI-25-244

Discovery Timeline

  • 2025-05-22 - CVE-2025-3482 published to NVD
  • 2025-07-11 - Last updated in NVD database
  • Reference advisory - Zero Day Initiative published ZDI-25-244

Technical Details for CVE-2025-3482

Vulnerability Analysis

The vulnerability resides in the DICOM (Digital Imaging and Communications in Medicine) file parser within MedDream PACS Server. The parser copies attacker-controlled data from a DICOM file into a fixed-length stack buffer without validating the source length. This classic stack-based buffer overflow [CWE-121] overwrites adjacent stack memory, including saved return addresses and structured exception handler pointers on Windows builds.

The Common Weakness Enumeration classifies this as CWE-121 (Stack-based Buffer Overflow). An attacker who controls the DICOM input can corrupt control flow data and redirect execution to arbitrary code. Because PACS servers typically run with elevated service privileges in clinical environments, successful exploitation yields high-impact code execution against medical imaging infrastructure.

Root Cause

The root cause is the absence of bounds checking when the DICOM parser copies a length-prefixed or tag-delimited field from the input file into a fixed-size stack buffer. The parser trusts attacker-supplied size or terminator values, allowing the copy operation to extend beyond the buffer boundary.

Attack Vector

An attacker crafts a malicious DICOM file containing an oversized field designed to overflow the target buffer. The file must be processed by the MedDream PACS Server, which typically occurs when the file is uploaded, imported, or queued for parsing. Although the CVSS vector indicates a local attack vector with user interaction required, PACS workflows commonly ingest DICOM files from networked modalities, workstations, and remote sources, expanding the practical exposure.

The vulnerability does not require authentication. Once the malicious file is parsed, the attacker gains code execution in the context of the PACS service account.

No public proof-of-concept code has been released. Technical details are available in the Zero Day Initiative Advisory ZDI-25-244.

Detection Methods for CVE-2025-3482

Indicators of Compromise

  • Unexpected crashes, restarts, or access violations in the MedDream PACS Server service process
  • DICOM files with anomalously large tag values, malformed length fields, or non-standard structure submitted to ingestion endpoints
  • Child processes spawned by the PACS service account that do not match normal operational baselines
  • Outbound network connections originating from the PACS server to unrecognized hosts following DICOM file processing

Detection Strategies

  • Monitor the PACS server process for abnormal termination, exception events, and Windows Error Reporting (WER) entries tied to the DICOM parser binary
  • Deploy endpoint behavioral identification to flag post-exploitation activity such as shell spawning, credential access, or lateral movement from the PACS service account
  • Inspect DICOM ingestion logs for files exceeding expected size thresholds or with malformed metadata
  • Hunt for anomalous parent-child process relationships where the MedDream service launches cmd.exe, powershell.exe, or other interpreters

Monitoring Recommendations

  • Enable detailed process creation and command-line auditing on hosts running MedDream PACS Server
  • Forward PACS application logs, Windows Security logs, and Sysmon telemetry to a centralized SIEM for correlation
  • Establish a baseline of legitimate DICOM sources and alert on files arriving from unexpected origins
  • Track file integrity of MedDream installation directories to detect tampering after potential exploitation

How to Mitigate CVE-2025-3482

Immediate Actions Required

  • Apply the vendor patch referenced in ZDI-25-244 as soon as it is available from MedDream
  • Restrict DICOM ingestion to authenticated, trusted modalities and workstations on segmented clinical networks
  • Run the PACS service under the least-privileged account required for operation, avoiding LocalSystem or domain administrator contexts
  • Validate DICOM files at a network boundary or proxy before delivery to the PACS server

Patch Information

MedDream has been notified through the Zero Day Initiative disclosure process. Administrators should consult the Zero Day Initiative Advisory ZDI-25-244 and the MedDream vendor portal for fixed version information and upgrade guidance. No vendor advisory URL was published in the NVD record at the time of writing.

Workarounds

  • Isolate the PACS server on a dedicated VLAN with strict ingress controls limiting DICOM traffic to known modality IP addresses
  • Disable or restrict any web-facing DICOM upload interfaces until the patch is applied
  • Enforce file size and structural validation on DICOM submissions at an upstream gateway
  • Enable Windows exploit mitigations such as Data Execution Prevention (DEP), Address Space Layout Randomization (ASLR), and Control Flow Guard (CFG) on the host where supported
bash
# Example: restrict inbound DICOM (TCP/104, 11112) to known modality subnet
netsh advfirewall firewall add rule name="PACS-DICOM-Allow" ^
  dir=in action=allow protocol=TCP localport=104,11112 ^
  remoteip=10.20.30.0/24

netsh advfirewall firewall add rule name="PACS-DICOM-Block" ^
  dir=in action=block protocol=TCP localport=104,11112

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMeddream Pacs Server

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.48%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-121
  • Technical References
  • Zero Day Initiative Advisory ZDI-25-244
  • Related CVEs
  • CVE-2025-3484: Meddream PACS Server RCE Vulnerability

  • CVE-2025-3483: MedDream PACS Server RCE Vulnerability

  • CVE-2025-3481: MedDream PACS Server RCE Vulnerability

  • CVE-2025-27724: Meddream PACS Privilege Escalation Flaw
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