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
    • 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-23359

CVE-2025-23359: NVIDIA Container Toolkit TOCTOU Vulnerability

CVE-2025-23359 is a Time-of-Check Time-of-Use privilege escalation flaw in NVIDIA Container Toolkit for Linux that allows crafted containers to access the host filesystem and execute unauthorized code.

Updated: January 22, 2026

CVE-2025-23359 Overview

CVE-2025-23359 is a Time-of-Check Time-of-Use (TOCTOU) vulnerability affecting NVIDIA Container Toolkit for Linux when used with default configuration. This race condition vulnerability allows a crafted container image to gain unauthorized access to the host file system, potentially leading to severe security consequences including code execution, denial of service, escalation of privileges, information disclosure, and data tampering.

Critical Impact

A successful exploit allows malicious container images to escape container isolation and access the host file system, enabling full host compromise through code execution and privilege escalation.

Affected Products

  • NVIDIA Container Toolkit (all versions prior to patched release)
  • NVIDIA GPU Operator (all versions prior to patched release)
  • Linux Kernel (when used with vulnerable NVIDIA Container Toolkit)

Discovery Timeline

  • 2025-02-12 - CVE-2025-23359 published to NVD
  • 2025-09-25 - Last updated in NVD database

Technical Details for CVE-2025-23359

Vulnerability Analysis

This vulnerability is classified as CWE-367 (Time-of-Check Time-of-Use), a race condition flaw that occurs when the NVIDIA Container Toolkit performs security checks on container resources. The vulnerability exists in the default configuration, making it particularly dangerous as many deployments may be affected without any custom configuration changes.

The TOCTOU vulnerability manifests during the container initialization process where security validation occurs at one point in time (time-of-check) but the actual resource access happens at a later point (time-of-use). An attacker can manipulate the state between these two moments, allowing a crafted container image to bypass security controls and gain access to the host file system.

Reports indicate that this vulnerability may be related to an incomplete patch for a previous security issue, suggesting that the original fix did not fully address all exploitation vectors. Organizations running containerized GPU workloads should treat this as a high-priority security concern.

Root Cause

The root cause is a race condition in the NVIDIA Container Toolkit's resource access validation mechanism. When the toolkit validates container access to GPU resources and host paths, there exists a window between the security check and the actual file system operation. During this window, an attacker can modify the resource state, causing the subsequent operation to access unintended host file system locations.

Attack Vector

The attack can be executed remotely through the deployment of a specially crafted container image. The attacker does not require prior authentication or user interaction to exploit this vulnerability. The attack requires high complexity due to the precise timing needed to win the race condition, but successful exploitation grants access to host file system resources with potentially elevated privileges.

The attack flow involves:

  1. Creating a malicious container image designed to exploit the TOCTOU window
  2. Deploying the container on a system running vulnerable NVIDIA Container Toolkit
  3. Timing the race condition to modify resource references between validation and access
  4. Gaining unauthorized access to host file system contents

Since no verified exploit code is publicly available, the exploitation mechanism should be understood conceptually. The vulnerability exploits the time gap between when the container toolkit checks whether a resource access is permitted and when it actually performs the access operation. During this gap, symbolic links or file references can be swapped to point to sensitive host locations. For detailed technical analysis, refer to the NVIDIA Security Advisory and the Hacker News article on the incomplete patch.

Detection Methods for CVE-2025-23359

Indicators of Compromise

  • Unexpected file system access attempts from container processes to host paths outside designated mount points
  • Anomalous container behavior indicating attempts to manipulate symbolic links or file references during initialization
  • Container processes accessing sensitive host directories such as /etc, /root, or /var without explicit volume mounts
  • Rapid creation and deletion of symbolic links within container workloads

Detection Strategies

  • Monitor container runtime logs for file system access violations or unexpected mount operations
  • Implement file integrity monitoring on critical host directories that should not be accessible from containers
  • Deploy runtime security solutions that detect container escape attempts and anomalous host access patterns
  • Use behavioral analysis to identify containers exhibiting TOCTOU exploitation patterns

Monitoring Recommendations

  • Enable detailed audit logging for NVIDIA Container Toolkit operations and container file system access
  • Configure alerts for any container process attempting to access host file system paths outside expected boundaries
  • Monitor for suspicious symbolic link operations within container workloads, particularly during initialization
  • Implement continuous monitoring of container-to-host file system interactions using endpoint detection solutions

How to Mitigate CVE-2025-23359

Immediate Actions Required

  • Review and update NVIDIA Container Toolkit to the latest patched version as specified in the vendor advisory
  • Audit all container images deployed in GPU-enabled environments for potential malicious content
  • Implement network segmentation to limit the impact of potential container escapes
  • Consider temporarily disabling GPU container workloads in high-security environments until patches are applied

Patch Information

NVIDIA has released security updates to address this vulnerability. Organizations should consult the NVIDIA Security Advisory for specific version information and download the latest patched releases of NVIDIA Container Toolkit and NVIDIA GPU Operator. Given reports of an incomplete initial patch, ensure you are running the most current available version.

Workarounds

  • Restrict container image sources to trusted registries only and implement image scanning policies
  • Configure the NVIDIA Container Toolkit with non-default hardened settings that limit file system access
  • Implement strict container security policies using tools like seccomp, AppArmor, or SELinux to limit file system operations
  • Use read-only container file systems where possible to reduce the attack surface
bash
# Example: Restrict container capabilities and enable security profiles
# When running containers with NVIDIA GPU support, apply additional security constraints

# Enable SELinux enforcement for container workloads
sudo setenforce 1

# Run containers with restricted capabilities and security options
docker run --gpus all \
  --security-opt seccomp=default \
  --security-opt no-new-privileges \
  --read-only \
  --cap-drop=ALL \
  your-gpu-container-image

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

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.67%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-367
  • Technical References
  • Hacker News Incomplete Patch Article
  • Vendor Resources
  • Nvidia Support Answer
  • Related CVEs
  • CVE-2025-23267: NVIDIA Container Toolkit DoS Vulnerability

  • CVE-2024-0133: NVIDIA Container Toolkit File Creation Flaw
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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