3 vulnerabilities classified as CWE-1247. AI Chinese analysis included.
CWE-1247 represents a critical hardware-level weakness where a device lacks adequate circuitry or sensors to detect and mitigate voltage and clock glitches. Attackers typically exploit this vulnerability by inducing physical anomalies, such as sudden power drops or clock signal manipulations, to bypass security controls like secure boot or cryptographic operations. These glitches can cause the system to skip integrity checks or reveal sensitive data through side-channel analysis. To prevent such attacks, developers must implement robust hardware-based protections, including voltage and clock monitoring sensors that trigger immediate system resets or data erasure upon detecting irregularities. Additionally, employing fault-tolerant design principles, redundant verification mechanisms, and secure firmware updates ensures that the chain of trust remains intact even under adversarial physical conditions, thereby safeguarding sensitive information and maintaining overall system integrity against sophisticated glitch-based intrusion attempts.
... if (signature_matches) // <-Glitch Here { load_runtime_firmware(); } else { do_not_load_runtime_firmware(); } ...If the underlying hardware detects a voltage or clock glitch, the information can be used to prevent the glitch from being successful.| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2025-54520 | AMD Kintex 7-Series FPGA和AMD Artix 7-Series FPGA 安全漏洞 — Kintex™ 7-Series FPGA | 5.2AI | MediumAI | 2025-09-24 |
| CVE-2024-4760 | Voltage glitch during startup of the EEFC NVM controller can bypass the security bit — SAME70 | 6.3 | Medium | 2024-05-16 |
| CVE-2022-31224 | Dell BIOS 安全漏洞 — CPG BIOS | 2.0 | Low | 2022-09-12 |
Vulnerabilities classified as CWE-1247 represent 3 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.