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-2025-23266

CVE-2025-23266: NVIDIA Container Toolkit Privilege Escalation

CVE-2025-23266 is a privilege escalation vulnerability in NVIDIA Container Toolkit that allows attackers to execute arbitrary code with elevated permissions. This article covers technical details, affected versions, and mitigation.

Updated: May 14, 2026

CVE-2025-23266 Overview

CVE-2025-23266 is a privilege escalation vulnerability in the NVIDIA Container Toolkit affecting all supported platforms. The flaw resides in container initialization hooks that resolve binaries through an untrusted search path [CWE-426]. An attacker controlling a container image can execute arbitrary code with elevated permissions on the host. The vulnerability has been publicly analyzed under the name NVIDIAScape and enables container escape in environments running GPU-accelerated workloads, including shared AI and machine learning infrastructure.

Critical Impact

Successful exploitation leads to privilege escalation, data tampering, information disclosure, and denial of service on the underlying host running the NVIDIA Container Toolkit.

Affected Products

  • NVIDIA Container Toolkit (all platforms)
  • NVIDIA GPU Operator deployments using the affected toolkit
  • Container runtimes integrating NVIDIA hooks for GPU passthrough

Discovery Timeline

  • 2025-07-17 - CVE-2025-23266 published to the National Vulnerability Database
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-23266

Vulnerability Analysis

The NVIDIA Container Toolkit injects hooks into the Open Container Initiative (OCI) lifecycle to provision GPU devices and libraries inside containers. These hooks run with elevated privileges on the host during container startup. The toolkit resolves helper binaries and libraries using a search path that an attacker-controlled container image can influence. By placing a malicious binary at a path that the hook trusts, an attacker causes the host-side hook process to execute attacker-supplied code outside the container boundary.

The issue is categorized as an untrusted search path weakness. The hook does not sufficiently validate the origin of the executables it loads during initialization, allowing image-supplied content to take precedence over expected host binaries. Exploitation requires only the ability to run a crafted container, which is common in multi-tenant AI platforms and managed Kubernetes clusters that expose GPU workloads.

Root Cause

The root cause is improper control of the binary and library resolution path in container initialization hooks, as classified by CWE-426: Untrusted Search Path. Files placed inside the container image are evaluated by a privileged host component during the pre-start hook phase, breaking the trust boundary between container and host.

Attack Vector

An attacker with permission to launch a container, including through a shared GPU service or compromised CI/CD pipeline, supplies a malicious image. When the NVIDIA Container Toolkit runs its initialization hooks, the attacker-controlled file is loaded with host privileges. The result is code execution as the host user running the runtime, typically root. Detailed exploitation walkthroughs are available in the Wiz.io analysis of NVIDIAScape and the Kidbomb technical writeup.

No verified public exploit code is referenced in the source advisories. See the NVIDIA Support Article for vendor guidance.

Detection Methods for CVE-2025-23266

Indicators of Compromise

  • Unexpected child processes spawned by container runtime or NVIDIA hook binaries such as nvidia-container-cli or nvidia-container-runtime-hook executing from non-standard paths.
  • Creation of executable files inside container images at paths historically used for NVIDIA helper utilities.
  • Outbound network connections originating from the host immediately after a GPU-enabled container starts.

Detection Strategies

  • Monitor process lineage on container hosts and flag privileged child processes launched by container initialization hooks during the pre-start phase.
  • Inspect container images for binaries that shadow expected NVIDIA toolkit components before allowing them to run.
  • Correlate Kubernetes admission events with host-level execution telemetry to identify suspicious GPU workload launches.

Monitoring Recommendations

  • Enable runtime protection on container hosts to capture syscall and exec telemetry from hook processes. Singularity Cloud Workload Security provides real-time runtime protection across Linux hosts and Kubernetes nodes that can surface this telemetry.
  • Centralize container runtime, Kubernetes audit, and host execution logs in a SIEM with OCSF normalization to investigate cross-boundary execution patterns.
  • Alert on writes to NVIDIA toolkit binary paths and on hook processes loading libraries from container-mounted filesystems.

How to Mitigate CVE-2025-23266

Immediate Actions Required

  • Apply the patched NVIDIA Container Toolkit release referenced in the NVIDIA Support Article to all affected hosts.
  • Audit all nodes running GPU workloads and inventory the installed NVIDIA Container Toolkit and GPU Operator versions.
  • Restrict the ability to launch arbitrary container images on multi-tenant GPU infrastructure until patches are deployed.

Patch Information

NVIDIA has issued an updated release of the NVIDIA Container Toolkit that corrects the untrusted search path behavior in the affected initialization hooks. Refer to the official NVIDIA advisory for fixed version numbers and platform-specific upgrade instructions. Kubernetes operators should redeploy the GPU Operator after node-level toolkit updates.

Workarounds

  • Disable GPU-accelerated container workloads on shared infrastructure until the toolkit is upgraded on all nodes.
  • Enforce image provenance controls so only signed, trusted images from internal registries can be scheduled on GPU nodes.
  • Apply admission policies that reject pods requesting GPU resources from untrusted namespaces or service accounts.
bash
# Verify installed NVIDIA Container Toolkit version on each host
nvidia-container-cli --version
dpkg -l | grep nvidia-container-toolkit   # Debian/Ubuntu
rpm -qa | grep nvidia-container-toolkit   # RHEL/CentOS

# Restrict GPU workload scheduling until patched (Kubernetes example)
kubectl cordon <gpu-node>
kubectl drain <gpu-node> --ignore-daemonsets --delete-emptydir-data

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechNvidia Container Toolkit

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability0.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-426
  • Technical References
  • NVIDIA Support Article

  • Kidbomb Blog Part 2 Analysis

  • Kidbomb Blog Part 1 Analysis

  • Hacker News Discussion

  • Wiz.io Blog on CVE-2025-23266
  • Related CVEs
  • CVE-2025-23359: NVIDIA Container Toolkit TOCTOU Vulnerability

  • CVE-2025-23267: NVIDIA Container Toolkit DoS Vulnerability

  • CVE-2024-0133: NVIDIA Container Toolkit File Creation Flaw
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