Description
NVIDIA TensorRT for contains a vulnerability where a user might cause a deserialization of untrusted data. A successful exploit of this vulnerability might lead to code execution.
Published: 2026-07-14
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

NVIDIA TensorRT contains a flaw that allows an attacker to supply malicious serialized data which is processed by a deserialization routine. The vulnerability is categorized as CWE‑502, indicating that the problem arises from handling deserialized input without proper validation. If successfully exploited, an attacker could achieve arbitrary code execution on the host running TensorRT, compromising confidentiality, integrity, and availability of that system.

Affected Systems

All deployments that include NVIDIA TensorRT are potentially affected. The CNA listing does not specify affected versions, so any installation that uses TensorRT without additional safeguards could be vulnerable. No specific versions are enumerated, so administrators should verify the installed package version against the vendor’s advisory.

Risk and Exploitability

The CVSS v3.1 score of 5.3 classifies this issue as moderate severity. The EPSS score of less than 1% indicates a very low current probability of exploitation. The vulnerability is not listed in the CISA KEV catalog. A successful exploit would require an attacker to supply malicious serialized data to a TensorRT load operation. The attack vector could involve application input, network services, or file ingestion, depending on how the deployment accepts data. Based on the description, it is inferred that the vulnerability does not explicitly state a remote exploitation path; therefore, exploitation likely requires the attacker to have some level of access to supply the payload.

Generated by OpenCVE AI on July 31, 2026 at 04:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s security patch or update to the latest NVIDIA TensorRT release when available.
  • Restrict deserialization input to trusted, validated data sources, and sanitize or validate any external input before it is passed to TensorRT.
  • Configure or harden your application or inference endpoint to reject or quote untrusted input from external clients, ensuring that only locally trusted data is deserialized by TensorRT.

Generated by OpenCVE AI on July 31, 2026 at 04:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 31 Jul 2026 05:15:00 +0000

Type Values Removed Values Added
Title Deserialization Vulnerability in NVIDIA TensorRT Enabling Code Execution

Tue, 28 Jul 2026 04:45:00 +0000

Type Values Removed Values Added
Title Deserialization Vulnerability in NVIDIA TensorRT Allowing Code Execution

Wed, 22 Jul 2026 08:45:00 +0000

Type Values Removed Values Added
Title Deserialization Vulnerability in NVIDIA TensorRT Allowing Code Execution

Mon, 20 Jul 2026 21:30:00 +0000

Type Values Removed Values Added
Title Deserialization Vulnerability in NVIDIA TensorRT Allows Remote Code Execution

Thu, 16 Jul 2026 02:15:00 +0000

Type Values Removed Values Added
Title Deserialization Vulnerability in NVIDIA TensorRT Allows Remote Code Execution

Wed, 15 Jul 2026 17:15:00 +0000

Type Values Removed Values Added
First Time appeared Nvidia
Nvidia tensorrt
Vendors & Products Nvidia
Nvidia tensorrt

Wed, 15 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 14 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Description NVIDIA TensorRT for contains a vulnerability where a user might cause a deserialization of untrusted data. A successful exploit of this vulnerability might lead to code execution.
Weaknesses CWE-502
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L'}


cve-icon MITRE

Status: PUBLISHED

Assigner: nvidia

Published:

Updated: 2026-07-15T13:16:22.288Z

Reserved: 2026-01-21T19:09:36.965Z

Link: CVE-2026-24227

cve-icon Vulnrichment

Updated: 2026-07-15T13:16:17.061Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T05:00:05Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data