CVE-2024-3833
Fedoraproject Fedora 38 … 40
Raw vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:HSummary
CVE-2024-3833 is a high-severity Passing Mutable Objects to an Untrusted Method (CWE-374) vulnerability in Fedoraproject Fedora. Its CVSS base score is 8.8 (High).
Operationally, ranked in the top 4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified map to SA-8 (Security and Privacy Engineering Principles) — see the control section below for these in your framework.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-32402
Vulnerability Data
Object corruption in WebAssembly in Google Chrome prior to 124.0.6367.60 allowed a remote attacker to potentially exploit object corruption via a crafted HTML page. (Chromium security severity: High)
- CWE(s)
Related Threats
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Secure-engineering principles include defensive copying and trust-boundary hygiene that eliminate the weakness at design time.
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.
Secure SDLC practices directly enforce cloning or defensive copying before passing mutable objects to untrusted callers.
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.
Secure development lifecycle practices can mandate defensive copying of mutable objects before passing them to untrusted code.
Application security requirements can explicitly require defensive copies or immutability when data crosses trust boundaries.
Secure architecture principles include isolating mutable state and avoiding shared references across trust boundaries.
Secure coding standards directly address CWE-374 by requiring defensive copies or immutable interfaces when calling untrusted methods.