Cyber Resilience

CVE-2024-0114

Published
05 March 2025
Modified
15 April 2026
CVSS Score v3.1 8.1
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:L/I:H/A:H
EPSS Score 0.0021 12th percentile
Risk Priority 52 floored blend · peak EPSS

Summary

CVE-2024-0114 is a high-severity Internal Asset Exposed to Unsafe Debug Access Level or State (CWE-1244) vulnerability in Custhelp (inferred from references). Its CVSS base score is 8.1 (High).

Operationally, ranked at the 12th 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 AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2024-0114 is a vulnerability in the HGX Management Controller (HMC) within NVIDIA Hopper HGX for 8-GPU systems. Published on 2025-03-05, it enables a malicious actor with administrative access on the Baseboard Management Controller (BMC) to gain administrator-level access to the HMC. The issue is classified under CWE-1244 and carries a CVSS v3.1 base score of 8.1 (AV:L/AC:L/PR:H/UI:N/S:C/C:L/I:H/A:H), indicating high severity due to its potential impact despite requiring high privileges.

Exploitation requires local access with administrative privileges on the BMC, low attack complexity, and no user interaction. A successful attack allows the actor to access the HMC as an administrator, potentially leading to arbitrary code execution, denial of service, further escalation of privileges, sensitive information disclosure, and data tampering within the affected HMC environment.

NVIDIA provides details on mitigation, including patches, in their security advisory at https://nvidia.custhelp.com/app/answers/detail/a_id/5561. Security practitioners should consult this bulletin for version-specific remediation steps.

EU & UK References

Vulnerability Data

NVIDIA Hopper HGX for 8-GPU contains a vulnerability in the HGX Management Controller (HMC) that may allow a malicious actor with administrative access on the BMC to access the HMC as an administrator. A successful exploit of this vulnerability may…

more

lead to code execution, denial of service, escalation of privileges, information disclosure, and data tampering.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-42878Shared CWE-1244
CVE-2025-67862Shared CWE-1244
CVE-2025-23302Shared CWE-1244
CVE-2025-23337Shared CWE-1244
CVE-2025-23301Shared CWE-1244
CVE-2025-23252Shared CWE-1244
CVE-2025-20238Shared CWE-1244
CVE-2026-29642Shared CWE-1244
CVE-2026-8989Shared CWE-1244
CVE-2025-36755Shared CWE-1244

Affected Assets

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

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Enforces approved authorizations on logical access, directly stopping incorrect debug access levels from being granted to untrusted agents.

Requires least-privilege assignment of access rights, preventing over-privileged debug states on internal assets.

Mandates restrictive, approved configuration settings that would block unsafe debug access level assignments.

Requires application of security engineering principles such as least privilege and isolation during design of debug mechanisms.

Isolates security functions from non-security functions, reducing exposure of internal assets through debug paths.

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 full match
prevents

Secure development practices throughout the life cycle are the primary means of avoiding unsafe debug access assignments.

PR.AA-05 mostly match
prevents

Defining and enforcing least-privilege access permissions directly prevents incorrect debug access levels from being assigned.

PR.PS-01 mostly match
prevents

Configuration management practices ensure debug interfaces receive the intended access-level settings.

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 can detect unsafe debug states, but testing alone does not prevent the design flaw.

mitigates

Privileged utility programs may include debug tools, but the control does not address hardware debug access levels.

mitigates

Privileged access rights management can limit debug-level access but does not specifically address hardware debug interface misconfiguration.

prevents

Secure development lifecycle can include debug interface design reviews but does not guarantee correct access-level assignment.

prevents

Secure system architecture principles can require proper debug port isolation, yet the control is broader than this specific weakness.

mitigates

Information access restriction can reduce exposure of internal assets but does not cover physical debug port access levels.

References