CVE-2026-47470
Deferred Deferred - Pending Action

Denial of Service in NVIDIA TensorRT-LLM via gRPC Chat API

Vulnerability report for CVE-2026-47470, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-14

Last updated on: 2026-07-15

Assigner: NVIDIA Corporation

Description

NVIDIA TensorRT-LLM for any platform contains a vulnerability in the gRPC server chat API endpoint, where an attacker could cause CWE-20 by local attack. A successful exploit of this vulnerability might lead to denial of service.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-14
Last Modified
2026-07-15
Generated
2026-08-04
AI Q&A
2026-07-15
EPSS Evaluated
2026-08-02
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
nvidia tensorrt-llm *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-20 The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-47470 is a vulnerability in NVIDIA TensorRT-LLM for any platform. It affects the gRPC server chat API endpoint, where an attacker can exploit it through a local attack.

The vulnerability is classified as CWE-20, which refers to improper input validation. This means the software does not properly validate input, allowing an attacker to manipulate the system in unintended ways.

A successful exploit of this vulnerability could lead to a denial of service (DoS), where the affected system becomes unavailable or unresponsive.

Detection Guidance

Detection of CVE-2026-47470 involves identifying the presence of the vulnerable NVIDIA TensorRT-LLM gRPC server chat API endpoint on your system or network. Since the vulnerability is related to a local attack vector, focus on systems where TensorRT-LLM is installed and running.

  • Check for the installation of NVIDIA TensorRT-LLM: Use package managers or system commands to verify if TensorRT-LLM is installed. For example, on Linux, you might use 'pip list | grep tensorrt-llm' or check the installation directory.
  • Identify running gRPC server processes: Use commands like 'ps aux | grep grpc' or 'netstat -tulnp | grep grpc' to check for active gRPC server processes associated with TensorRT-LLM.
  • Verify the gRPC server chat API endpoint: If the gRPC server is running, you can use tools like 'grpcurl' to interact with the API and check for the vulnerable endpoint. For example, 'grpcurl -plaintext localhost:PORT list' to list available services.

Since the vulnerability is local, ensure that only trusted users have access to the system where TensorRT-LLM is running. Monitor logs for unusual activity related to the gRPC server.

Impact Analysis

If you are using NVIDIA TensorRT-LLM with the gRPC server chat API endpoint, this vulnerability could impact you in the following ways:

  • Denial of Service (DoS): An attacker could exploit this vulnerability to crash or disrupt the service, making it unavailable for legitimate users.
  • Local Attack Vector: Since the attack requires local access, an attacker with access to the system could exploit this vulnerability without needing remote access.

The CVSS base score of 6.2 indicates a medium severity, with a high impact on availability but no impact on confidentiality or integrity.

Compliance Impact

The impact of this vulnerability on compliance with standards and regulations depends on the context of its use:

  • GDPR: If the affected system processes personal data of EU citizens, a denial of service could lead to unavailability of services, potentially violating GDPR's requirements for data availability and resilience. However, since this vulnerability does not involve data breaches or unauthorized access, the direct GDPR impact may be limited.
  • HIPAA: For systems handling protected health information (PHI), a denial of service could disrupt access to critical healthcare services, potentially violating HIPAA's availability requirements. However, like GDPR, this vulnerability does not directly involve unauthorized access or disclosure of PHI.

In both cases, organizations should assess whether the vulnerability introduces risks to the availability of regulated data or services and take appropriate mitigations to maintain compliance.

Mitigation Strategies

To mitigate CVE-2026-47470, follow these immediate steps:

  • Restrict access to the gRPC server: Limit access to the system running TensorRT-LLM to only trusted users and networks. Use firewalls or network policies to block unnecessary access to the gRPC server port.
  • Disable the vulnerable gRPC server chat API endpoint: If the endpoint is not required for your use case, disable it in the TensorRT-LLM configuration to prevent exploitation.
  • Apply patches or updates: Monitor NVIDIA's official channels for patches or updates addressing this vulnerability. Apply them as soon as they become available.
  • Monitor for suspicious activity: Enable logging for the gRPC server and monitor logs for any unusual or unauthorized access attempts.
  • Isolate the system: If possible, isolate the system running TensorRT-LLM from critical networks to minimize the impact of a potential exploit.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-47470. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart