CVE-2026-24146

7.5

NVIDIA · Triton Inference Server

NVIDIA Triton Inference Server is vulnerable to a denial of service attack due to insufficient input validation, allowing excessive memory allocation via large output requests.

Executive summary

A critical vulnerability in NVIDIA Triton Inference Server allows unauthenticated remote attackers to trigger a server crash through improper memory management.

Vulnerability

This issue is classified as a memory allocation vulnerability (CWE-789) where the application fails to properly validate input, leading to excessive memory consumption. The CVSS vector (AV:N/AC:L/PR:N/UI:N) indicates that this flaw can be triggered by an unauthenticated remote attacker.

Business impact

The successful exploitation of this vulnerability results in a denial of service, rendering the inference server unavailable for critical AI and machine learning workloads. With a CVSS score of 7.5, the high severity reflects the ease of exploitation, which could lead to significant operational disruption for organizations relying on the server for real time data processing.

Remediation

Immediate Action: Update the NVIDIA Triton Inference Server to version r26.02 or later to apply the necessary input validation checks.

Proactive Monitoring: Monitor system logs for spikes in memory usage or frequent service restarts that may indicate attempted exploitation.

Compensating Controls: Implement rate limiting and request size restrictions at the network perimeter or via a reverse proxy to prevent oversized requests from reaching the inference server.

Exploitation status

Public Exploit Available: No (exploit_available: unknown)

Analyst recommendation

Given the potential for service interruption and the ease with which unauthenticated remote attackers can trigger a crash, administrators should prioritize updating the NVIDIA Triton Inference Server to the patched version. Ensuring that all affected instances are updated to r26.02 or later is the only definitive method to mitigate the risk of denial of service attacks against this infrastructure.

More NVIDIA CVEs

Sources