2 vulnerabilities classified as CWE-1384. AI Chinese analysis included.
CWE-1384 represents a critical weakness where software fails to adequately manage unexpected physical or environmental conditions, whether naturally occurring or artificially induced. This vulnerability typically arises when hardware products operate outside their guaranteed physical limits, leading to unpredictable behavior or system failure. Attackers often exploit this by manipulating environmental factors such as temperature, humidity, or electromagnetic interference to trigger malfunction, denial of service, or unauthorized access. To mitigate this risk, developers must implement robust error handling and fail-safe mechanisms that gracefully degrade performance or shut down safely under extreme conditions. Additionally, conducting thorough environmental stress testing and adhering to industry-specific hardware standards ensures that systems can withstand or properly respond to adverse physical scenarios, thereby maintaining integrity and availability even when external conditions exceed normal operating parameters.
... 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-2026-49325 | Indian Scout Bobber 2025 WCM voltage-based shutdown — Scout Bobber + Tech | 4.6 | Medium | 2026-05-29 |
| CVE-2025-52557 | Mail-0 Zero Session Hijacking Via Email — Zero | 6.1AI | MediumAI | 2025-06-21 |
Vulnerabilities classified as CWE-1384 represent 2 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.