Cyber Resilience

CVE-2024-13930

Published
22 May 2025
Modified
17 June 2026
CVSS Score v4 5.9
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:N/VI:N/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:N/AU:N/R:U/V:C/RE:X/U:X
EPSS Score 0.0035 28th percentile
Risk Priority 25 floored blend · peak EPSS

Summary

CVE-2024-13930 is a medium-severity Unchecked Input for Loop Condition (CWE-606) vulnerability in Abb (inferred from references). Its CVSS base score is 5.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 28th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

An Unchecked Loop Condition in ASPECT provides an attacker the ability to maliciously consume system resources if session administrator credentials become compromised This issue affects ASPECT-Enterprise: through 3.08.03; NEXUS Series: through 3.08.03; MATRIX Series: through 3.08.03.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-43801Shared CWE-606
CVE-2026-20301Shared CWE-606
CVE-2026-27689Shared CWE-606
CVE-2023-6237Shared CWE-606
CVE-2025-42930Shared CWE-606
CVE-2026-41986Shared CWE-606
CVE-2024-13931Shared CWE-606
CVE-2026-62901Shared CWE-606
CVE-2026-0243Shared CWE-606
CVE-2024-34486Shared CWE-606

Affected Assets

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

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V17.3.2
  • V4.3.1

Mitigating Controls (NIST 800-53 r5) AI

Input validation directly stops untrusted values from reaching loop conditions without bounds or sanity checks.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require input validation and bounds checking that prevent unchecked loop conditions.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development can detect and block unchecked loop conditions before release.

prevents

Secure development lifecycle requires input validation and bounds checking that can prevent unchecked loop conditions.

prevents

Application security requirements include input validation rules that mitigate excessive looping from untrusted data.

prevents

Secure coding standards directly mandate validation of loop-control inputs to prevent unbounded iteration.

References