Cyber Posture

CVE-2025-23304

High

Published: 13 August 2025

Published
13 August 2025
Modified
24 September 2025
KEV Added
Patch
CVSS Score 7.8 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0045 63.9th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-23304 is a high-severity Path Traversal (CWE-22) vulnerability in Nvidia Nemo. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Malicious File (T1204.002); ranked in the top 36.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Malicious File (T1204.002) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly mitigates the vulnerability by identifying, reporting, and applying patches or updates to the flawed model loading component in the NVIDIA NeMo library.

prevent

Enforces validation of metadata in .nemo files to block code injection from maliciously crafted inputs during model loading.

preventdetect

Performs integrity checks on .nemo model files to detect tampering or malicious modifications prior to loading, reducing risk of code injection exploitation.

MITRE ATT&CK Enterprise TechniquesAI

T1204.002 Malicious File Execution
An adversary may rely upon a user opening a malicious file in order to gain execution.
T1059.006 Python Execution
Adversaries may abuse Python commands and scripts for execution.
Why these techniques?

Malicious .nemo file loading enables user execution of crafted content (T1204.002) and Python code injection (T1059.006) via the vulnerable model loader.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

NVD Description

NVIDIA NeMo library for all platforms contains a vulnerability in the model loading component, where an attacker could cause code injection by loading .nemo files with maliciously crafted metadata. A successful exploit of this vulnerability may lead to remote code…

more

execution and data tampering.

Deeper analysisAI

CVE-2025-23304 is a vulnerability in the NVIDIA NeMo library across all platforms, specifically within the model loading component. It enables code injection when loading .nemo files with maliciously crafted metadata, potentially leading to remote code execution and data tampering. The issue is associated with CWE-22 (path traversal) and CWE-94 (code injection), earning a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H).

A local attacker with low privileges can exploit this vulnerability with low complexity and no user interaction required. By convincing a user or process to load a malicious .nemo file, the attacker achieves high-impact effects on confidentiality, integrity, and availability, including arbitrary code execution within the affected process and data tampering.

Mitigation details are available in official advisories, including the NVIDIA security bulletin at https://nvidia.custhelp.com/app/answers/detail/a_id/5686, the NVD entry at https://nvd.nist.gov/vuln/detail/CVE-2025-23304, and the CVE record at https://www.cve.org/CVERecord?id=CVE-2025-23304. Security practitioners should consult these for patching instructions and workarounds.

Details

CWE(s)

Affected Products

nvidia
nemo
≤ 2.3.2

CVEs Like This One

CVE-2025-23303Same product: Apple Macos
CVE-2025-23360Same product: Apple Macos
CVE-2026-5287Same product: Apple Macos
CVE-2026-5908Same product: Apple Macos
CVE-2026-3063Same product: Apple Macos
CVE-2026-6305Same product: Apple Macos
CVE-2026-3910Same product: Apple Macos
CVE-2025-8576Same product: Apple Macos
CVE-2026-6306Same product: Apple Macos
CVE-2026-2319Same product: Apple Macos

References