Cyber Resilience

CVE-2024-5477

Published
13 August 2025
Modified
17 June 2026
CVSS Score v4 7.3
Click a component to see what it means
Raw vectorCVSS:4.0/AV:P/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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.0017 7th percentile
Risk Priority 23 floored blend · peak EPSS

Summary

CVE-2024-5477 is a high-severity Improper Restriction of Software Interfaces to Hardware Features (CWE-1256) vulnerability in Hp (inferred from references). Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Firmware Corruption (T1495); ranked at the 7th 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.

EU & UK References

Vulnerability Data

A potential security vulnerability has been identified in the System BIOS for some HP PC products which may allow escalation of privilege, arbitrary code execution, denial of service, or information disclosure via a physical attack that requires specialized equipment and…

more

knowledge. HP is releasing firmware mitigation for the potential vulnerability.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1495 Firmware Corruption Impact
Adversaries may overwrite or corrupt the flash memory contents of system BIOS or other firmware in devices attached to a system in order to render them inoperable or unable to boot, thus denying the availability to use the devices and/or…
T1542 Pre-OS Boot Stealth
Adversaries may abuse Pre-OS Boot mechanisms as a way to establish persistence on a system.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-48869Shared CWE-1256
CVE-2024-2881Shared CWE-1256
CVE-2024-1545Shared CWE-1256

Affected Assets

Hp
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)
  • V11.2.5

Mitigating Controls (NIST 800-53 r5) AI

Access enforcement directly stops unauthorized software from reaching hardware registers or side-channel interfaces.

Least privilege restricts which processes may invoke power/clock or other hardware-control functions.

Least functionality disables or removes unnecessary software interfaces that expose hardware features.

Hardware-enforced write protection and procedures limit software modification of protected hardware bits.

Process isolation keeps untrusted code from directly manipulating hardware memory or registers.

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.

ID.RA-01 partial match
prevents

ID.RA-01 can surface the hardware-interface flaw during architecture review or testing (partial forward) but supplies no design or implementation restrictions that actually eliminate the root weakness (none reverse).

PR.PS-01 partial match
prevents

PR.PS-01's least-functionality baselines can partially limit exposure to risky hardware interfaces when they are configurable, but CWE-1256 is a design-level failure to implement proper restrictions that config management alone does not prevent.

ID.AM-08 none match
prevents

ID.AM-08's generic lifecycle-management guidance has no direct bearing on hardware-interface restriction defects, so neither direction removes or mitigates CWE-1256.

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.

prevents

Secure coding practices can enforce input validation and capability checks on hardware-control APIs, reducing the likelihood of unintended register or memory changes.

finds

Security testing in development can detect and remediate improper hardware interface exposure before deployment.

mitigates

Restricting privileged utility programs limits exposure of low-level hardware interfaces that could be abused for memory or register manipulation.

mitigates

Privileged access rights limit who can invoke hardware-control interfaces, reducing the attack surface for unauthorized register/memory manipulation.

prevents

Secure system architecture and engineering principles require hardware abstraction layers and access mediation that directly address improper exposure of hardware features.

mitigates

Information access restriction can enforce least-privilege access to hardware feature APIs, mitigating the risk of side-channel or memory/register tampering.

References