Description
NVIDIA TensorRT for contains a vulnerability where an attacker might cause an improper validation of array index. A successful exploit of this vulnerability might lead to code execution.
Published: 2026-07-14
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an improper validation of array indices in NVIDIA TensorRT, a library used to accelerate deep‑learning inference. It allows malicious input to trigger out‑of‑bounds access, which may lead to arbitrary code execution within the process that loads TensorRT. The CVE explicitly notes that a successful exploit might result in code execution, but it does not provide details on the extent of control or whether the impact is local or remote.

Affected Systems

NVIDIA TensorRT is the only product listed as affected. No specific version ranges are provided, so all current releases remain potentially vulnerable until a vendor patch or advisory is issued. Organizations using TensorRT in applications or services should assume that any deployment could be at risk.

Risk and Exploitability

The CVSS v3 score of 7.8 indicates high severity, while the EPSS score of <1% suggests a low probability of exploitation at present. The CVE does not specify whether the flaw can be triggered remotely or requires local access; the most likely attack vector is that an attacker must provide malformed data to a TensorRT‑enabled component, which may be possible if the library processes data from untrusted sources. The vulnerability is not listed in CISA KEV, indicating no known widespread exploitation.

Generated by OpenCVE AI on August 1, 2026 at 09:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any NVIDIA TensorRT update that addresses the array index validation flaw as soon as it is released.
  • Run services or applications that load TensorRT with the least privilege required to limit the impact of potential code execution.
  • Validate and sanitize all data fed to TensorRT, ensuring that array indices remain within the bounds allowed by the library, thereby mitigating the CWE‑129 weakness.

Generated by OpenCVE AI on August 1, 2026 at 09:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 01 Aug 2026 09:30:00 +0000

Type Values Removed Values Added
Title Improper Array Index Validation in NVIDIA TensorRT Allowing Potential Code Execution

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

Type Values Removed Values Added
Title Improper Array Index Validation in NVIDIA TensorRT Allowing Potential Code Execution

Sat, 25 Jul 2026 09:00:00 +0000

Type Values Removed Values Added
Title Improper Array Index Validation in NVIDIA TensorRT Leading to Arbitrary Code Execution

Fri, 17 Jul 2026 06:30:00 +0000

Type Values Removed Values Added
Title Improper Array Index Validation in NVIDIA TensorRT Leading to Arbitrary Code Execution

Wed, 15 Jul 2026 16:00: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': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, '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 an attacker might cause an improper validation of array index. A successful exploit of this vulnerability might lead to code execution.
Weaknesses CWE-129
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: nvidia

Published:

Updated: 2026-07-15T13:15:54.160Z

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

Link: CVE-2026-24238

cve-icon Vulnrichment

Updated: 2026-07-15T13:15:50.568Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T09:15:03Z

Weaknesses
  • CWE-129

    Improper Validation of Array Index