Cyber Resilience

CVE-2026-24160

Nvidia Tensorrt Llm ≤ 1.2

Published
20 May 2026
Modified
24 July 2026
Patch / advisory
CVSS Score v3.1 5.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
EPSS Score 0.0047 38th percentile
Risk Priority 43 floored blend · peak EPSS

Summary

CVE-2026-24160 is a medium-severity Unchecked Return Value to NULL Pointer Dereference (CWE-690) vulnerability in Nvidia Tensorrt Llm. Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Endpoint Denial of Service (T1499); ranked at the 38th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

This vulnerability is AI-related — categorised as NLP and Transformers; in the Other ATLAS/OWASP Terms risk domain.

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

Vulnerability Data

NVIDIA TRT-LLM for any platform contains a vulnerability where an attacker could cause an unchecked return value to a null pointer dereference. A successful exploit of this vulnerability might lead to denial of service.

CWE(s)

AI Security AnalysisAI

AI Category
NLP and Transformers
Risk Domain
Other ATLAS/OWASP Terms
OWASP Top 10 for LLMs 2025
None mapped
Classification Reason
Matched keywords: llm

Related Threats

MITRE ATT&CK Enterprise Techniques

T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-24142Same product: Nvidia Tensorrt Llm
CVE-2026-24163Same product: Nvidia Tensorrt Llm
CVE-2025-33255Same product: Nvidia Tensorrt Llm
CVE-2025-33192Same vendor: Nvidia
CVE-2026-24175Same vendor: Nvidia
CVE-2023-25526Same vendor: Nvidia
CVE-2025-33197Same vendor: Nvidia
CVE-2024-53877Same vendor: Nvidia
CVE-2023-0190Same vendor: Nvidia
CVE-2026-24182Same vendor: Nvidia

Affected Assets

nvidia
tensorrt llm
≤ 1.2

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.

PR.PS-06 mostly match
prevents

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.

finds

Security testing in development can detect missing NULL checks before release.

prevents

Secure SDLC mandates error-handling and input-validation practices that reduce unchecked return values.

prevents

Application security requirements include defensive coding rules that address missing NULL checks.

prevents

Secure architecture principles require robust error handling and pointer validation.

prevents

Secure coding standards explicitly forbid unchecked return values leading to NULL dereference.

References