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

CVE-2026-24196: NVIDIA Linux Driver DoS Vulnerability

CVE-2026-24196 is a denial of service flaw in NVIDIA Display Driver for Linux caused by an out-of-bounds read that may lead to service disruption and information disclosure. This article covers technical details, impact, and mitigation.

Published: May 28, 2026

CVE-2026-24196 Overview

CVE-2026-24196 is an out-of-bounds read vulnerability in the NVIDIA Display Driver for Linux. A local authenticated user can trigger the flaw to read memory outside the intended buffer boundaries. Successful exploitation can lead to denial of service and information disclosure on affected systems.

The vulnerability is classified under [CWE-125] (Out-of-bounds Read) and carries a CVSS 3.1 base score of 7.1. The attack requires local access with low privileges and no user interaction. NVIDIA has published guidance in NVIDIA Support Answer #5821.

Critical Impact

A local user with low privileges can read out-of-bounds memory in the NVIDIA Linux Display Driver, exposing sensitive kernel or driver memory contents and potentially crashing the system.

Affected Products

  • NVIDIA Display Driver for Linux
  • Systems running NVIDIA GPU drivers on Linux distributions
  • Refer to NVIDIA Support Answer #5821 for specific affected driver branches and versions

Discovery Timeline

  • 2026-05-26 - CVE-2026-24196 published to the National Vulnerability Database
  • 2026-05-26 - Last updated in NVD database

Technical Details for CVE-2026-24196

Vulnerability Analysis

The vulnerability resides in the NVIDIA Display Driver for Linux, which runs with elevated privileges as a kernel-mode component. An out-of-bounds read condition allows a local attacker to access memory locations beyond the allocated buffer.

This class of flaw [CWE-125] typically arises when the driver processes user-supplied input without correctly validating size, length, or offset values before dereferencing a pointer. When the read crosses buffer boundaries, the driver may return adjacent kernel memory contents to the user-space caller or trigger a fault that halts the system.

The impact subscores indicate high confidentiality and high availability impact, with no integrity impact. This pattern is consistent with leakage of kernel memory and the ability to crash the driver or the host kernel.

Root Cause

The root cause is missing or insufficient bounds checking inside the NVIDIA Linux Display Driver when handling input from a local, low-privileged user. The driver dereferences memory using attacker-influenced size or index values without verifying they remain within allocated buffer limits.

Attack Vector

The attack vector is local. An attacker must already have low-privileged code execution on the target host, typically through a standard user account or a compromised service. The attacker then issues crafted requests to the NVIDIA driver interface — such as ioctl calls against the NVIDIA device nodes — to trigger the out-of-bounds read.

No user interaction is required, and the scope remains unchanged. Network-based exploitation is not possible because the driver interface is not exposed remotely.

The NVIDIA security bulletin in NVIDIA Support Answer #5821 documents the affected driver branches and the technical advisory details.

Detection Methods for CVE-2026-24196

Indicators of Compromise

  • Unexpected crashes or kernel oops messages referencing nvidia.ko or related NVIDIA kernel modules in /var/log/kern.log or dmesg
  • Repeated ioctl calls from non-graphics processes to /dev/nvidia* device nodes by low-privileged users
  • Unusual segmentation faults in user-space processes that interact with the NVIDIA driver shortly before crashes

Detection Strategies

  • Monitor kernel ring buffer output for fault traces involving NVIDIA driver symbols and correlate with the invoking process and user identity
  • Audit ioctl system calls targeting NVIDIA device files using auditd rules on /dev/nvidia0, /dev/nvidiactl, and /dev/nvidia-uvm
  • Compare installed NVIDIA driver versions against the fixed releases listed in the NVIDIA security bulletin and flag hosts running vulnerable builds

Monitoring Recommendations

  • Forward kernel logs and auditd events to a central SIEM and create alerts for repeated NVIDIA driver faults from the same local user
  • Track process execution chains that load NVIDIA libraries from non-graphics workloads to identify reconnaissance against the driver
  • Maintain a driver version inventory across all Linux GPU hosts and review it after each NVIDIA security bulletin

How to Mitigate CVE-2026-24196

Immediate Actions Required

  • Apply the patched NVIDIA Display Driver for Linux release identified in NVIDIA Support Answer #5821 on all affected hosts
  • Limit local interactive and shell access on systems running the NVIDIA driver, especially multi-tenant workstations and shared compute nodes
  • Review which user accounts and services require access to NVIDIA device nodes and remove unnecessary access

Patch Information

NVIDIA has released updated Linux Display Driver versions that remediate the out-of-bounds read. Consult NVIDIA Support Answer #5821 for the fixed driver branches and download links. After installation, reload the kernel module or reboot the host so that the patched driver is active.

Administrators should also review the NIST CVE-2026-24196 Details and the CVE.org Record for CVE-2026-24196 for additional references.

Workarounds

  • Restrict permissions on /dev/nvidia* device files so that only required users and groups can issue ioctl calls
  • Disable or unload the NVIDIA driver on hosts that do not require GPU acceleration until the patched driver is deployed
  • Apply mandatory access control profiles such as SELinux or AppArmor to confine processes that interact with the NVIDIA driver
bash
# Configuration example: verify installed NVIDIA driver version and tighten device permissions
nvidia-smi --query-gpu=driver_version --format=csv,noheader
ls -l /dev/nvidia*
chgrp video /dev/nvidia*
chmod 0660 /dev/nvidia*

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

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • NIST CVE-2026-24196 Details

  • NVIDIA Support Answer #5821

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

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

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

  • CVE-2025-33221: 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