CVE-2026-24160 — Denial of Service
CVE-2026-24160 — 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.
What This Means For You
- If your environment is affected by CWE-690, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-24160 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-24160 - NVIDIA TRT-LLM Null Pointer Dereference DoS
Sigma YAML — free preview
title: CVE-2026-24160 - NVIDIA TRT-LLM Null Pointer Dereference DoS
id: scw-2026-05-20-ai-1
status: experimental
level: high
description: |
Detects the execution of NVIDIA TRT-LLM processes with command lines that might indicate an attempt to exploit CVE-2026-24160. This vulnerability involves a null pointer dereference due to an unchecked return value, potentially leading to a denial of service. The rule specifically looks for 'trt-llm' in the image path and a common argument pattern used for model loading, which could be part of an exploit chain.
author: SCW Feed Engine (AI-generated)
date: 2026-05-20
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-24160/
tags:
- attack.impact
- attack.t1499
logsource:
category: process_creation
detection:
selection:
Image|contains:
- 'trt-llm'
CommandLine|contains:
- '--model-path='
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-24160 | vulnerability | CVE-2026-24160 |
| CWE-690 | weakness | CWE-690 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 20, 2026 at 07:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.