CVE-2025-33212
Improper Control Vulnerability in NVIDIA NeMo Model Loading
Publication date: 2025-12-16
Last updated on: 2025-12-16
Assigner: NVIDIA Corporation
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| nvidia | nemo_framework | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-502 | The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-33212 is a vulnerability in the NVIDIA NeMo Framework related to improper control mechanisms during model loading. If a user loads a maliciously crafted file, an attacker could exploit this flaw to execute arbitrary code, escalate privileges, cause denial of service, and tamper with data. The vulnerability is classified under CWE-502 (Deserialization of Untrusted Data), meaning it involves unsafe deserialization processes. [2, 3]
How can this vulnerability impact me? :
This vulnerability can have severe impacts including remote code execution, escalation of privileges, denial of service, and data tampering. An attacker exploiting this flaw could gain unauthorized control over the system running the NVIDIA NeMo Framework, disrupt services, or manipulate sensitive data. [2, 3]
What immediate steps should I take to mitigate this vulnerability?
To mitigate CVE-2025-33212, you should update the NVIDIA NeMo Framework to version 2.5.3 or later. This update addresses the vulnerability related to improper control mechanisms during model loading. You can obtain the fixed version by updating or cloning the software from NVIDIA's GitHub repository or PyPI. Avoid loading maliciously crafted files to reduce risk until the update is applied. [2]