CVE-2025-33192
Nvidia Dgx Os
Raw vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:LSummary
CVE-2025-33192 is a medium-severity Unchecked Return Value to NULL Pointer Dereference (CWE-690) vulnerability in Nvidia Dgx Os. Its CVSS base score is 5.7 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Endpoint Denial of Service (T1499); ranked at the 4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-199623
Vulnerability Data
NVIDIA DGX Spark GB10 contains a vulnerability in SROOT firmware, where an attacker could cause an arbitrary memory read. A successful exploit of this vulnerability might lead to denial of service.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Developer testing and evaluation can discover missing NULL checks on function returns that may dereference.
Requiring documented development standards and tools can enforce mandatory error-return checking before dereference.
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 include static analysis, code review, and error-handling standards that prevent unchecked return values.
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.
Security testing in development can detect missing NULL checks before release.
Secure SDLC mandates error-handling and input-validation practices that reduce unchecked return values.
Application security requirements include defensive coding rules that address missing NULL checks.
Secure architecture principles require robust error handling and pointer validation.
Secure coding standards explicitly forbid unchecked return values leading to NULL dereference.