Skip to main content

Triton Inference Server CVE-2026-47482

| EUVDEUVD-2026-44434 HIGH
Memory Leak (CWE-401)
2026-07-14 nvidia GHSA-hhg8-wxrj-m3cf
7.5
CVSS 3.1 · Vendor: nvidia
Share

Severity by source

Vendor (nvidia) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
7.5 HIGH

Network-facing unauthenticated inference endpoint (AV:N/PR:N/UI:N) with easy triggering (AC:L); availability-only memory-exhaustion impact (A:H) and no confidentiality or integrity effect.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (nvidia).

CVSS VectorVendor: nvidia

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

2
Analysis Generated
Jul 14, 2026 - 21:01 vuln.today
CVE Published
Jul 14, 2026 - 19:50 cve.org
HIGH 7.5

DescriptionCVE.org

NVIDIA Triton Inference Server for Linux contains a vulnerability where an attacker can cause missing release of memory after effective lifetime. A successful exploit of this vulnerability might lead to denial of service.

AnalysisAI

Denial of service in NVIDIA Triton Inference Server on Linux allows remote unauthenticated attackers to exhaust host memory by triggering a memory leak (CWE-401, missing release of memory after effective lifetime), degrading or crashing the inference service. The CVSS 3.1 vector (AV:N/AC:L/PR:N/UI:N, A:H) indicates trivial network-reachable exploitation with no authentication and high availability impact, but no confidentiality or integrity exposure. No public exploit identified at time of analysis and the CVE is not listed in CISA KEV.

Technical ContextAI

NVIDIA Triton Inference Server is a production-grade model-serving platform that exposes HTTP/REST and gRPC endpoints to serve machine-learning models (TensorRT, ONNX, PyTorch, TensorFlow, Python backends) at scale, typically on GPU-equipped Linux hosts. The root cause is CWE-401 (Missing Release of Memory After Effective Lifetime): a code path allocates memory - likely per-request or per-inference buffers, metadata, or backend resources - that is never freed, so repeated requests steadily grow the resident set until the process or host runs out of memory. Because Triton's request-handling surface is network-facing and processes attacker-supplied inputs, an unauthenticated caller can drive this leak remotely. The single affected CPE, cpe:2.3:a:nvidia:triton_inference_server:*, is version-wildcarded and does not pin the vulnerable range.

RemediationAI

No vendor-released patch version is identified in the provided data, and the CPE version is wildcarded, so consult NVIDIA's official security bulletin (linked from the NVD record at https://nvd.nist.gov/vuln/detail/CVE-2026-47482) for the exact fixed release and update the Triton container image or binary to that version once published. As compensating controls while awaiting or applying the fix: restrict access to the Triton HTTP (default 8000) and gRPC (default 8001) inference endpoints to trusted clients only via network segmentation, firewall rules, or an authenticating reverse proxy, since Triton itself provides no built-in authentication - trade-off is that legitimate remote clients must route through the proxy. Additionally, run Triton inside a container or cgroup with a hard memory limit and automatic restart so a leak-induced OOM restarts the service rather than destabilizing the host - trade-off is transient request loss on restart - and add rate limiting on inference requests to slow leak accumulation, at the cost of reduced peak throughput.

CVE-2026-24207 CRITICAL POC
9.8 May 20

Authentication bypass in NVIDIA Triton Inference Server allows unauthenticated remote attackers to reach protected funct

CVE-2026-47627 CRITICAL
9.8 Aug 18

Path traversal in NVIDIA Triton Inference Server for Linux (CWE-22) lets remote attackers manipulate file paths to reach

CVE-2026-24206 CRITICAL
9.8 May 20

Authentication bypass in NVIDIA Triton Inference Server allows remote unauthenticated attackers to circumvent access con

CVE-2026-24214 CRITICAL
9.8 May 20

Integer overflow in the DALI backend of NVIDIA Triton Inference Server allows authenticated remote attackers to trigger

CVE-2026-24213 CRITICAL
9.8 May 20

Out-of-bounds read in the DALI backend of NVIDIA Triton Inference Server allows authenticated remote attackers to trigge

CVE-2024-0087 HIGH
8.8 May 14

NVIDIA Triton Inference Server for Linux contains a vulnerability where a user can set the logging location to an arbitr

CVE-2024-0100 HIGH
8.1 May 14

NVIDIA Triton Inference Server for Linux contains a vulnerability in the tracing API, where a user can corrupt system fi

CVE-2024-0088 HIGH
8.1 May 14

NVIDIA Triton Inference Server for Linux contains a vulnerability in shared memory APIs, where a user can cause an impro

CVE-2026-24264 HIGH
7.5 Jul 01

Denial of service in NVIDIA Triton Inference Server for Linux allows remote unauthenticated attackers to exhaust server

CVE-2026-24266 HIGH
7.5 Jul 01

Denial of service in NVIDIA Triton Inference Server for Linux (versions through 26.03) allows a remote attacker to crash

CVE-2026-47629 HIGH
7.5 Aug 18

Denial of service in NVIDIA Triton Inference Server for Linux exposes AI inference infrastructure to remote disruption t

CVE-2026-47628 HIGH
7.5 Aug 18

Unbounded resource allocation in NVIDIA Triton Inference Server for Linux allows remote, unauthenticated attackers to ex

Share

CVE-2026-47482 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy