Cyber Resilience

CVE-2025-0960

Critical

Published: 04 February 2025

Published
04 February 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 9.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
EPSS Score 0.0302 86.9th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-0960 is a critical-severity Classic Buffer Overflow (CWE-120) vulnerability in Automationdirect (inferred from references). Its CVSS base score is 9.3 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 13.1% of CVEs by exploit likelihood; 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-2 (Flaw Remediation).

Deeper analysis

AutomationDirect C-more EA9 HMI devices are affected by CVE-2025-0960, a bounds-checking flaw in a network-accessible function that can be bypassed. The issue is tracked under CWE-120 and carries a CVSS 4.0 score of 9.3, reflecting network attack vector, low complexity, and no required authentication or user interaction. Successful abuse can corrupt memory and lead to either a denial-of-service condition or remote code execution on the target HMI.

An unauthenticated attacker with network reachability to an exposed EA9 device can send crafted input that skips the intended bounds checks. This allows the attacker to overwrite adjacent memory regions, resulting in either a crash of the HMI application or execution of arbitrary code with the privileges of the process.

Vendor and government advisories have been published at the AutomationDirect cybersecurity community page and in CISA advisory ICSA-25-035-08; these documents outline mitigation steps for affected deployments. The associated EPSS score remains low, with a current value of 0.0302 and a recorded peak of 0.0350.

EU & UK References

Vulnerability details

AutomationDirect C-more EA9 HMI contains a function with bounds checks that can be skipped, which could result in an attacker abusing the function to cause a denial-of-service condition or achieving remote code execution on the affected device.

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 (CWE-120) in network-accessible HMI enables unauthenticated remote exploitation for RCE/DoS.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2021-47854Shared CWE-120
CVE-2024-39803Shared CWE-120
CVE-2024-37184Shared CWE-120
CVE-2025-66647Shared CWE-120
CVE-2024-39750Shared CWE-120
CVE-2025-52909Shared CWE-120
CVE-2025-50398Shared CWE-120
CVE-2025-25674Shared CWE-120
CVE-2022-50922Shared CWE-120
CVE-2024-57471Shared CWE-120

Affected Assets

Automationdirect
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-2 mandates timely flaw remediation, directly addressing the buffer overflow vulnerability by requiring application of vendor patches for the skipped bounds checks.

prevent

SI-10 enforces comprehensive input validation at all entry points, preventing exploitation of the function's skippable bounds checks leading to buffer copy without size verification.

prevent

SI-16 implements memory protections such as ASLR and non-executable memory to mitigate remote code execution resulting from the buffer overflow vulnerability.

References