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-28182

CVE-2022-28182: Nvidia GPU Display Driver RCE Vulnerability

CVE-2022-28182 is a remote code execution flaw in Nvidia GPU Display Driver for Windows that allows network attackers to execute code via DirectX11. This post covers technical details, affected versions, and mitigations.

Published: February 17, 2026

CVE-2022-28182 Overview

CVE-2022-28182 is an out-of-bounds write vulnerability affecting the NVIDIA GPU Display Driver for Windows, specifically within the DirectX11 user mode driver (nvwgf2um/x.dll). An unauthorized attacker on the network can exploit this vulnerability by sending a specially crafted shader, potentially leading to code execution, denial of service, escalation of privileges, information disclosure, and data tampering. Notably, the scope of the impact may extend to other components beyond the vulnerable driver itself.

Critical Impact

This vulnerability allows network-based attackers to achieve code execution through malicious shader manipulation, with potential for privilege escalation and cross-component impact on Windows systems running NVIDIA GPU drivers.

Affected Products

  • NVIDIA GPU Display Driver for Windows
  • NVIDIA Virtual GPU (vGPU) software versions prior to 14.0
  • Microsoft Windows systems with affected NVIDIA drivers

Discovery Timeline

  • 2022-05-17 - CVE-2022-28182 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-28182

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-Bounds Write), a memory corruption flaw where data is written beyond the boundaries of allocated memory buffers. The vulnerability exists in the DirectX11 user mode driver components (nvwgf2um.dll for 32-bit and nvwgf2umx.dll for 64-bit systems), which are responsible for processing graphics operations and shader compilation on Windows systems.

The attack requires network access and low privileges to execute, though the complexity is high due to the need for crafting specific malicious shaders. The changed scope indicator means successful exploitation can impact resources beyond the vulnerable component's security context, potentially affecting the broader system integrity.

Root Cause

The root cause is improper bounds checking during shader processing within the DirectX11 user mode driver. When the driver processes specially crafted shader code, it fails to properly validate write operations, allowing memory corruption outside allocated buffer boundaries. This type of vulnerability typically occurs when array indices or memory offsets derived from shader input are not properly validated before use.

Attack Vector

The attack vector is network-based, where an attacker can deliver malicious shader code to a target system. This could occur through various scenarios including:

The vulnerability can be triggered when a victim system processes graphics content containing the malicious shader. Attack scenarios include malicious web content rendered by browsers using hardware acceleration, compromised streaming services, or network-shared graphics applications. The attacker must craft a shader that, when compiled or executed by the vulnerable NVIDIA driver, triggers the out-of-bounds write condition.

The exploitation mechanism involves manipulating shader instruction parameters or data structures to cause the driver to write beyond allocated memory regions. This memory corruption can then be leveraged for code execution, system compromise, or denial of service depending on the attacker's objectives and exploitation technique sophistication.

Detection Methods for CVE-2022-28182

Indicators of Compromise

  • Unexpected crashes or blue screens (BSOD) related to nvwgf2um.dll or nvwgf2umx.dll driver components
  • Abnormal memory access patterns or exceptions in GPU driver processes
  • Unusual network traffic delivering graphics or shader content from untrusted sources
  • Evidence of privilege escalation attempts following GPU driver anomalies

Detection Strategies

  • Monitor Windows Event Logs for driver crashes and exceptions involving NVIDIA DirectX11 user mode drivers
  • Implement endpoint detection rules to identify memory corruption attempts targeting GPU drivers
  • Deploy network security controls to inspect and filter potentially malicious graphics content
  • Use application whitelisting to prevent unauthorized shader compilation or execution

Monitoring Recommendations

  • Enable verbose logging for GPU driver operations in enterprise environments
  • Monitor for unusual process behavior or child processes spawned by applications utilizing hardware graphics acceleration
  • Track driver version information across endpoints to ensure vulnerable versions are identified
  • Implement memory protection technologies and monitor for bypass attempts

How to Mitigate CVE-2022-28182

Immediate Actions Required

  • Update NVIDIA GPU Display Drivers to the latest patched version immediately
  • Review and apply NVIDIA Security Bulletin updates for Virtual GPU (vGPU) deployments
  • Audit systems to identify all endpoints running vulnerable driver versions
  • Consider temporarily disabling hardware graphics acceleration on critical systems until patches are applied

Patch Information

NVIDIA has released security updates addressing this vulnerability. Administrators should consult the NVIDIA Security Bulletin for specific version information and download links. Organizations using NVIDIA Virtual GPU software should ensure they upgrade to version 14.0 or later, or apply the appropriate security patches for their deployment.

Workarounds

  • Restrict network access to systems with vulnerable NVIDIA drivers where possible
  • Disable hardware graphics acceleration in browsers and applications on sensitive systems until patching is complete
  • Implement network segmentation to limit exposure of systems with vulnerable GPU drivers
  • Use software rendering alternatives where hardware acceleration is not critical
bash
# Configuration example
# Check current NVIDIA driver version on Windows
nvidia-smi --query-gpu=driver_version --format=csv

# Verify driver files for vulnerable versions
dir "C:\Windows\System32\nvwgf2um*.dll"

# Use NVIDIA GeForce Experience or manual download to update drivers
# Download latest drivers from: https://www.nvidia.com/Download/index.aspx

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft Windows

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability1.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Vendor Resources
  • NVIDIA Support Response
  • Related CVEs
  • CVE-2023-3079: Google Chrome V8 RCE Vulnerability

  • CVE-2025-4660: Forescout SecureConnector RCE Vulnerability

  • CVE-2024-49117: Windows Hyper-V RCE Vulnerability

  • CVE-2023-24816: IPython Command Injection RCE 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