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-2020-37009

CVE-2020-37009: MedDream PACS Server RCE Vulnerability

CVE-2020-37009 is an authenticated remote code execution vulnerability in MedDream PACS Server 6.8.3.751. Attackers can upload malicious PHP files to execute commands with elevated privileges. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: January 29, 2026

CVE-2020-37009 Overview

CVE-2020-37009 is an authenticated remote code execution vulnerability affecting MedDream PACS Server version 6.8.3.751. This vulnerability allows authorized users to upload malicious PHP files through the uploadImage.php endpoint. Once uploaded, attackers can execute arbitrary system commands with elevated privileges, potentially compromising the entire medical imaging infrastructure.

Critical Impact

Authenticated attackers can achieve full system compromise by uploading PHP shells, enabling arbitrary command execution on healthcare imaging servers that process sensitive patient data.

Affected Products

  • MedDream PACS Server 6.8.3.751

Discovery Timeline

  • 2026-01-29 - CVE-2020-37009 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2020-37009

Vulnerability Analysis

This vulnerability is classified as CWE-434: Unrestricted Upload of File with Dangerous Type. The MedDream PACS Server fails to properly validate file types during the upload process, allowing authenticated users to upload executable PHP files instead of legitimate medical image files. The uploadImage.php endpoint is designed to handle DICOM and other medical imaging formats but lacks adequate input validation and file type restrictions.

The attack requires network access and valid authentication credentials but does not require user interaction. Once an attacker gains authenticated access, they can upload a PHP web shell to a web-accessible directory. The server then executes the malicious PHP code when accessed, granting the attacker the ability to run arbitrary system commands with the privileges of the web server process.

Healthcare environments running MedDream PACS Server are particularly at risk, as these systems often contain sensitive Protected Health Information (PHI) and may be connected to broader hospital networks. Successful exploitation could lead to data exfiltration, ransomware deployment, or lateral movement within the healthcare network.

Root Cause

The root cause of this vulnerability is insufficient input validation in the file upload functionality of the uploadImage.php endpoint. The application fails to properly verify that uploaded files conform to expected medical image formats (such as DICOM) and does not restrict the upload of server-side executable files like PHP scripts. This oversight allows attackers to bypass intended restrictions and upload arbitrary code.

Attack Vector

The attack leverages network-based access to the vulnerable endpoint. An attacker must first authenticate to the MedDream PACS Server using valid credentials, which could be obtained through credential theft, social engineering, or by compromising a legitimate user account. Once authenticated, the attacker sends a crafted HTTP request to the uploadImage.php endpoint, submitting a PHP file disguised as or in place of a medical image. The server stores this file in a web-accessible location, and the attacker can then navigate to the uploaded file's URL to trigger execution of the malicious PHP code.

The vulnerability allows command execution with the privileges of the web server user, which may have elevated access to system resources, databases, and potentially other connected medical systems.

Detection Methods for CVE-2020-37009

Indicators of Compromise

  • Unexpected PHP files in upload directories, particularly those with suspicious names or recent modification dates
  • Web server access logs showing requests to unusual PHP files in image upload paths
  • Outbound network connections from the PACS server to unknown external IP addresses
  • Process execution anomalies where the web server spawns shell processes or command interpreters

Detection Strategies

  • Monitor file system changes in upload directories for non-image file extensions, especially .php, .phtml, or .phar files
  • Implement web application firewall (WAF) rules to detect and block PHP file uploads to the uploadImage.php endpoint
  • Review web server logs for POST requests to uploadImage.php followed by GET requests to newly created PHP files
  • Deploy endpoint detection and response (EDR) solutions to identify command execution chains originating from web server processes

Monitoring Recommendations

  • Enable detailed logging on the MedDream PACS Server and forward logs to a centralized SIEM for analysis
  • Configure file integrity monitoring (FIM) on web-accessible directories to alert on unauthorized file creation
  • Establish baseline network behavior for the PACS server and alert on deviations that may indicate command-and-control activity

How to Mitigate CVE-2020-37009

Immediate Actions Required

  • Restrict network access to the MedDream PACS Server to only authorized IP ranges and personnel
  • Audit user accounts with access to the system and revoke unnecessary or suspicious credentials
  • Implement additional authentication controls such as multi-factor authentication (MFA) for administrative access
  • Review upload directories for any suspicious PHP files and remove unauthorized content

Patch Information

Organizations should contact MedDream directly to obtain security updates or patches that address this vulnerability. Review the MedDream PACS Server product page for vendor security advisories and updates. Additional technical details are available in the Exploit-DB entry and the VulnCheck advisory.

Workarounds

  • Configure the web server to deny execution of PHP files in upload directories using server configuration directives
  • Implement strict file type validation at the application level, accepting only known-good DICOM and medical image formats
  • Deploy network segmentation to isolate the PACS server from critical network segments and limit lateral movement potential
  • Use a reverse proxy or WAF to filter malicious upload attempts before they reach the application
bash
# Example Apache configuration to prevent PHP execution in uploads directory
<Directory "/path/to/meddream/uploads">
    php_admin_flag engine off
    <FilesMatch "\.php$">
        Deny from all
    </FilesMatch>
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMeddream

  • SeverityHIGH

  • CVSS Score8.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/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
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Technical References
  • Meddream

  • Exploit-db

  • Vulncheck
  • Related CVEs
  • CVE-2025-58088: MedDream PACS Premium XSS Vulnerability

  • CVE-2025-58080: MedDream PACS Premium XSS Vulnerability

  • CVE-2025-57881: MedDream PACS Premium XSS Vulnerability

  • CVE-2025-57787: MedDream PACS Premium XSS 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