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

CVE-2025-3483: MedDream PACS Server RCE Vulnerability

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

Published: May 11, 2026

CVE-2025-3483 Overview

CVE-2025-3483 is a stack-based buffer overflow vulnerability in MedDream PACS Server that allows arbitrary code execution through malicious DICOM file parsing. The flaw exists in the routine responsible for processing Digital Imaging and Communications in Medicine (DICOM) files, where user-supplied data is copied into a fixed-length stack buffer without proper length validation [CWE-121]. An attacker who convinces a user to open or process a crafted DICOM file can execute code in the context of the service account. The vulnerability was reported through the Zero Day Initiative as ZDI-CAN-25825 and disclosed publicly as ZDI-25-243.

Critical Impact

Successful exploitation provides arbitrary code execution under the PACS service account, enabling full compromise of medical imaging infrastructure that stores and routes patient data.

Affected Products

  • MedDream PACS Server (Premium edition)
  • Installations parsing untrusted DICOM files
  • Healthcare environments exposing PACS endpoints to imaging input

Discovery Timeline

  • 2025-05-22 - CVE-2025-3483 published to NVD
  • 2025-07-11 - Last updated in NVD database

Technical Details for CVE-2025-3483

Vulnerability Analysis

The vulnerability resides in MedDream PACS Server's DICOM file parser. DICOM is the standard format for storing and transmitting medical imaging data, and PACS (Picture Archiving and Communication System) servers routinely ingest these files from imaging modalities and external sources. The parser copies attacker-controlled fields from the DICOM structure into a fixed-size buffer allocated on the stack without verifying that the source length fits the destination.

When the supplied data exceeds the buffer size, adjacent stack memory is overwritten. This includes saved return addresses, frame pointers, and structured exception handler records on Windows. An attacker controlling the overflowed bytes can hijack control flow and pivot to a payload of their choice.

Root Cause

The root cause is the absence of bounds checking before a memory copy operation on a stack buffer, classified under [CWE-121] Stack-based Buffer Overflow. The parser trusts length or content fields embedded within the DICOM file rather than constraining writes to the destination buffer capacity. Standard mitigations such as safe string functions or explicit length checks are not applied in the affected code path.

Attack Vector

Exploitation requires user interaction. An attacker delivers a malicious DICOM file to the target environment through email, a shared imaging workflow, a compromised modality, or upload to a PACS ingestion endpoint. When the file is parsed, the overflow triggers and code executes in the context of the MedDream service account. Because authentication is not required to exploit the parsing flaw itself, any file that reaches the parser can be weaponized.

The MedDream service account typically holds privileges sufficient to access stored medical images, configuration, and database connections, making the impact on confidentiality, integrity, and availability uniformly high.

No public proof-of-concept exploit is available at the time of writing. Refer to the Zero Day Initiative Advisory ZDI-25-243 for vendor coordination details.

Detection Methods for CVE-2025-3483

Indicators of Compromise

  • Unexpected child processes spawned by the MedDream PACS Server service, particularly command interpreters or scripting engines
  • Crashes or restarts of the PACS parsing process correlated with newly ingested DICOM files
  • DICOM files with anomalously large tag values or malformed structure entering the ingestion pipeline
  • Outbound network connections from the PACS host to unrecognized destinations following file processing

Detection Strategies

  • Monitor process creation telemetry for the MedDream service account spawning non-standard binaries
  • Apply file content inspection to incoming DICOM files for oversized fields and structural anomalies
  • Alert on stack overflow exception events and Windows Error Reporting entries tied to the PACS process
  • Correlate file ingestion timestamps with crash or anomalous behavior in security analytics

Monitoring Recommendations

  • Enable verbose logging on the PACS service and forward logs to a centralized SIEM for retention and correlation
  • Track inbound DICOM submissions, including source IP, modality identifier, and file hash
  • Baseline normal PACS service behavior to surface deviations such as new outbound connections or memory access violations
  • Audit service account activity for privilege use that falls outside imaging workflows

How to Mitigate CVE-2025-3483

Immediate Actions Required

  • Restrict network access to the MedDream PACS Server so only trusted imaging modalities and authorized clients can submit DICOM files
  • Run the PACS service under a least-privilege account that cannot access systems beyond its operational scope
  • Validate and sandbox DICOM files at the ingestion boundary before they reach the parser
  • Review the ZDI advisory ZDI-25-243 and contact MedDream for current patch availability

Patch Information

MedDream coordinated this disclosure with the Zero Day Initiative under tracker ZDI-CAN-25825. Administrators should consult MedDream support channels and the Zero Day Initiative Advisory ZDI-25-243 for the fixed version and apply the vendor-supplied update across all affected PACS instances.

Workarounds

  • Block DICOM ingestion from untrusted sources at the network perimeter until patching is complete
  • Disable automatic processing of DICOM attachments received through email or web upload
  • Apply application allowlisting to prevent the PACS service account from launching unexpected executables
  • Segment PACS infrastructure from general-purpose networks to limit lateral movement after compromise
bash
# Example: restrict inbound DICOM port (default 11112) to trusted modalities
# Windows Firewall rule
netsh advfirewall firewall add rule name="PACS-DICOM-Allow-Modalities" \
  dir=in action=allow protocol=TCP localport=11112 \
  remoteip=10.0.10.0/24

netsh advfirewall firewall add rule name="PACS-DICOM-Block-All" \
  dir=in action=block protocol=TCP localport=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-243
  • Related CVEs
  • CVE-2025-3484: Meddream PACS Server RCE Vulnerability

  • CVE-2025-3482: 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