Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Network-reachable, unauthenticated, low-complexity DoS with availability-only impact; C/I set to N as the flaw is pure resource exhaustion.
Primary rating from Vendor (nvidia).
CVSS VectorVendor: nvidia
Lifecycle Timeline
2DescriptionCVE.org
NVIDIA Triton Inference Server for Linux contains a vulnerability where an attacker can cause uncontrolled resource consumption. A successful exploit of this vulnerability might lead to denial of service.
Articles & Coverage 1
AnalysisAI
Denial of service in NVIDIA Triton Inference Server for Linux lets remote unauthenticated attackers exhaust server resources (CWE-400 uncontrolled resource consumption) and render the AI/ML inference endpoint unavailable, with no impact to confidentiality or integrity. The CVSS 3.1 base score is 7.5 (AV:N/AC:L/PR:N/UI:N/A:H), reflecting network-reachable, low-complexity, no-privilege exploitation. There is no public exploit identified at time of analysis and it is not listed in CISA KEV; no EPSS score was provided in the input.
Technical ContextAI
NVIDIA Triton Inference Server is an open-source model-serving platform that exposes HTTP/REST and gRPC endpoints for running deep-learning inference across frameworks (TensorRT, ONNX, PyTorch, TensorFlow, Python backends). The flaw is classified as CWE-400 (Uncontrolled Resource Consumption), the class of bug where an attacker-influenced input causes the server to allocate CPU, memory, threads, or other finite resources without an effective upper bound. In a model server this typically manifests when a client-supplied request (for example an inference request, tensor shape/size, or metadata payload) is processed before resource limits are enforced, allowing a single or repeated request to drive the process toward exhaustion. The affected CPE is cpe:2.3:a:nvidia:triton_inference_server with an unbounded version range, indicating the specific fixed version was not enumerated in the provided data.
RemediationAI
No vendor-released patch version was identified in the provided data, so consult the NVIDIA product security advisory for CVE-2026-47479 (referenced via https://nvd.nist.gov/vuln/detail/CVE-2026-47479) and upgrade Triton Inference Server to the fixed release NVIDIA specifies. As compensating controls until patched: do not expose the Triton HTTP (default 8000), gRPC (8001), and metrics (8002) ports to untrusted networks - place the server behind a reverse proxy or API gateway that enforces authentication and request-rate limiting, which trades a small latency/operational overhead for blocking anonymous request floods; restrict inbound access with firewall/security-group rules to known inference clients only; and apply resource ceilings at the container/orchestration layer (CPU/memory cgroup limits, request-size caps, and concurrency limits) so a single exhausting request degrades rather than crashes the host, at the cost of rejecting some legitimate large requests. These mitigations reduce reachability and blast radius but do not remove the underlying flaw, so patching remains the primary fix.
More in Triton Inference Server
View allAuthentication bypass in NVIDIA Triton Inference Server allows unauthenticated remote attackers to reach protected funct
Path traversal in NVIDIA Triton Inference Server for Linux (CWE-22) lets remote attackers manipulate file paths to reach
Authentication bypass in NVIDIA Triton Inference Server allows remote unauthenticated attackers to circumvent access con
Integer overflow in the DALI backend of NVIDIA Triton Inference Server allows authenticated remote attackers to trigger
Out-of-bounds read in the DALI backend of NVIDIA Triton Inference Server allows authenticated remote attackers to trigge
NVIDIA Triton Inference Server for Linux contains a vulnerability where a user can set the logging location to an arbitr
NVIDIA Triton Inference Server for Linux contains a vulnerability in the tracing API, where a user can corrupt system fi
NVIDIA Triton Inference Server for Linux contains a vulnerability in shared memory APIs, where a user can cause an impro
Denial of service in NVIDIA Triton Inference Server for Linux allows remote unauthenticated attackers to exhaust server
Denial of service in NVIDIA Triton Inference Server for Linux (versions through 26.03) allows a remote attacker to crash
Denial of service in NVIDIA Triton Inference Server for Linux exposes AI inference infrastructure to remote disruption t
Unbounded resource allocation in NVIDIA Triton Inference Server for Linux allows remote, unauthenticated attackers to ex
Same weakness CWE-400 – Uncontrolled Resource Consumption
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-44431
GHSA-6gfh-7rjr-vfmg