A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-24190

CVE-2026-24190: NVIDIA Display Driver Privilege Escalation

CVE-2026-24190 is a privilege escalation flaw in NVIDIA Display Driver for Windows and Linux that enables improper GPU resource access, potentially leading to code execution and data compromise. This article covers technical details, affected versions, impact analysis, and mitigation strategies.

Published: May 28, 2026

CVE-2026-24190 Overview

CVE-2026-24190 is a kernel mode driver vulnerability affecting the NVIDIA Display Driver for both Windows and Linux platforms. The flaw resides in the kernel mode layer and allows a local authenticated user to cause improper access to GPU resources. The weakness is categorized as Missing Authorization [CWE-862], meaning the driver fails to enforce proper authorization checks before granting access to privileged GPU operations.

Successful exploitation can result in denial of service, escalation of privileges, information disclosure, data tampering, and code execution within the kernel context.

Critical Impact

A local low-privileged user can leverage this driver flaw to escalate privileges, execute code in the kernel, tamper with data, or trigger a denial of service on systems running affected NVIDIA Display Driver versions.

Affected Products

  • NVIDIA Display Driver for Windows
  • NVIDIA Display Driver for Linux
  • GPU kernel mode layer component

Discovery Timeline

  • 2026-05-26 - CVE-2026-24190 published to NVD
  • 2026-05-26 - Last updated in NVD database

Technical Details for CVE-2026-24190

Vulnerability Analysis

The vulnerability exists in the kernel mode layer of the NVIDIA Display Driver, which mediates user-mode requests for GPU resources. Because the driver runs at ring 0, any authorization gap directly exposes kernel memory and execution context to lower-privileged callers.

The weakness is classified as Missing Authorization [CWE-862]. The driver accepts requests from user space without verifying that the calling process has the rights required to perform the requested GPU operation. An attacker who can run code on the host can interact with the driver interface and trigger operations they should not be permitted to perform.

Reported impacts include denial of service, escalation of privileges, information disclosure, data tampering, and arbitrary code execution. The breadth of impact reflects the kernel-level position of the affected component.

Root Cause

The root cause is the absence of an authorization check on a code path within the kernel mode driver. The driver exposes GPU resource handling functionality to user mode without validating that the caller is entitled to invoke it. This permits a local user to reach kernel logic that should be restricted to privileged contexts.

Attack Vector

The attack vector is local. An attacker requires the ability to execute code on the target system with low privileges and no user interaction beyond their own session. The attacker opens a handle to the NVIDIA driver interface and issues crafted requests against the unprotected code path. Depending on the operation chosen, the result ranges from leaking kernel memory to writing attacker-controlled data into kernel structures, enabling privilege escalation or code execution.

No public proof-of-concept exploit is currently associated with this CVE, and it is not listed in the CISA Known Exploited Vulnerabilities catalog.

Detection Methods for CVE-2026-24190

Indicators of Compromise

  • Unexpected loading or interaction with NVIDIA kernel driver modules (nvlddmkm.sys on Windows, nvidia.ko on Linux) by non-graphics processes.
  • Kernel crashes, bug checks, or oops entries referencing NVIDIA driver components on multi-user or workstation systems.
  • Local accounts spawning elevated processes or new SYSTEM/root sessions shortly after invoking GPU-related IOCTLs.

Detection Strategies

  • Inventory installed NVIDIA Display Driver versions across Windows and Linux endpoints and compare against the fixed releases listed in the NVIDIA Support Article.
  • Monitor for non-graphical processes opening handles to the NVIDIA driver device objects or issuing unexpected IOCTLs.
  • Correlate local privilege escalation telemetry with prior GPU driver activity from the same process lineage.

Monitoring Recommendations

  • Enable EDR telemetry for kernel driver load events and ioctl-level activity targeting GPU device interfaces.
  • Centralize Windows Event Log and Linux auditd records covering driver interactions, kernel crashes, and privilege transitions.
  • Alert on processes that hold a handle to the NVIDIA driver and subsequently spawn shells or modify protected system locations.

How to Mitigate CVE-2026-24190

Immediate Actions Required

  • Apply the patched NVIDIA Display Driver version referenced in the NVIDIA Support Article to all affected Windows and Linux hosts.
  • Prioritize multi-user systems, workstations handling sensitive data, and any host where untrusted users can execute code.
  • Restrict interactive and remote shell access on affected systems until patching is complete.

Patch Information

NVIDIA has published a security bulletin addressing this issue. Refer to the NVIDIA Support Article for the list of fixed driver branches and download links. Confirm the deployed version meets or exceeds the fixed version for each operating system and GPU family. Authoritative references are also available in the NVD CVE-2026-24190 Details and the CVE.org Record for CVE-2026-24190.

Workarounds

  • Limit local logon rights and remove interactive access for untrusted users on systems that cannot be patched immediately.
  • Apply application control policies to prevent execution of untrusted binaries that could invoke the vulnerable driver path.
  • For headless servers that do not require display output, evaluate whether the NVIDIA Display Driver is needed or can be replaced with a compute-only configuration.
bash
# Configuration example: verify installed NVIDIA driver version
# Windows (PowerShell)
Get-WmiObject Win32_PnPSignedDriver | Where-Object { $_.DeviceName -like "*NVIDIA*" } | Select-Object DeviceName, DriverVersion

# Linux
nvidia-smi --query-gpu=driver_version --format=csv,noheader
modinfo nvidia | grep ^version

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 Display Driver

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.01%

  • 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-862
  • Technical References
  • NVD CVE-2026-24190 Details

  • NVIDIA Support Article

  • CVE.org Record for CVE-2026-24190
  • Related CVEs
  • CVE-2026-24194: NVIDIA Linux Driver Privilege Escalation

  • CVE-2025-33219: NVIDIA Linux Driver Privilege Escalation

  • CVE-2026-24197: NVIDIA Display Driver for Linux DoS Flaw

  • CVE-2026-24196: NVIDIA Linux Driver DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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