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-2023-25516

CVE-2023-25516: Nvidia GPU Display Driver Vulnerability

CVE-2023-25516 is an information disclosure vulnerability in Nvidia GPU Display Driver for Linux caused by an integer overflow. Unprivileged users can exploit this flaw to access sensitive data. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: May 16, 2026

CVE-2023-25516 Overview

CVE-2023-25516 is an integer overflow vulnerability [CWE-190] in the NVIDIA GPU Display Driver for Linux. The flaw resides in the kernel mode layer of the driver. An unprivileged local user can trigger the overflow through crafted input to the driver. Successful exploitation may lead to information disclosure or denial of service on the affected host.

The vulnerability requires local access with low privileges and does not require user interaction. NVIDIA published the issue in security advisory ID 5468 and addressed it through driver updates across supported branches.

Critical Impact

Local unprivileged users can trigger an integer overflow in the NVIDIA Linux GPU kernel driver, resulting in kernel memory disclosure and denial of service on workstations and GPU-accelerated servers.

Affected Products

  • NVIDIA GPU Display Driver for Linux (multiple branches)
  • Workstations and servers running affected NVIDIA proprietary Linux drivers
  • GPU-accelerated Linux compute and rendering systems

Discovery Timeline

  • 2023-07-04 - CVE-2023-25516 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-25516

Vulnerability Analysis

The vulnerability is an integer overflow [CWE-190] in the kernel mode layer of the NVIDIA GPU Display Driver for Linux. Integer overflow conditions occur when arithmetic operations produce values that exceed the storage capacity of the underlying integer type. In kernel drivers, these miscalculations frequently influence buffer size computations, loop bounds, or memory allocation parameters.

The attack vector is local, and the attacker requires only low privileges on the host. No user interaction is needed to trigger the condition. The impact profile shows high confidentiality and availability impact with no integrity impact, consistent with kernel memory disclosure and a driver crash that takes down the GPU subsystem or the kernel.

Root Cause

The root cause is unchecked or improperly validated arithmetic within the kernel mode layer of the NVIDIA driver. When an unprivileged process supplies values through the driver's user-mode interface, the kernel computes derived sizes or offsets without bounding the result. The wrapped value then drives subsequent memory operations, exposing adjacent kernel data or destabilizing the driver state.

Attack Vector

A local attacker with a valid user session opens a device node exposed by the NVIDIA kernel driver, typically /dev/nvidia*. The attacker issues an ioctl or similar request containing crafted size or count parameters. The kernel arithmetic overflows, producing an undersized allocation or out-of-bounds read. The attacker then reads back kernel memory through the driver response channel or triggers a fault that halts GPU services. See the NVIDIA Security Bulletin ID 5468 for the official technical description and affected driver branches.

Detection Methods for CVE-2023-25516

Indicators of Compromise

  • Unexpected crashes of nvidia.ko or related kernel modules recorded in dmesg or /var/log/kern.log
  • GPU service interruptions, X server crashes, or CUDA workload failures correlated with unprivileged process activity
  • Unusual ioctl traffic from non-administrative users against /dev/nvidia0, /dev/nvidiactl, or /dev/nvidia-uvm

Detection Strategies

  • Inventory installed NVIDIA driver versions across Linux hosts using nvidia-smi --query-gpu=driver_version --format=csv and compare against fixed releases in advisory 5468
  • Audit kernel logs for Oops, BUG, or general protection fault messages referencing NVIDIA symbols
  • Monitor for processes invoking the NVIDIA device interface from accounts that should not have GPU workloads

Monitoring Recommendations

  • Forward kernel ring buffer and auditd events to a central log platform for retention and correlation
  • Alert on repeated NVIDIA driver faults from the same user session, which can indicate exploitation attempts
  • Track GPU node availability and driver restart counts as part of operational telemetry

How to Mitigate CVE-2023-25516

Immediate Actions Required

  • Apply the NVIDIA Linux driver updates listed in NVIDIA Security Bulletin 5468 to all affected systems
  • Restrict shell access on GPU-equipped Linux hosts to trusted administrators and workload users only
  • Audit which local accounts have read access to NVIDIA device nodes and remove unnecessary permissions

Patch Information

NVIDIA released fixed driver versions across its supported Linux branches. Administrators should consult NVIDIA Security Bulletin ID 5468 for the specific driver versions corresponding to their deployed branch (production, new feature, or data center). Update through the package manager or the official NVIDIA installer, then reboot to load the patched kernel module.

Workarounds

  • Where patching is not immediately possible, limit interactive logins on GPU hosts and enforce multi-user separation
  • Constrain workloads to containerized or sandboxed runtimes that mediate access to GPU device nodes
  • Disable the NVIDIA driver on systems that do not require GPU acceleration until the update is applied
bash
# Verify current NVIDIA driver version on Linux
nvidia-smi --query-gpu=driver_version --format=csv,noheader

# Example update path on Debian/Ubuntu after adding the updated NVIDIA repository
sudo apt-get update
sudo apt-get install --only-upgrade nvidia-driver-<branch>
sudo reboot

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechNvidia Gpu Display Driver

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.05%

  • 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-190
  • Technical References
  • NVIDIA Support Article
  • Related CVEs
  • CVE-2025-33218: NVIDIA GPU Driver Privilege Escalation

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

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

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