A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-24162

CVE-2026-24162: NVIDIA Transformers4Rec RCE Vulnerability

CVE-2026-24162 is a remote code execution vulnerability in NVIDIA Transformers4Rec for Linux caused by improper deserialization of untrusted data. This article covers the technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-24162 Overview

CVE-2026-24162 affects NVIDIA Transformers4Rec for Linux, a recommender system library built on top of Hugging Face Transformers. The vulnerability stems from improper deserialization of untrusted data [CWE-502]. An attacker who convinces a local user to load a crafted serialized object can trigger code execution, data tampering, or information disclosure within the user context.

The issue requires local access and user interaction, but successful exploitation yields high impact across confidentiality, integrity, and availability. Machine learning environments that load externally sourced model artifacts or checkpoints are particularly exposed.

Critical Impact

Loading an attacker-supplied serialized object in Transformers4Rec can lead to arbitrary code execution, tampering of training or inference data, and disclosure of sensitive model or dataset information.

Affected Products

  • NVIDIA Transformers4Rec for Linux
  • Recommender pipelines using vulnerable Transformers4Rec serialization paths
  • ML workflows that deserialize externally supplied model checkpoints with Transformers4Rec

Discovery Timeline

  • 2026-05-26 - CVE-2026-24162 published to NVD
  • 2026-05-26 - Last updated in NVD database

Technical Details for CVE-2026-24162

Vulnerability Analysis

The vulnerability is an insecure deserialization flaw in NVIDIA Transformers4Rec on Linux. Transformers4Rec accepts serialized objects as part of its model and pipeline handling. When the library deserializes data that originates from an untrusted source, the deserialization routine reconstructs arbitrary objects without integrity validation.

Python deserialization formats such as pickle execute embedded reducer logic during object reconstruction. An attacker can craft a serialized payload whose reducer invokes arbitrary commands. When a local user loads the payload through a Transformers4Rec API, the embedded code runs with that user's privileges.

The attack vector is local and requires user interaction, which aligns with typical ML workflows where engineers download model checkpoints, datasets, or pipeline state files from shared repositories. Impact spans confidentiality, integrity, and availability because the executed code inherits full user permissions over training data, credentials, and connected systems.

Root Cause

The root cause is the absence of safe deserialization controls when loading serialized objects in Transformers4Rec. The library does not enforce signature verification, allow-listing of safe classes, or use of safer formats such as safetensors before reconstructing objects from byte streams.

Attack Vector

An attacker publishes or shares a malicious serialized artifact, for example a model checkpoint or pipeline state file. A local user loads the artifact using a Transformers4Rec loading function. Deserialization executes the embedded payload in the user's context, enabling code execution, modification of files and datasets, and exfiltration of sensitive data.

No verified public exploit code is available for CVE-2026-24162. Refer to the NVIDIA Support Article and the NVD CVE-2026-24162 Detail for vendor and advisory information.

Detection Methods for CVE-2026-24162

Indicators of Compromise

  • Unexpected child processes spawned by Python interpreters running Transformers4Rec workloads, such as sh, bash, curl, or wget.
  • Outbound network connections from data science workstations or training nodes to unfamiliar hosts immediately after model load operations.
  • Modification of files outside the project workspace following a torch.load or pickle-based load call within a Transformers4Rec pipeline.

Detection Strategies

  • Hunt for Python processes loading .pkl, .bin, or checkpoint files sourced from non-trusted directories or downloads.
  • Alert on Transformers4Rec processes that execute shell utilities, package managers, or compilers shortly after starting.
  • Correlate file-read events on serialized model files with subsequent process-execution events to identify deserialization-triggered execution.

Monitoring Recommendations

  • Log and review all model artifact downloads on ML hosts, including source URL, hash, and user.
  • Monitor for new persistence mechanisms (cron jobs, systemd units, shell profile changes) created by ML workload users.
  • Track egress traffic from training nodes and flag connections to hosts not on an approved registry allow-list.

How to Mitigate CVE-2026-24162

Immediate Actions Required

  • Upgrade NVIDIA Transformers4Rec to the fixed version referenced in the NVIDIA Support Article.
  • Inventory all systems running Transformers4Rec and identify pipelines that load externally sourced serialized artifacts.
  • Quarantine and re-validate model checkpoints obtained from untrusted or unverified sources.

Patch Information

NVIDIA has published guidance for CVE-2026-24162 in its support portal. Apply the vendor-supplied update from the NVIDIA Support Article. Review the CVE.org Record CVE-2026-24162 and NVD CVE-2026-24162 Detail for affected version metadata as it becomes available.

Workarounds

  • Load only serialized artifacts produced by trusted internal pipelines and signed with a verified integrity hash.
  • Prefer non-executable serialization formats such as safetensors for model weight storage where supported.
  • Run Transformers4Rec workloads under least-privilege service accounts and within isolated containers to limit blast radius.
  • Block ML hosts from arbitrary outbound network access and restrict model downloads to an approved internal registry.
bash
# Configuration example: pin and verify a patched Transformers4Rec build
pip install --upgrade transformers4rec==<patched-version>

# Verify checksum of any externally supplied checkpoint before loading
sha256sum ./checkpoints/model.bin
# Compare against the publisher-signed hash before passing to Transformers4Rec

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNvidia

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.02%

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

  • NVIDIA Support Article

  • CVE.org Record CVE-2026-24162
  • Related CVEs
  • CVE-2026-24218: NVIDIA DGX OS RCE Vulnerability

  • CVE-2026-24156: NVIDIA DALI RCE Vulnerability

  • CVE-2026-24164: NVIDIA BioNeMo RCE Vulnerability

  • CVE-2026-24165: NVIDIA BioNeMo RCE 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