Cyber Resilience

CVE-2023-31345

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

Summary

CVE-2023-31345 is a high-severity Improper Access Control for Volatile Memory Containing Boot Code (CWE-1274) vulnerability in Amd (inferred from references). Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Pre-OS Boot (T1542); ranked at the 8th 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-2023-31345 involves improper input validation in the SMM handler, which may allow a privileged attacker to overwrite SMRAM, potentially leading to arbitrary code execution. This vulnerability, associated with CWE-1274, affects AMD platforms, as documented in multiple AMD security bulletins.

Exploitation requires local access (AV:L), high attack complexity (AC:H), and high privileges (PR:H), with no user interaction (UI:N). A successful attack can achieve high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H) within a changed scope (S:C), yielding a CVSS v3.1 base score of 7.5.

AMD has published security bulletins, including AMD-SB-3009, AMD-SB-4008, and AMD-SB-5004, which detail mitigations and patches to address this issue. The vulnerability was published on 2025-02-12.

EU & UK References

Vulnerability Data

Improper input validation in the SMM handler may allow a privileged attacker to overwrite SMRAM, potentially leading to arbitrary code execution.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1542 Pre-OS Boot Stealth
Adversaries may abuse Pre-OS Boot mechanisms as a way to establish persistence on a system.
T1542.003 Bootkit Stealth
Adversaries may use bootkits to persist on systems.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-36345Shared CWE-1274
CVE-2025-4043Shared CWE-1274
CVE-2025-29950Shared CWE-1274
CVE-2025-59694Shared CWE-1274
CVE-2025-59404Shared CWE-1274
CVE-2025-65396Shared CWE-1274

Affected Assets

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

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

AC-3 directly enforces access authorizations on system resources including the volatile memory region holding boot code.

AC-6 restricts privileges so that only authorized processes can access the volatile memory containing boot code.

SC-3 isolates security functions such as boot code from non-security code, structurally preventing unauthorized access to the VM region.

SC-39 maintains separate execution domains that can isolate bootloader code loaded into volatile memory.

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.DS-10 mostly match
prevents

PR.DS-10 directly requires protecting data-in-use (including VM) from unauthorized access, eliminating most of this specific boot-code exposure, yet the weakness also spans secure-boot process design and NVM-to-VM transfer that one general data-protection outcome does not fully close.

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.

A.8.15 Logging partial match
finds

Logging can detect unauthorized writes to volatile memory but does not prevent the weakness.

mitigates

Restricting privileged utilities reduces the chance of tampering with boot code in volatile memory.

prevents

Privileged access rights can limit who or what can write to volatile memory used for boot code.

prevents

Secure system architecture principles include memory protection mechanisms that can mitigate this weakness.

prevents

Information access restriction directly addresses unauthorized access to volatile memory holding boot code.

References