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-2021-1056

CVE-2021-1056: Nvidia GPU Driver DOS Vulnerability

CVE-2021-1056 is a denial of service flaw in Nvidia GPU Driver for Linux affecting the kernel mode layer. Improper file system permissions may lead to device isolation failures. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 25, 2026

CVE-2021-1056 Overview

CVE-2021-1056 is a vulnerability in the NVIDIA GPU Display Driver for Linux that affects the kernel mode layer (nvidia.ko). The driver fails to completely honor operating system file system permissions, which compromises GPU device-level isolation. This improper permission handling can allow a local attacker with low privileges to gain unauthorized access to GPU resources, potentially leading to information disclosure or denial of service conditions.

Critical Impact

Local attackers can bypass file system permissions to access GPU resources belonging to other users, enabling information disclosure of sensitive GPU memory contents or denial of service by disrupting GPU operations for other processes.

Affected Products

  • NVIDIA GPU Driver (all versions prior to the patched release)
  • Linux Kernel (when using affected NVIDIA drivers)
  • Debian Linux 9.0 (Stretch)

Discovery Timeline

  • 2021-01-08 - CVE-2021-1056 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-1056

Vulnerability Analysis

This vulnerability stems from an improper default permissions issue (CWE-276) in the NVIDIA GPU Display Driver's kernel mode layer. The nvidia.ko kernel module does not fully enforce operating system file system permissions when managing GPU device access, which undermines the intended isolation between different users and processes accessing the GPU.

In multi-user or containerized environments, proper GPU device isolation is critical for security. When the driver fails to honor these permissions correctly, a local user with legitimate but limited access to the system can potentially access GPU memory or resources allocated to other users or processes. This could expose sensitive data processed by the GPU, such as machine learning model weights, rendered graphics buffers, or cryptographic operations performed on the GPU.

The local attack vector requires an authenticated user to already have access to the system, but the exploitation does not require any user interaction, making it particularly concerning in shared computing environments like research clusters, cloud GPU instances, or multi-user workstations.

Root Cause

The root cause is an improper default permissions vulnerability (CWE-276) within the NVIDIA kernel module (nvidia.ko). The module fails to properly validate and enforce file system permission checks when granting access to GPU device resources. This allows processes to access GPU resources that should be restricted based on standard Linux permission models, effectively bypassing the operating system's access control mechanisms for GPU device isolation.

Attack Vector

The attack requires local access to the affected system. An attacker with a low-privileged user account can exploit this vulnerability without requiring any user interaction. The attack targets the GPU device isolation mechanisms, allowing the attacker to either:

  1. Information Disclosure: Access GPU memory contents belonging to other users or processes, potentially exposing sensitive computation data, model parameters, or rendered content.

  2. Denial of Service: Disrupt GPU operations for other processes by interfering with GPU resource allocation or causing GPU errors that affect system stability.

The vulnerability is particularly impactful in shared GPU computing environments where multiple users or containers share access to GPU resources.

Detection Methods for CVE-2021-1056

Indicators of Compromise

  • Unexpected GPU memory access patterns or allocation requests from low-privileged processes
  • Anomalous read operations targeting GPU device files outside of expected process contexts
  • Unusual access to /dev/nvidia* device files by processes without legitimate GPU workloads
  • GPU resource contention or errors that cannot be attributed to known workloads

Detection Strategies

  • Monitor system logs for unusual GPU driver errors or permission-related messages from the nvidia.ko module
  • Implement file integrity monitoring on NVIDIA driver kernel modules to detect unauthorized modifications
  • Deploy endpoint detection capabilities to identify processes exhibiting abnormal GPU access patterns
  • Audit user access to GPU device files and compare against expected application behavior

Monitoring Recommendations

  • Enable verbose logging for the NVIDIA driver where possible to capture detailed access information
  • Implement monitoring for GPU memory utilization anomalies that could indicate unauthorized access
  • Use SentinelOne's behavioral AI to detect processes exhibiting suspicious GPU resource access patterns
  • Establish baselines for normal GPU usage patterns to identify deviations that may indicate exploitation

How to Mitigate CVE-2021-1056

Immediate Actions Required

  • Update NVIDIA GPU drivers to the latest patched version as specified in the NVIDIA Support Article
  • Review and restrict access to GPU device files (/dev/nvidia*) to only authorized users and processes
  • Implement process isolation for GPU workloads using containers or separate user accounts with strict permissions
  • Audit current GPU access permissions and remove unnecessary access grants

Patch Information

NVIDIA has released updated drivers that address this vulnerability. Administrators should consult the NVIDIA Security Bulletin for specific patched driver versions applicable to their GPU hardware. For Debian-based systems, refer to the Debian LTS Announcement for package update information. Gentoo users should review GLSA 202310-02 for guidance.

Workarounds

  • Restrict physical and logical access to systems with NVIDIA GPUs to trusted users only
  • Use Linux security modules (SELinux, AppArmor) to implement mandatory access controls on GPU device files
  • Isolate sensitive GPU workloads on dedicated systems without shared user access
  • Consider disabling GPU sharing in multi-user environments until patches can be applied
bash
# Restrict GPU device file permissions as a temporary mitigation
# Review current permissions
ls -la /dev/nvidia*

# Restrict access to GPU devices to specific group
sudo chown root:gpu /dev/nvidia*
sudo chmod 660 /dev/nvidia*

# Add only authorized users to the gpu group
sudo usermod -aG gpu authorized_user

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechNvidia

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability6.55%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-276
  • Technical References
  • Debian LTS Announcement

  • Gentoo GLSA 202310-02
  • Vendor Resources
  • NVIDIA Support Article
  • Related CVEs
  • CVE-2025-33215: NVIDIA SNAP-4 Container DoS Vulnerability

  • CVE-2025-33216: NVIDIA SNAP-4 Container DoS Vulnerability

  • CVE-2025-33242: NVIDIA B300 MCU DOS Vulnerability

  • CVE-2025-33237: NVIDIA HD Audio Driver DoS Vulnerability
Default Legacy - Prefooter | 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