CVE-2024-5834
Published: 11 June 2024
Summary
CVE-2024-5834 is a high-severity Code Injection (CWE-94) vulnerability in Fedoraproject Fedora. Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Drive-by Compromise (T1189); ranked in the top 18.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
This vulnerability is AI-related — categorised as Mobile/Edge AI; in the Not Applicable risk domain.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-46980
Vulnerability details
Inappropriate implementation in Dawn in Google Chrome prior to 126.0.6478.54 allowed a remote attacker to execute arbitrary code via a crafted HTML page. (Chromium security severity: High)
- CWE(s)
AI Security AnalysisAI
- AI Category
- Mobile/Edge AI
- Risk Domain
- Not Applicable
- OWASP Top 10 for LLMs 2025
- None mapped
- Classification Reason
- Dawn is the native WebGPU implementation in Google Chrome/Chromium, enabling GPU-accelerated compute workloads including machine learning inference in browsers (e.g., TensorFlow.js WebGPU backend), which qualifies as edge AI.
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CVE-2024-5834 is an inappropriate implementation in Dawn (WebGPU) enabling remote arbitrary code execution via a crafted HTML page, directly facilitating drive-by compromise (T1189) and exploitation for client execution (T1203) in the browser.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Makes persistent code injection into loaded programs impossible when the executable image itself resides on hardware-protected read-only media.
Dynamically generated code can be produced and executed inside the isolated chamber, preventing host compromise from code-injection payloads.
Validates inputs used in dynamic code generation to block injected directives.
Directly prevents execution of attacker-supplied code written into data memory regions.