Cyber Resilience

CVE-2025-2480

High

Published: 20 March 2025

Published
20 March 2025
Modified
16 October 2025
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.0019 40.8th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-2480 is a high-severity Out-of-bounds Write (CWE-787) vulnerability in Santesoft Dicom Viewer Pro. Its CVSS base score is 8.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked at the 40.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

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

Deeper analysis

Santesoft Sante DICOM Viewer Pro is affected by CVE-2025-2480, an out-of-bounds write vulnerability classified under CWE-787. Published on 2025-03-20, it carries a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H). The flaw occurs when processing DICOM (DCM) files, allowing potential memory corruption upon opening a specially crafted file.

A local attacker can exploit this vulnerability by tricking a user into opening a malicious DCM file within the Sante DICOM Viewer Pro application. No special privileges are required (PR:N), though local access and user interaction are necessary. Successful exploitation leads to arbitrary code execution with the privileges of the user running the application, resulting in high impacts to confidentiality, integrity, and availability.

Mitigation details are outlined in CISA's ICS Medical Advisory ICSMA-25-079-01 and on the vendor's download page at https://santesoft.com/win/sante-dicom-viewer-pro/download.html, which likely provides access to patched versions.

EU & UK References

Vulnerability details

Santesoft Sante DICOM Viewer Pro is vulnerable to an out-of-bounds write, which requires a user to open a malicious DCM file, resulting in execution of arbitrary code by a local attacker.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1204.002 Malicious File Execution
An adversary may rely upon a user opening a malicious file in order to gain execution.
Why these techniques?

Out-of-bounds write in DICOM file parser enables arbitrary code execution upon opening a crafted file, directly mapping to client-side exploitation (T1203) triggered by user opening malicious file (T1204.002).

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

CVEs Like This One

CVE-2026-27273Shared CWE-787
CVE-2025-0568Same vendor: Santesoft
CVE-2026-33854Shared CWE-787
CVE-2026-27622Shared CWE-787
CVE-2026-21342Shared CWE-787
CVE-2026-34682Shared CWE-787
CVE-2026-34681Shared CWE-787
CVE-2026-0659Shared CWE-787
CVE-2026-0875Shared CWE-787
CVE-2026-27279Shared CWE-787

Affected Assets

santesoft
dicom viewer pro
≤ 14.2.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-2 mandates timely identification, testing, and installation of patches for known vulnerabilities like CVE-2025-2480, directly eliminating the out-of-bounds write flaw.

prevent

SI-16 enforces memory protection mechanisms such as address space layout randomization and data execution prevention to mitigate exploitation of the out-of-bounds write leading to arbitrary code execution.

prevent

SI-10 requires validation of external inputs like malicious DCM files to detect and reject malformed data that triggers the out-of-bounds write vulnerability.

References