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-2024-0107

CVE-2024-0107: Nvidia GPU Display Driver RCE Vulnerability

CVE-2024-0107 is a remote code execution vulnerability in Nvidia GPU Display Driver for Windows that allows unprivileged users to exploit out-of-bounds reads. This article covers technical details, affected versions, and mitigation.

Updated: May 15, 2026

CVE-2024-0107 Overview

CVE-2024-0107 affects the NVIDIA GPU Display Driver for Windows. The flaw resides in the user mode layer, where an unprivileged local user can trigger an out-of-bounds read [CWE-125]. Successful exploitation can lead to code execution, denial of service, privilege escalation, information disclosure, and data tampering. The vulnerability impacts a wide range of NVIDIA products, including GeForce, Quadro, RTX, Tesla, Virtual GPU, and Cloud Gaming installations on Windows hosts.

Critical Impact

A local, low-privileged attacker on a Windows system running an affected NVIDIA driver can read memory beyond intended bounds, potentially achieving code execution and privilege escalation.

Affected Products

  • NVIDIA GPU Display Driver for Windows (GeForce, Quadro, RTX, Tesla branches)
  • NVIDIA Virtual GPU software on Windows
  • NVIDIA Cloud Gaming components on Windows

Discovery Timeline

  • 2024-08-08 - CVE-2024-0107 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2024-0107

Vulnerability Analysis

The vulnerability is an out-of-bounds read [CWE-125] in the user mode layer of the NVIDIA GPU Display Driver for Windows. User mode driver components expose interfaces that accept buffers and indices from calling processes. When the driver fails to validate the size or offset of incoming data, it reads memory outside the intended buffer boundary.

Because the affected logic runs in the context of a process interacting with the GPU driver, an unprivileged regular user can reach the vulnerable code path. NVIDIA classifies the impact as including code execution, denial of service, escalation of privileges, information disclosure, and data tampering, indicating the bounds violation can be steered into adjacent structures that influence control flow.

Root Cause

The root cause is missing or insufficient bounds checking on input handled by the user mode driver layer. A length, index, or offset value derived from caller-controlled data is used to dereference memory without validation against the actual allocation size, producing a read past the end of the buffer.

Attack Vector

Exploitation requires local access with low privileges and no user interaction. An attacker executes code on the host as a standard user and issues crafted requests to the NVIDIA user mode driver. The out-of-bounds read can leak memory contents used to bypass mitigations such as ASLR, and when combined with adjacent corruption primitives may enable code execution at higher privilege. EPSS data indicates a low probability of opportunistic exploitation, but the local attack surface is broad given the driver's ubiquity on Windows workstations. No verified proof-of-concept code is published; see the Talos Intelligence Vulnerability Report for technical details.

Detection Methods for CVE-2024-0107

Indicators of Compromise

  • Unexpected crashes or watchdog events from nvlddmkm.sys or NVIDIA user mode driver DLLs such as nvwgf2umx.dll shortly after a non-admin process loads GPU resources.
  • Standard user processes loading NVIDIA driver DLLs and immediately spawning unexpected child processes or performing token manipulation.
  • Windows Error Reporting entries citing access violations inside NVIDIA user mode driver modules.

Detection Strategies

  • Inventory installed NVIDIA driver versions across endpoints and flag hosts running versions earlier than the fixed releases listed in the NVIDIA advisory.
  • Hunt for low-integrity processes opening handles to NVIDIA driver device objects followed by anomalous memory allocation or thread creation patterns.
  • Correlate application crash telemetry that references NVIDIA driver modules with subsequent privilege changes on the same host.

Monitoring Recommendations

  • Forward Windows Application and System event logs, WER reports, and EDR process telemetry to a central data lake for retrospective hunting.
  • Monitor for non-admin users invoking GPU compute or graphics APIs in environments where such activity is not expected.
  • Track driver version drift across the fleet and alert when hosts fall behind the patched baseline.

How to Mitigate CVE-2024-0107

Immediate Actions Required

  • Apply the fixed NVIDIA GPU Display Driver versions documented in the vendor security bulletin to all affected Windows endpoints and virtual GPU hosts.
  • Prioritize multi-user systems such as Virtual GPU hosts, Cloud Gaming infrastructure, and shared workstations where a local attacker is most likely to exist.
  • Restrict interactive logon and code execution rights for non-administrative users on sensitive systems until patches are deployed.

Patch Information

NVIDIA published fixed driver versions and remediation guidance in NVIDIA Security Bulletin 5557. Administrators should update GeForce, Quadro, RTX, Tesla, Virtual GPU, and Cloud Gaming components on Windows to the versions specified in that advisory.

Workarounds

  • No vendor-supplied workaround replaces the patch; apply the updated driver as soon as feasible.
  • Limit local logon rights and enforce application allowlisting to reduce the population of users that can reach the user mode driver.
  • On Virtual GPU and Cloud Gaming hosts, segregate tenant workloads and disable unused GPU features to shrink the exposed attack surface.
bash
# Query installed NVIDIA driver version on Windows
wmic path win32_VideoController get name,driverversion

# PowerShell alternative
Get-CimInstance Win32_VideoController | Select-Object Name, DriverVersion, DriverDate

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNvidia Gpu Display Driver

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.27%

  • 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-125
  • Technical References
  • Talos Intelligence Vulnerability Report
  • Vendor Resources
  • Nvidia Support Answer
  • Related CVEs
  • CVE-2023-25515: Nvidia GPU Display Driver RCE Vulnerability

  • CVE-2025-33218: NVIDIA GPU Driver Privilege Escalation

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

  • CVE-2023-25516: Nvidia GPU Display Driver 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