Cyber Resilience

CVE-2020-37120

HighPublic PoC

Published: 05 February 2026

Published
05 February 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 8.4 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
EPSS Score 0.0045 36.0th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2020-37120 is a high-severity Stack-based Buffer Overflow (CWE-121) vulnerability. Its CVSS base score is 8.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 36.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2020-37120 is a buffer overflow vulnerability in Rubo DICOM Viewer 2.0, affecting the DICOM server name input field. The flaw enables attackers to overwrite the Structured Exception Handler (SEH), as detailed in the CVE description and classified under CWE-121. It carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating critical severity due to its potential for high-impact remote exploitation.

Unauthenticated remote attackers can exploit this vulnerability without privileges or user interaction by crafting a malicious text file with a carefully constructed payload. Triggering the buffer overflow overwrites SEH, allowing arbitrary code execution on the target system running the affected DICOM viewer.

Advisories and references, including an archived Rubo Medical product page, an Exploit-DB entry (48351) providing a proof-of-concept exploit, and a VulnCheck advisory on the Rubo DICOM Viewer buffer overflow SEH issue, document the vulnerability but do not specify patches or mitigations in the available details.

EU & UK References

Vulnerability details

Rubo DICOM Viewer 2.0 contains a buffer overflow vulnerability in the DICOM server name input field that allows attackers to overwrite Structured Exception Handler (SEH). Attackers can craft a malicious text file with carefully constructed payload to execute arbitrary code…

more

by overwriting SEH and triggering remote code execution.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Buffer overflow with SEH overwrite enables remote arbitrary code execution without authentication or user interaction, directly mapping to exploitation of a public-facing or network-accessible application.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-38422Shared CWE-121
CVE-2025-11783Shared CWE-121
CVE-2025-54491Shared CWE-121
CVE-2024-39359Shared CWE-121
CVE-2026-42469Shared CWE-121
CVE-2020-37159Shared CWE-121
CVE-2024-39603Shared CWE-121
CVE-2024-36258Shared CWE-121
CVE-2024-51138Shared CWE-121
CVE-2025-69763Shared CWE-121

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation of untrusted inputs like the DICOM server name field to prevent buffer overflows that enable SEH overwrite and arbitrary code execution.

prevent

Implements memory protection mechanisms such as DEP and ASLR to block exploitation of buffer overflows via SEH overwrite even if input validation fails.

prevent

Mandates timely identification, reporting, and correction of flaws like this buffer overflow vulnerability in the Rubo DICOM Viewer.

References