The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-24142

CVE-2026-24142: Nvidia TensorRT LLM RCE Vulnerability

CVE-2026-24142 is a deserialization RCE flaw in Nvidia TensorRT LLM that enables code execution, data tampering, and information disclosure. This article covers the technical details, affected systems, and mitigation.

Published: May 21, 2026

CVE-2026-24142 Overview

CVE-2026-24142 is an insecure deserialization vulnerability in NVIDIA TensorRT-LLM (TRT-LLM) affecting all supported platforms. The flaw stems from unsafe handling of serialized data and serialized handles within the library. Attackers can exploit the issue over the network without authentication or user interaction. Successful exploitation may lead to remote code execution, data tampering, and information disclosure on systems running affected versions of TensorRT-LLM. The vulnerability is tracked under CWE-502: Deserialization of Untrusted Data.

Critical Impact

Unauthenticated network attackers can achieve code execution, data tampering, and information disclosure on hosts running NVIDIA TensorRT-LLM.

Affected Products

  • NVIDIA TensorRT-LLM (TRT-LLM) - all platforms
  • nvidia:tensorrt_llm package distributions
  • Workloads embedding TensorRT-LLM for large language model inference

Discovery Timeline

  • 2026-05-20 - CVE-2026-24142 published to the National Vulnerability Database
  • 2026-05-21 - Last updated in NVD database

Technical Details for CVE-2026-24142

Vulnerability Analysis

The vulnerability resides in TensorRT-LLM's deserialization logic, where the library reconstructs objects and handles from serialized input without sufficient validation. When TRT-LLM processes attacker-controlled serialized payloads, it can instantiate unsafe object types or invoke dangerous methods during reconstruction. This class of flaw, classified as CWE-502, commonly yields arbitrary code execution in the process context of the inference service. Because TRT-LLM is typically deployed on GPU servers hosting model inference endpoints, exploitation grants attackers access to model weights, inference data, and adjacent network resources. NVIDIA has acknowledged the issue and published guidance through the NVIDIA Support Article.

Root Cause

The root cause is the trust placed in serialized input streams and serialized handles consumed by TensorRT-LLM. The library deserializes data without enforcing type allow-lists, integrity checks, or cryptographic validation. Any process or client able to deliver a crafted serialized payload to a TRT-LLM consumer can influence object construction during deserialization.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker submits a malicious serialized blob to an exposed TensorRT-LLM endpoint, model-loading interface, or any application layer that forwards untrusted data into TRT-LLM deserialization routines. Once parsed, the payload triggers code execution, modifies in-memory state, or exfiltrates sensitive data.

No verified public proof-of-concept exploit is available for CVE-2026-24142 at the time of publication. Refer to the NVD entry and the CVE.org record for additional technical references.

Detection Methods for CVE-2026-24142

Indicators of Compromise

  • Unexpected child processes spawned by TensorRT-LLM inference workers or Python processes loading tensorrt_llm modules
  • Outbound network connections from GPU inference hosts to unrecognized destinations
  • Anomalous file writes or model artifact modifications in TRT-LLM working directories
  • Crashes or stack traces referencing TRT-LLM deserialization functions in application logs

Detection Strategies

  • Monitor process lineage of inference services for shells, interpreters, or scripting binaries launched as children of TRT-LLM hosts
  • Inspect network traffic for serialized Python or C++ object signatures arriving at inference API endpoints
  • Apply file integrity monitoring to model and configuration directories used by TensorRT-LLM
  • Correlate authentication-free API requests with subsequent process or file system anomalies on the same host

Monitoring Recommendations

  • Enable verbose audit logging on all TRT-LLM inference endpoints and forward logs to a centralized analytics platform
  • Baseline normal GPU and CPU process activity on inference servers to surface deviations
  • Alert on any deserialization errors or unhandled exceptions originating from tensorrt_llm modules

How to Mitigate CVE-2026-24142

Immediate Actions Required

  • Apply the fixed TensorRT-LLM release identified in the NVIDIA Support Article as soon as it is available in your environment
  • Restrict network access to TensorRT-LLM inference endpoints using firewalls, service meshes, or private networking
  • Require authentication and authorization on any application layer that forwards data into TRT-LLM
  • Audit existing deployments for exposure of TRT-LLM ports or model-loading interfaces to untrusted networks

Patch Information

NVIDIA has published remediation guidance in the official security bulletin at the NVIDIA Support Article (Answer ID 5805). Administrators should upgrade to the fixed TensorRT-LLM version specified in that advisory and validate that no downstream applications continue to ship vulnerable copies of the library.

Workarounds

  • Place TensorRT-LLM behind an authenticated API gateway that rejects unexpected content types and serialized payloads
  • Run inference workers in isolated containers with minimal filesystem and network privileges to limit blast radius
  • Disable or gate any feature that accepts externally supplied serialized model artifacts or handles until patched
  • Validate and sign model artifacts before loading them into TensorRT-LLM
bash
# Example network restriction using iptables on a TRT-LLM inference host
# Allow inference traffic only from a trusted application tier
iptables -A INPUT -p tcp --dport 8000 -s 10.0.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8000 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNvidia Tensorrt Llm

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • NVD CVE-2026-24142 Details

  • CVE.org Record for CVE-2026-24142
  • Vendor Resources
  • NVIDIA Support Article
  • Related CVEs
  • CVE-2025-23254: NVIDIA TensorRT-LLM RCE Vulnerability

  • CVE-2026-24160: Nvidia TensorRT LLM DOS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English