CVE-2025-33201
7.5NVIDIA · Triton Inference Server
NVIDIA Triton Inference Server is vulnerable to an improper check for exceptional conditions, allowing unauthenticated attackers to trigger a denial of service via oversized payloads.
Executive summary
An unauthenticated attacker can cause a denial of service in NVIDIA Triton Inference Server by sending specially crafted, excessively large payloads to the system.
Vulnerability
This vulnerability, categorized as CWE-754, involves an improper check for unusual or exceptional conditions. It allows an unauthenticated, remote attacker to crash the service by submitting payloads that exceed expected size limits.
Business impact
The successful exploitation of this vulnerability results in a denial of service, rendering the inference server unavailable for legitimate requests. With a CVSS score of 7.5, the risk is classified as High, as it can disrupt critical machine learning pipelines and production AI services, leading to significant operational downtime and loss of service availability.
Remediation
Immediate Action: Update the NVIDIA Triton Inference Server to version r25.10 or later to implement the necessary input validation checks.
Proactive Monitoring: Monitor system logs for frequent service restarts, unexpected memory spikes, or rejected connection attempts that may indicate attempts to send oversized payloads.
Compensating Controls: Implement strict request size limits at the network edge or via a reverse proxy and Web Application Firewall (WAF) to drop excessively large requests before they reach the inference server.
Exploitation status
Public Exploit Available: No (exploit_available: unknown)
Analyst recommendation
Given the high CVSS score and the potential for service disruption in production environments, organizations should prioritize the update to version r25.10. While no active exploitation is currently confirmed, the ease of access for unauthenticated attackers necessitates prompt remediation to prevent potential denial of service attacks against critical AI infrastructure.