Description
NVIDIA NeMo contains a vulnerability in its dataset-loading workflow where a maliciously crafted model_config.yaml can inject unsafe parameters. A successful exploit of this vulnerability may lead to code execution, data tampering, denial of service, and information disclosure.
Published: 2026-09-22
Score: 7.8 High
EPSS: n/a
KEV: No
Impact: Remote code execution
Action: Immediate patch
AI Analysis

Impact

NVIDIA NeMo’s dataset‑loading workflow processes user‑supplied model_config.yaml files. A maliciously crafted YAML file can inject unsafe parameters that, once deserialized, allow an attacker to execute arbitrary code, tamper with data, cause a denial of service, or disclose confidential information. The vulnerability is a classic deserialization flaw described by CWE‑502.

Affected Systems

This issue affects NVIDIA NeMo Speech. Because the advisory does not specify particular release numbers, all installed versions released before the fix should be considered vulnerable until the vendor provides an update.

Risk and Exploitability

The CVSS score of 7.8 indicates a high severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is the supply or placement of a malicious model_config.yaml that is processed by the dataset loader, which usually requires either local file system access or influence over a trusted deployment. When the YAML is parsed, unsafe tags can trigger code execution and other impacts.

Generated by OpenCVE AI on September 22, 2026 at 16:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest NVIDIA NeMo security patch from the product security page; upgrade to a version that removes the vulnerability.
  • Restrict file system permissions so that only trusted administrators can modify model_config.yaml.
  • Use a safe YAML parser that rejects unsafe tags or enable input validation to block parameter injection, thereby mitigating the CWE‑502 deserialization flaw.

Generated by OpenCVE AI on September 22, 2026 at 16:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 17:15:00 +0000

Type Values Removed Values Added
Title Deserialization Flaw in NVIDIA NeMo Dataset Loader Allows Arbitrary Code Execution

Tue, 22 Sep 2026 14:30:00 +0000

Type Values Removed Values Added
Description NVIDIA NeMo contains a vulnerability in its dataset-loading workflow where a maliciously crafted model_config.yaml can inject unsafe parameters. A successful exploit of this vulnerability may lead to code execution, data tampering, denial of service, and information disclosure.
Weaknesses CWE-502
References
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: nvidia

Published:

Updated: 2026-09-22T15:28:41.796Z

Reserved: 2026-07-21T17:38:33.194Z

Link: CVE-2026-65178

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-22T15:17:13.550

Modified: 2026-09-22T16:17:52.603

Link: CVE-2026-65178

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T17:00:12Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data