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

CVE-2020-37120: Rubo DICOM Viewer Buffer Overflow RCE Flaw

CVE-2020-37120 is a buffer overflow vulnerability in Rubo DICOM Viewer 2.0 that enables remote code execution via SEH overwrite. Attackers can exploit this flaw using malicious files. This article covers technical details, impact, and mitigation.

Published: February 6, 2026

CVE-2020-37120 Overview

CVE-2020-37120 is a stack-based buffer overflow vulnerability affecting Rubo DICOM Viewer 2.0, a medical imaging software used for viewing DICOM (Digital Imaging and Communications in Medicine) files. The vulnerability exists in the DICOM server name input field, where insufficient bounds checking allows attackers to overflow the buffer and overwrite the Structured Exception Handler (SEH). By crafting a malicious text file with a carefully constructed payload, attackers can achieve arbitrary code execution on vulnerable systems.

Critical Impact

Successful exploitation of this vulnerability allows attackers to execute arbitrary code on systems running Rubo DICOM Viewer 2.0, potentially compromising medical imaging workstations and sensitive patient data.

Affected Products

  • Rubo DICOM Viewer 2.0
  • Systems importing malicious configuration files through the DICOM server name field

Discovery Timeline

  • 2026-02-05 - CVE-2020-37120 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2020-37120

Vulnerability Analysis

This vulnerability is classified as CWE-121 (Stack-based Buffer Overflow), a dangerous memory corruption issue that occurs when an application writes data beyond the boundaries of a stack-allocated buffer. In the case of Rubo DICOM Viewer 2.0, the application fails to properly validate the length of input provided in the DICOM server name field before copying it to a fixed-size buffer on the stack.

The attack requires local access and user interaction, as the victim must open or import a maliciously crafted file containing the exploit payload. When the oversized input is processed, it overwrites adjacent memory on the stack, including the Structured Exception Handler (SEH) chain. SEH overwrite is a classic Windows exploitation technique where attackers replace the exception handler pointer with addresses pointing to attacker-controlled code or ROP gadgets.

Root Cause

The root cause of this vulnerability is improper input validation in the DICOM server name processing functionality. The application allocates a fixed-size buffer on the stack to store the server name but does not enforce length restrictions on user-supplied input. This allows attackers to provide input exceeding the buffer's capacity, leading to a classic stack-based buffer overflow condition. The absence of modern exploit mitigations or their bypassability enables reliable SEH overwrite attacks.

Attack Vector

The attack vector for CVE-2020-37120 involves creating a specially crafted text file containing an oversized payload designed to trigger the buffer overflow. When a user opens or imports this malicious file using Rubo DICOM Viewer 2.0, the application processes the server name field without proper bounds checking.

The exploitation process involves overflowing the stack buffer with a carefully crafted payload that:

  1. Fills the buffer with padding data
  2. Overwrites the SEH chain with attacker-controlled addresses
  3. Includes shellcode or ROP chain for code execution
  4. Triggers an exception to invoke the corrupted exception handler

Technical details and proof-of-concept code are available through the Exploit-DB entry #48351. Additional technical information can be found in the VulnCheck Advisory.

Detection Methods for CVE-2020-37120

Indicators of Compromise

  • Presence of unusually large text files or configuration files being opened by Rubo DICOM Viewer
  • Application crashes or unexpected termination of dicom_viewer.exe processes
  • Anomalous child processes spawned from Rubo DICOM Viewer application
  • Evidence of shellcode execution patterns in memory analysis

Detection Strategies

  • Monitor for Rubo DICOM Viewer 2.0 installations across the environment using asset inventory tools
  • Implement application crash monitoring to detect potential exploitation attempts
  • Deploy endpoint detection rules to identify SEH overwrite exploitation patterns
  • Use file integrity monitoring on DICOM configuration directories for suspicious file additions

Monitoring Recommendations

  • Enable Windows Application Event Log monitoring for application fault events from Rubo DICOM Viewer
  • Configure SentinelOne to alert on suspicious memory access patterns and exception handling anomalies
  • Monitor for unusual file operations involving the DICOM Viewer application
  • Implement behavioral analysis for detecting code execution from stack memory regions

How to Mitigate CVE-2020-37120

Immediate Actions Required

  • Discontinue use of Rubo DICOM Viewer 2.0 if possible, as the software appears to be discontinued
  • Isolate systems running Rubo DICOM Viewer from network access where feasible
  • Implement strict file import policies to prevent users from opening untrusted files
  • Consider migrating to actively maintained DICOM viewing software with security support

Patch Information

No official vendor patch is available for this vulnerability. The Rubomedical website for DICOM Viewer is only accessible via the Wayback Archive, indicating the product may be abandoned. Organizations should prioritize migrating to alternative DICOM viewing solutions that receive active security updates and support.

Workarounds

  • Restrict the application's ability to open files from untrusted sources using Windows Software Restriction Policies
  • Implement application whitelisting to prevent execution of unauthorized code
  • Deploy Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) at the OS level if not already enabled
  • Consider running the application in an isolated virtual environment to limit the impact of potential exploitation

Organizations using medical imaging software should ensure that endpoint protection solutions like SentinelOne Singularity are deployed and configured to detect and prevent buffer overflow exploitation attempts.

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechRubo Dicom Viewer

  • SeverityHIGH

  • CVSS Score8.4

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/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-121
  • Technical References
  • Archived Rubomedical DICOM Viewer

  • Exploit-DB #48351

  • VulnCheck Advisory: Rubo DICOM Viewer Buffer Overflow
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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