Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Remote unauthenticated network-reachable endpoint (AV:N/PR:N/UI:N) with low complexity; impact is availability-only DoS (A:H, C:N/I:N) with no scope change.
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 the use of an expired file descriptor. 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 allows a remote, unauthenticated attacker to disrupt availability by triggering use of an expired (stale) file descriptor. The flaw impacts availability only (no data exposure or code execution) and, per CVSS PR:N/UI:N, requires no authentication or user interaction. There is no public exploit identified at time of analysis, and the vulnerability is not listed in CISA KEV; no EPSS score was provided in the input.
Technical ContextAI
Triton Inference Server is NVIDIA's open-source model-serving platform used to deploy AI/ML inference models (TensorRT, PyTorch, ONNX, TensorFlow, Python backends) over HTTP/REST and gRPC endpoints, typically GPU-accelerated on Linux. The root cause is classified as CWE-910 (Use of Expired File Descriptor), meaning the server continues to reference a file descriptor after it has been closed or otherwise released. Such stale descriptors can point to unrelated resources or none at all, leading to unexpected I/O behavior; in this case the consequence is a service crash or hang rather than information disclosure. The affected CPE is cpe:2.3:a:nvidia:triton_inference_server:*:*:*:*:*:*:*:* with no version boundaries specified, so the exact vulnerable range is not delimited in the provided data.
RemediationAI
No vendor-released patch version was identified in the provided data, so the specific fixed release must be confirmed from NVIDIA's security bulletin (start from the NVD record at https://nvd.nist.gov/vuln/detail/CVE-2026-47478 and NVIDIA's product security portal) and upgraded to the patched Triton build once published. As compensating controls until a confirmed patch is applied: restrict network access to the Triton HTTP (default 8000), gRPC (8001), and metrics (8002) endpoints to trusted inference clients only via firewall or network policy, which prevents untrusted DoS traffic but requires an allowlist of legitimate callers; place the server behind an authenticating reverse proxy or API gateway so anonymous requests cannot reach it, at the cost of added latency and operational complexity; and deploy behind a load balancer with health checks and automatic restart (e.g., Kubernetes liveness probes) so a crashed instance is recycled quickly, which limits downtime but does not stop a repeated attacker. Because the impact is availability-only, monitoring for abnormal request patterns and rate-limiting inbound inference requests further reduces exposure.
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 technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-44430
GHSA-4c5q-2cwp-vx9r