CVE-2026-24174
7.5NVIDIA · Triton Inference Server
NVIDIA Triton Inference Server is susceptible to a denial of service vulnerability caused by an incorrect numeric type conversion, which allows unauthenticated attackers to crash the server.
Executive summary
An unauthenticated attacker can trigger a denial of service condition in the NVIDIA Triton Inference Server by sending a specifically crafted, malformed request to the system.
Vulnerability
The vulnerability stems from an incorrect conversion between numeric types, classified as CWE-681. An unauthenticated attacker can exploit this flaw by sending a malformed request to the server, resulting in a crash and subsequent denial of service.
Business impact
The ability for an unauthenticated remote actor to crash the inference server poses a significant risk to operational continuity. Because this vulnerability is automatable, it could be leveraged to disrupt machine learning pipelines and critical production services, leading to potential service outages. Given the CVSS score of 7.5, this is categorized as a High severity issue requiring prompt attention.
Remediation
Immediate Action: Upgrade the NVIDIA Triton Inference Server to version r26.02 or later to apply the necessary security patches.
Proactive Monitoring: Monitor server logs for unexpected process terminations or frequent service restarts that may indicate attempted exploitation.
Compensating Controls: Deploy a Web Application Firewall or an API gateway to inspect and sanitize incoming requests, blocking traffic that does not adhere to expected schema or format specifications.
Exploitation status
Public Exploit Available: No (exploit_available: false)
Analyst recommendation
The risk of a denial of service attack against core inference infrastructure necessitates immediate action. Administrators should verify the current version of their deployments and prioritize the upgrade to r26.02 across all environments. Failure to update leaves the server exposed to simple, automatable crash attempts that could severely impact business-critical AI services.