5 vulnerabilities classified as CWE-1274. AI Chinese analysis included.
CWE-1274 represents a critical access control weakness where volatile memory holding boot code lacks sufficient protection during the secure-boot process. This vulnerability typically arises when bootloader code is transferred from non-volatile to volatile memory without adequate integrity checks or isolation mechanisms. Adversaries exploit this gap by bypassing secure-boot verification, allowing them to inject and execute malicious, untrusted code before the operating system initializes. Such attacks can lead to full system compromise, rootkit installation, or persistent malware that survives reboots. To prevent this, developers must implement strict memory protection schemes, such as hardware-enforced read-only permissions or cryptographic verification of code integrity in volatile storage. Additionally, utilizing trusted platform modules and ensuring that the secure-boot chain validates every stage of execution helps maintain system trust and prevents unauthorized code execution during the critical boot phase.
The volatile-memory protections or access controls are insufficient.A good architecture should define appropriate protections or access controls to prevent modification by an adversary or untrusted agent, once the bootloader is authenticated.| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2025-29950 | AMD多款产品 安全漏洞 — AMD EPYC™ 9004 Series Processors | 6.7AI | MediumAI | 2026-02-10 |
| CVE-2025-4043 | Milesight UG65-868M-EA Improper Access Control for Volatile Memory Containing Boot Code — UG65-868M-EA | 6.8 | Medium | 2025-05-07 |
| CVE-2023-31345 | AMD Server Processor 输入验证错误漏洞 — AMD EPYC™ 7003 Processors | 7.5 | High | 2025-02-11 |
| CVE-2022-2484 | Nokia ASIK AirScale 5G Common System Module 安全漏洞 — ASIK AirScale | 8.4 | High | 2023-01-06 |
| CVE-2022-2482 | Nokia ASIK AirScale 5G Common System Module 安全漏洞 — ASIK AirScale | 8.4 | High | 2023-01-06 |
Vulnerabilities classified as CWE-1274 represent 5 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.