Cyber Resilience

CVE-2026-24149

High

Published: 03 February 2026

Published
03 February 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.8 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0002 6.2th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-24149 is a high-severity Code Injection (CWE-94) vulnerability. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Command and Scripting Interpreter (T1059); ranked at the 6.2th percentile by exploit likelihood (below the median); 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-16 (Memory Protection).

Deeper analysis

CVE-2026-24149 is a code injection vulnerability (CWE-94) in a script within NVIDIA Megatron-LM, affecting all supported platforms. Published on 2026-02-03, it has a CVSS v3.1 base score of 7.8 (High), with vector AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H. Malicious data crafted by an attacker can trigger the issue, potentially resulting in arbitrary code execution, privilege escalation, information disclosure, and data tampering.

The vulnerability requires local access to the system with low privileges, low attack complexity, and no user interaction. A local attacker possessing limited user rights could exploit the script's handling of malicious input to inject and execute code, achieving high-impact confidentiality, integrity, and availability compromises on the affected Megatron-LM instance.

For mitigation details, refer to the official advisories at https://nvd.nist.gov/vuln/detail/CVE-2026-24149 and https://www.cve.org/CVERecord?id=CVE-2026-24149, which provide further guidance on patches or workarounds.

As an AI/ML framework for training large language models, Megatron-LM's exposure highlights risks in high-performance computing environments for generative AI workloads. No public evidence of real-world exploitation is available at this time.

EU & UK References

Vulnerability details

NVIDIA Megatron-LM for all platforms contains a vulnerability in a script, where malicious data created by an attacker may cause a code injection issue. A successful exploit of this vulnerability may lead to code execution, escalation of privileges, information disclosure,…

more

data tampering.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

CWE-94 code injection in local script directly enables arbitrary code execution (T1059) and privilege escalation (T1068) with low-priv local access.

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

CVEs Like This One

CVE-2025-0161Shared CWE-94
CVE-2025-30067Shared CWE-94
CVE-2025-33239Shared CWE-94
CVE-2025-33251Shared CWE-94
CVE-2025-33236Shared CWE-94
CVE-2026-25227Shared CWE-94
CVE-2025-41699Shared CWE-94
CVE-2026-32276Shared CWE-94
CVE-2025-21292Shared CWE-94
CVE-2026-26682Shared CWE-94

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents code injection by validating and sanitizing malicious data inputs processed by the vulnerable Megatron-LM script.

prevent

Remediates the specific code injection flaw in the NVIDIA Megatron-LM script through timely patching as referenced in official advisories.

prevent

Mitigates arbitrary code execution resulting from the injection vulnerability via memory protections like DEP and ASLR.

References