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

CVE-2021-1075: Nvidia GPU Display Driver Escalation Flaw

CVE-2021-1075 is a privilege escalation vulnerability in Nvidia GPU Display Driver for Windows that allows attackers to elevate privileges through kernel mode layer exploitation. This article covers technical details, impact, and fixes.

Published: February 25, 2026

CVE-2021-1075 Overview

NVIDIA Windows GPU Display Driver for Windows contains a vulnerability in the kernel mode layer (nvlddmkm.sys) handler for DxgkDdiEscape where the program dereferences a pointer that contains a location for memory that is no longer valid. This use-after-free condition may lead to code execution, denial of service, or escalation of privileges. While the attacker does not have control over the information being accessed, they may conduct limited data modification.

Critical Impact

Local attackers with low privileges can exploit this kernel-level vulnerability to potentially execute arbitrary code, cause system crashes, or escalate privileges on Windows systems running affected NVIDIA GPU drivers.

Affected Products

  • NVIDIA GPU Display Driver for Windows (all versions prior to the security patch)
  • Systems using NVIDIA graphics cards with vulnerable nvlddmkm.sys kernel driver
  • Windows workstations and servers with NVIDIA GPU hardware

Discovery Timeline

  • 2021-04-21 - CVE-2021-1075 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-1075

Vulnerability Analysis

This vulnerability represents a use-after-free condition (CWE-476) in the NVIDIA Windows GPU Display Driver's kernel mode layer. The vulnerable component is nvlddmkm.sys, specifically within the DxgkDdiEscape handler. This function is a DirectX Graphics Kernel Subsystem callback that allows user-mode applications to communicate with the kernel-mode driver through escape calls.

The vulnerability occurs when the driver dereferences a pointer that references memory that has already been freed or is no longer valid. This type of memory corruption vulnerability in kernel-mode drivers is particularly dangerous because kernel-mode code runs with the highest privileges on Windows systems. Successful exploitation could allow an attacker to execute arbitrary code in kernel context, potentially leading to complete system compromise.

The local attack vector requires an attacker to have existing access to the target system with low-level privileges. The vulnerability affects the change in scope boundary, meaning successful exploitation can impact resources beyond the vulnerable component itself—specifically the system's integrity and availability.

Root Cause

The root cause of this vulnerability is improper memory management in the DxgkDdiEscape handler within the nvlddmkm.sys kernel driver. The code fails to properly validate that a memory pointer is still valid before dereferencing it, leading to a use-after-free condition. This occurs when memory is freed but the pointer to that memory is not properly nullified or checked before subsequent use.

Attack Vector

The attack vector for CVE-2021-1075 is local, requiring the attacker to have existing access to the target Windows system. The exploitation path involves:

  1. A local attacker with low-level privileges crafts a malicious application or leverages an existing process
  2. The attacker sends specially crafted escape calls to the NVIDIA driver through the DxgkDdiEscape interface
  3. These calls trigger the use-after-free condition in the kernel driver
  4. Upon successful exploitation, the attacker may achieve code execution in kernel mode, cause a system crash (blue screen of death), or escalate privileges

The vulnerability can be exploited without user interaction, making it particularly concerning for multi-user environments where unprivileged users may attempt to escalate their access.

Detection Methods for CVE-2021-1075

Indicators of Compromise

  • Unexpected system crashes (BSOD) with references to nvlddmkm.sys in crash dumps
  • Unusual processes making excessive or abnormal IOCTL calls to NVIDIA driver interfaces
  • Anomalous memory access patterns in kernel space related to display driver operations
  • Privilege escalation events following suspicious GPU driver interactions

Detection Strategies

  • Monitor for crash dumps that reference nvlddmkm.sys as the faulting driver
  • Implement kernel-level monitoring for suspicious escape calls to DirectX Graphics Kernel Subsystem
  • Deploy endpoint detection solutions capable of identifying use-after-free exploitation attempts
  • Audit driver versions across the environment to identify unpatched NVIDIA installations

Monitoring Recommendations

  • Enable Windows crash dump collection and analyze for patterns indicating exploitation attempts
  • Configure SIEM rules to correlate NVIDIA driver-related events with privilege escalation indicators
  • Monitor for unauthorized modifications to display driver files or registry settings
  • Implement file integrity monitoring for nvlddmkm.sys and related NVIDIA driver components

How to Mitigate CVE-2021-1075

Immediate Actions Required

  • Update NVIDIA GPU Display Drivers to the latest patched version immediately
  • Review the NVIDIA Security Advisory for specific version requirements
  • Inventory all systems with NVIDIA GPUs to ensure comprehensive patching
  • Restrict local access to systems until patches can be applied in high-security environments

Patch Information

NVIDIA has released security updates to address this vulnerability. Administrators should consult the official NVIDIA Support Article for specific version numbers and download links for patched drivers. The security bulletin provides detailed information about affected driver branches and the corresponding fixed versions.

To update drivers:

  1. Download the latest driver from NVIDIA's official website or enterprise deployment tools
  2. Uninstall the current vulnerable driver version
  3. Install the patched driver and reboot the system
  4. Verify the installation by checking the driver version in Device Manager

Workarounds

  • Limit local access to systems with NVIDIA GPUs to trusted users only
  • Implement application whitelisting to prevent untrusted applications from interacting with GPU drivers
  • Consider using virtualization-based security features where available to isolate kernel components
  • Monitor and alert on any attempts to exploit DirectX Graphics Kernel interfaces
bash
# Verify NVIDIA driver version on Windows (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 Gpu Display Driver

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Vendor Resources
  • Nvidia Support Article
  • Related CVEs
  • CVE-2025-33218: NVIDIA GPU Driver Privilege Escalation

  • CVE-2025-23244: NVIDIA GPU Display Driver Escalation Flaw

  • CVE-2024-0126: NVIDIA GPU Driver Privilege Escalation

  • CVE-2024-0107: Nvidia GPU Display Driver RCE Vulnerability
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