Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-31606

CVE-2022-31606: Nvidia GPU Display Driver Escalation Flaw

CVE-2022-31606 is a privilege escalation vulnerability in Nvidia GPU Display Driver for Windows that allows attackers to cause out-of-bounds access. This article covers the technical details, affected versions, and mitigation.

Published: February 18, 2026

CVE-2022-31606 Overview

CVE-2022-31606 is a vulnerability in the NVIDIA GPU Display Driver for Windows that exists within the kernel mode layer (nvlddmkm.sys) handler for DxgkDdiEscape. The vulnerability stems from a failure to properly validate data, which could allow an attacker with basic user capabilities to cause an out-of-bounds access in kernel mode. Successful exploitation could lead to denial of service, information disclosure, escalation of privileges, or data tampering.

Critical Impact

This vulnerability allows local attackers with low privileges to potentially escalate to kernel-level access, compromise system confidentiality, integrity, and availability through out-of-bounds memory access in the NVIDIA display driver.

Affected Products

  • NVIDIA GPU Display Driver for Windows
  • NVIDIA GeForce
  • NVIDIA Virtual GPU
  • NVIDIA Cloud Gaming Guest
  • NVIDIA Studio
  • NVIDIA Tesla

Discovery Timeline

  • 2022-11-19 - CVE-2022-31606 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-31606

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-Bounds Write), a memory corruption flaw that occurs when the software writes data past the end or before the beginning of an intended buffer. In the context of CVE-2022-31606, the NVIDIA kernel mode driver fails to properly validate input data passed through the DxgkDdiEscape interface, which is used for private communication between the user-mode display driver and the display miniport driver.

The DxgkDdiEscape function is a standard Windows Display Driver Model (WDDM) callback that allows proprietary commands to pass between components. When input validation is insufficient, attackers can craft malicious escape codes that cause the kernel driver to write beyond allocated buffer boundaries, potentially corrupting kernel memory structures.

Root Cause

The root cause of this vulnerability lies in improper input validation within the nvlddmkm.sys kernel mode layer. The driver's escape handler does not adequately verify the size and boundaries of user-supplied data before processing it, leading to out-of-bounds memory access conditions. This is a common vulnerability pattern in kernel drivers where trust boundaries between user-mode and kernel-mode code are not properly enforced.

Attack Vector

Exploitation of CVE-2022-31606 requires local access to the target system. An attacker would need basic user capabilities to interact with the NVIDIA display driver through the DxgkDdiEscape interface. The attack flow typically involves:

  1. The attacker executes a malicious application on the local system
  2. The application opens a handle to the NVIDIA display driver
  3. Crafted DeviceIoControl calls are made targeting the DxgkDdiEscape handler
  4. The malformed input bypasses validation and triggers out-of-bounds memory access
  5. Depending on the specific memory corruption achieved, the attacker may cause a denial of service (BSOD), leak sensitive kernel memory, or achieve privilege escalation

The vulnerability requires no user interaction beyond running the malicious code, and the attack complexity is low since the escape interface is readily accessible to standard user accounts. For detailed technical information, refer to the NVIDIA Security Bulletin.

Detection Methods for CVE-2022-31606

Indicators of Compromise

  • Unexpected system crashes (Blue Screen of Death) with references to nvlddmkm.sys
  • Unusual process activity interacting with NVIDIA driver escape interfaces
  • Signs of privilege escalation from low-privileged user accounts
  • Memory corruption artifacts in kernel crash dumps

Detection Strategies

  • Monitor for suspicious DeviceIoControl calls targeting NVIDIA display driver interfaces
  • Implement kernel crash analysis to identify exploitation attempts through crash dump analysis
  • Deploy endpoint detection solutions capable of monitoring kernel driver interactions
  • Enable Windows Driver Verifier for enhanced driver monitoring in test environments

Monitoring Recommendations

  • Configure SIEM alerts for recurring nvlddmkm.sys-related system crashes
  • Monitor for unusual patterns of user-mode to kernel-mode communication via graphics drivers
  • Implement file integrity monitoring on NVIDIA driver files to detect unauthorized modifications
  • Review system event logs for driver-related errors and unexpected privilege changes

How to Mitigate CVE-2022-31606

Immediate Actions Required

  • Update NVIDIA GPU Display Drivers to the latest patched versions immediately
  • Audit systems to identify all instances of affected NVIDIA driver versions
  • Prioritize patching on systems with untrusted local users or shared environments
  • Consider restricting access to systems with vulnerable drivers until patches are applied

Patch Information

NVIDIA has released security updates to address this vulnerability. Affected users should download and install the latest driver versions from the official NVIDIA website or through NVIDIA GeForce Experience. For enterprise deployments using NVIDIA Virtual GPU or Cloud Gaming solutions, consult the NVIDIA Security Bulletin for specific version requirements and update procedures.

Workarounds

  • Restrict local access to systems with vulnerable NVIDIA drivers to trusted users only
  • Implement application whitelisting to prevent unauthorized executables from running
  • Consider temporarily disabling non-essential NVIDIA features if patching cannot be immediately performed
  • Deploy network segmentation to limit lateral movement if exploitation occurs
bash
# Verify installed NVIDIA driver version on Windows
nvidia-smi --query-gpu=driver_version --format=csv,noheader

# Check for nvlddmkm.sys driver details via PowerShell
Get-WmiObject Win32_PnPSignedDriver | Where-Object {$_.DeviceName -like "*NVIDIA*"} | Select-Object DeviceName, DriverVersion

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

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Vendor Resources
  • Nvidia Customer Support Advisory
  • Related CVEs
  • CVE-2026-24154: NVIDIA Jetson Linux Privilege Escalation

  • CVE-2025-33179: NVIDIA NVUE Privilege Escalation Flaw

  • CVE-2025-33180: NVIDIA Cumulus Linux Privilege Escalation

  • CVE-2025-33181: NVIDIA Cumulus Linux Privilege Escalation
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