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-2022-21813

CVE-2022-21813: Nvidia Cloud Gaming Guest DOS Vulnerability

CVE-2022-21813 is a denial of service vulnerability in Nvidia Cloud Gaming Guest that allows unprivileged local users limited write access to protected memory. This article covers technical details, affected versions, and mitigation.

Published: February 18, 2026

CVE-2022-21813 Overview

CVE-2022-21813 is a vulnerability affecting the NVIDIA GPU Display Driver for Linux kernel driver. The flaw stems from improper handling of insufficient permissions or privileges, which may allow an unprivileged local user to gain limited write access to protected memory regions. Successful exploitation of this vulnerability can lead to denial of service conditions on affected systems.

Critical Impact

An unprivileged local attacker can exploit improper permission handling in the NVIDIA kernel driver to write to protected memory, potentially causing system instability or denial of service.

Affected Products

  • NVIDIA GPU Display Driver for Linux
  • NVIDIA GeForce
  • NVIDIA Quadro
  • NVIDIA RTX
  • NVIDIA Tesla
  • NVIDIA NVS
  • NVIDIA Virtual GPU (vGPU)
  • NVIDIA Cloud Gaming Guest
  • Linux Kernel (in conjunction with NVIDIA drivers)

Discovery Timeline

  • February 7, 2022 - CVE-2022-21813 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-21813

Vulnerability Analysis

This vulnerability exists within the NVIDIA GPU Display Driver kernel module for Linux systems. The core issue relates to improper access control (CWE-284) and improper handling of exceptional conditions (CWE-755) within the driver's permission validation logic.

When the kernel driver processes certain operations, it fails to properly enforce permission checks, allowing an unprivileged local user to perform limited write operations to memory regions that should be protected. This flaw represents an improper permissions handling vulnerability that can be leveraged by attackers with local access to the system.

The vulnerability requires local access to the system and low privileges to exploit. While it does not allow arbitrary code execution or information disclosure, the ability to write to protected memory can disrupt system operations and cause denial of service conditions, impacting the availability of GPU-accelerated workloads.

Root Cause

The root cause of CVE-2022-21813 lies in the NVIDIA kernel driver's insufficient validation of user permissions before allowing memory operations. The driver fails to properly verify that the requesting process has appropriate privileges before granting write access to certain memory regions. This improper access control implementation (CWE-284) combined with inadequate exception handling (CWE-755) allows unprivileged users to bypass intended security restrictions.

Attack Vector

Exploitation of this vulnerability requires local access to a Linux system with an affected NVIDIA GPU driver installed. An attacker with a low-privileged user account can interact with the NVIDIA kernel driver through standard system interfaces to trigger the improper permission handling condition.

The attack does not require user interaction and can be executed without elevated privileges. Upon successful exploitation, the attacker gains limited write access to protected memory regions, which can be used to corrupt system state or driver data structures, ultimately leading to denial of service.

Since this vulnerability requires local access and only impacts availability (not confidentiality or integrity of data), the attack surface is limited to scenarios where an attacker already has some level of access to the target system.

Detection Methods for CVE-2022-21813

Indicators of Compromise

  • Unexpected system crashes or kernel panics related to NVIDIA GPU driver operations
  • Unusual memory access patterns or errors in system logs associated with the NVIDIA kernel module (nvidia.ko)
  • GPU driver failures or abnormal behavior without apparent hardware issues
  • System instability specifically during GPU-intensive workloads

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/kern.log) for NVIDIA driver errors or memory-related warnings
  • Implement host-based intrusion detection to identify suspicious interactions with NVIDIA driver interfaces
  • Deploy endpoint detection and response (EDR) solutions to detect anomalous process behavior targeting GPU drivers
  • Use SentinelOne's behavioral AI to identify unusual patterns of local privilege abuse targeting kernel modules

Monitoring Recommendations

  • Enable detailed logging for kernel module operations and GPU driver events
  • Monitor for repeated failed permission checks or access denied events in driver logs
  • Set up alerts for unexpected NVIDIA driver restarts or crashes
  • Track user processes that interact with NVIDIA device files (/dev/nvidia*) for anomalous behavior

How to Mitigate CVE-2022-21813

Immediate Actions Required

  • Update NVIDIA GPU Display Driver to the latest patched version immediately
  • Review system logs for any signs of exploitation attempts
  • Restrict local system access to trusted users only
  • Implement the principle of least privilege for all user accounts on affected systems
  • Consider temporarily disabling non-essential GPU functionality in high-security environments until patches are applied

Patch Information

NVIDIA has released security updates to address this vulnerability. Administrators should consult the NVIDIA Security Bulletin for specific patch versions and driver updates applicable to their GPU products.

Additionally, Linux distributions such as Gentoo have released advisories and patches. Refer to the Gentoo GLSA 202310-02 for distribution-specific guidance.

It is strongly recommended to apply vendor-provided patches through official channels and verify the integrity of downloaded driver packages before installation.

Workarounds

  • Limit local system access to essential personnel and trusted users only
  • Implement strict user account controls and monitor for unauthorized access attempts
  • Use mandatory access control frameworks (SELinux, AppArmor) to restrict access to NVIDIA device files
  • Consider running GPU workloads in isolated environments or containers where possible
  • Monitor NVIDIA driver operations closely until patches can be applied
bash
# Verify current NVIDIA driver version
nvidia-smi --query-gpu=driver_version --format=csv,noheader

# Check for available driver updates (Ubuntu/Debian example)
apt-cache policy nvidia-driver-*

# Restrict access to NVIDIA device files (temporary mitigation)
chmod 660 /dev/nvidia*
chown root:video /dev/nvidia*

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechNvidia

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.05%

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

  • CWE-755
  • Technical References
  • 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