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

CVE-2026-24192: NVIDIA Linux Driver Buffer Overflow Flaw

CVE-2026-24192 is a heap buffer overflow vulnerability in NVIDIA Display Driver for Linux caused by incorrect numeric type conversion. Attackers can exploit this to execute code or escalate privileges. Learn the technical details.

Published: May 28, 2026

CVE-2026-24192 Overview

CVE-2026-24192 affects the NVIDIA Display Driver for Linux. The flaw is an incorrect conversion between numeric types [CWE-681] that produces a heap buffer overflow during driver processing. A local attacker holding low-privilege access on the host can trigger the condition without user interaction.

Successful exploitation may result in denial of service, escalation of privileges, information disclosure, data tampering, or code execution within the kernel driver context. Because the driver runs with elevated privileges, an attacker who controls the overflow can pivot from a standard user account to full system compromise.

Critical Impact

Local low-privileged users on Linux hosts running the NVIDIA Display Driver may achieve kernel-level code execution and complete system takeover.

Affected Products

  • NVIDIA Display Driver for Linux (see NVIDIA Support Answer 5821 for affected branches and versions)
  • Linux systems running vulnerable NVIDIA GPU driver packages
  • Workstations, servers, and cloud instances using NVIDIA discrete GPUs on Linux

Discovery Timeline

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

Technical Details for CVE-2026-24192

Vulnerability Analysis

The vulnerability resides in the NVIDIA Display Driver for Linux and is classified as [CWE-681] Incorrect Conversion between Numeric Types. The driver converts a numeric value between types of different size or signedness, and the converted value no longer represents the original quantity correctly. The mismatched value is then used as a size or index parameter during a heap allocation or copy operation.

The attack is local in nature. An attacker must already have the ability to execute code on the target Linux host with low privileges, such as a standard user shell or a sandboxed process with access to the GPU device nodes. No user interaction is required, and the attack remains within a single security scope.

Impact spans confidentiality, integrity, and availability. NVIDIA's advisory lists denial of service, privilege escalation, information disclosure, data tampering, and arbitrary code execution as possible outcomes of a successful exploit.

Root Cause

The driver performs arithmetic or assignment between numeric types — for example, narrowing a 64-bit length to a 32-bit field or treating a signed value as unsigned. The truncated or sign-flipped value bypasses a subsequent length check. The driver then allocates an undersized heap buffer or writes past the allocated boundary, corrupting adjacent kernel heap structures.

Attack Vector

Exploitation requires local access with low privileges. An attacker invokes the affected driver through standard Linux interfaces such as ioctl calls against NVIDIA character devices (for example, /dev/nvidia0, /dev/nvidiactl, or /dev/nvidia-uvm). The attacker supplies crafted parameters that drive the numeric conversion into an unsafe range, forcing the heap buffer overflow during the driver's handling of the request.

Verified public proof-of-concept code is not available at the time of publication. Refer to the NVIDIA Security Bulletin for vendor-supplied technical context.

Detection Methods for CVE-2026-24192

Indicators of Compromise

  • Unexpected kernel oops, panic, or BUG: messages in dmesg referencing nvidia, nvidia-uvm, or nvidia-modeset modules.
  • Crashes or segmentation faults in user processes that interact with NVIDIA device nodes immediately followed by privilege changes.
  • New SUID binaries, kernel modules, or root-owned processes spawned from non-privileged user sessions following GPU driver activity.

Detection Strategies

  • Monitor ioctl activity targeting /dev/nvidia* device nodes from unprivileged processes and correlate with subsequent privilege transitions.
  • Inventory installed NVIDIA driver versions across Linux endpoints and flag hosts running versions listed as vulnerable in the NVIDIA advisory.
  • Hunt for kernel ring buffer entries indicating heap corruption, slab use-after-free, or KASAN reports tied to the NVIDIA modules.

Monitoring Recommendations

  • Centralize dmesg, journald, and audit logs from Linux hosts with NVIDIA GPUs into a SIEM for correlation and retention.
  • Alert on unexpected kernel module loads and on processes that gain UID 0 shortly after issuing GPU-related syscalls.
  • Track patch deployment status for NVIDIA driver updates as a continuous vulnerability management metric.

How to Mitigate CVE-2026-24192

Immediate Actions Required

  • Identify all Linux hosts running the NVIDIA Display Driver and confirm installed versions against the vendor advisory.
  • Apply the patched NVIDIA driver release referenced in NVIDIA Support Answer 5821 as soon as a maintenance window allows.
  • Restrict local shell access on GPU-equipped hosts to trusted administrators until patching is complete.
  • Review and tighten permissions on /dev/nvidia* device nodes so only required user accounts can issue ioctl calls.

Patch Information

NVIDIA has published fixed driver versions through its security bulletin portal. Consult the NVIDIA Security Bulletin for the specific patched driver branches and download locations. Validate the new driver in a staging environment before broad rollout, then deploy through standard package management tooling such as apt, dnf, or the NVIDIA .run installer.

Workarounds

  • Where patching must be deferred, unload the NVIDIA kernel modules on systems that do not require GPU acceleration using modprobe -r nvidia.
  • Limit GPU access to a dedicated low-risk user group and remove access for general interactive users.
  • Enforce mandatory access controls (SELinux or AppArmor) that restrict which binaries can open NVIDIA device nodes.
bash
# Verify installed NVIDIA driver version on Linux
nvidia-smi --query-gpu=driver_version --format=csv,noheader

# Restrict access to NVIDIA device nodes to a specific group
sudo groupadd gpu-users
sudo chown root:gpu-users /dev/nvidia*
sudo chmod 0660 /dev/nvidia*

# Unload NVIDIA modules if GPU is not in use
sudo rmmod nvidia_uvm nvidia_drm nvidia_modeset nvidia

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • 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-681
  • Technical References
  • NVD CVE-2026-24192 Detail

  • NVIDIA Support Answer

  • CVE.org Record for CVE-2026-24192
  • 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