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-2025-33221

CVE-2025-33221: NVIDIA Display Driver DoS Vulnerability

CVE-2025-33221 is a denial of service flaw in NVIDIA Display Driver for Windows and Linux that enables incorrect permission assignments, leading to data tampering and service disruption. This article covers the vulnerability's technical details, affected versions, impact, and mitigation strategies.

Published: May 28, 2026

CVE-2025-33221 Overview

CVE-2025-33221 is a vulnerability in the NVIDIA Display Driver for Windows and Linux. The flaw resides in the kernel driver and stems from incorrect permission assignment for a critical resource. A local user with high privileges can trigger the condition to cause data tampering or denial of service on the affected system.

The issue is tracked under CWE-20: Improper Input Validation. NVIDIA published guidance for affected driver branches in its security bulletin. Exploitation requires local access and elevated privileges, limiting remote attack surface but creating risk on shared and multi-tenant systems.

Critical Impact

Successful exploitation can lead to data tampering and denial of service against systems running affected NVIDIA Display Driver builds on Windows and Linux.

Affected Products

  • NVIDIA Display Driver for Windows
  • NVIDIA Display Driver for Linux
  • NVIDIA GPU kernel-mode driver components (see vendor advisory for specific branches and versions)

Discovery Timeline

  • 2026-05-26 - CVE-2025-33221 published to the National Vulnerability Database (NVD)
  • 2026-05-26 - Last updated in NVD database

Technical Details for CVE-2025-33221

Vulnerability Analysis

The vulnerability exists in the NVIDIA Display Driver kernel component. The driver assigns incorrect permissions to a critical resource exposed by the kernel-mode component. A local authenticated user can manipulate that resource in ways the driver does not anticipate.

The consequence is twofold. First, an attacker can tamper with data structures or state managed by the driver. Second, the driver may enter an unstable state, producing denial of service for GPU-dependent workloads or the entire host. The integrity and availability of GPU-accelerated services are directly impacted.

The vulnerability is categorized under CWE-20: Improper Input Validation. The attack vector is local, and the attacker must already hold elevated privileges on the target host, which constrains opportunistic abuse but remains relevant for multi-user systems, VDI hosts, and shared GPU infrastructure.

Root Cause

The root cause is incorrect permission assignment for a critical resource within the kernel driver. The driver exposes an interface or object without enforcing the access controls expected for its sensitivity. As a result, a privileged local user can interact with the resource in unintended ways, bypassing assumptions made elsewhere in the driver code path.

Attack Vector

Exploitation requires local access to a host running a vulnerable NVIDIA Display Driver build. The attacker must hold high privileges on the system. From that position, the attacker interacts with the affected kernel driver resource to alter state or trigger a fault.

No verified public proof-of-concept code is available at the time of writing. Technical details beyond NVIDIA's bulletin are not yet published. Refer to the NVIDIA Support Article for vendor-confirmed information on affected branches.

Detection Methods for CVE-2025-33221

Indicators of Compromise

  • Unexpected crashes, bug checks, or kernel panics referencing NVIDIA driver modules such as nvlddmkm.sys on Windows or nvidia.ko on Linux
  • GPU workload failures, display reset events, or TDR (Timeout Detection and Recovery) events on hosts where they were not previously observed
  • Local privileged processes opening unusual handles to NVIDIA kernel driver device objects

Detection Strategies

  • Inventory installed NVIDIA Display Driver versions across Windows and Linux hosts and compare against the fixed versions listed in the NVIDIA advisory
  • Audit local administrators and privileged service accounts on GPU-equipped systems, since exploitation requires high privileges
  • Correlate kernel-mode driver crash telemetry with process activity from non-system accounts to surface suspicious interactions with the GPU driver

Monitoring Recommendations

  • Forward Windows kernel crash dumps and Linux dmesg output mentioning NVIDIA modules to a central log or SIEM for review
  • Monitor for driver reinstallation, downgrade, or replacement events on production and VDI hosts
  • Track privilege escalation paths on GPU hosts so that any local high-privilege foothold is detected before it can be used against the kernel driver

How to Mitigate CVE-2025-33221

Immediate Actions Required

  • Apply the updated NVIDIA Display Driver releases identified in the vendor bulletin for both Windows and Linux
  • Restrict local administrative and root access on systems running NVIDIA GPUs, since the vulnerability requires high local privileges
  • Prioritize patching on multi-user systems, VDI infrastructure, and shared GPU compute hosts where local privileged users are more numerous

Patch Information

NVIDIA published fixed driver versions in its security notice. Consult the NVIDIA Support Article for the exact patched branches and download links. Validate the deployed driver version on each host after update using nvidia-smi on Linux or the NVIDIA Control Panel on Windows.

Workarounds

  • No vendor-supplied workaround replaces the patch; reduce risk by limiting which accounts can obtain local high privileges on GPU hosts
  • Enforce least privilege on service accounts that interact with GPU workloads and remove unnecessary local administrator membership
  • On systems where patching is delayed, increase monitoring of NVIDIA kernel driver events and restrict interactive logon to trusted administrators
bash
# Verify installed NVIDIA driver version after patching
# Linux
nvidia-smi --query-gpu=driver_version --format=csv,noheader

# Windows (PowerShell)
Get-CimInstance Win32_PnPSignedDriver | 
  Where-Object { $_.DeviceName -like '*NVIDIA*' } | 
  Select-Object DeviceName, DriverVersion, DriverDate

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechNvidia Display Driver

  • SeverityMEDIUM

  • CVSS Score4.4

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-20
  • Technical References
  • NVD CVE-2025-33221 Details

  • NVIDIA Support Article

  • CVE.org Record CVE-2025-33221
  • Related CVEs
  • CVE-2026-24197: NVIDIA Display Driver for Linux DoS Flaw

  • CVE-2026-24196: NVIDIA Linux Driver DoS Vulnerability

  • CVE-2026-24191: NVIDIA Display Driver DoS Vulnerability

  • CVE-2026-24193: NVIDIA Display 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