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-2026-43485

CVE-2026-43485: Linux Kernel Nouveau GSP Vulnerability

CVE-2026-43485 affects the Linux kernel's nouveau GSP driver, involving ACPI probe warnings that trigger frequently. This article covers the technical details, affected versions, security impact, and mitigation.

Published: May 17, 2026

CVE-2026-43485 Overview

CVE-2026-43485 is a Linux kernel issue in the nouveau/gsp driver, specifically within the GPU System Processor (GSP) ACPI probe paths. The kernel issued WARN_ON macros that triggered frequently during ACPI probe routines without an actionable remediation path. Maintainers resolved the issue by removing the WARN_ON calls, since the conditions are considered harmless. The change reduces kernel log noise and avoids unnecessary stack traces on systems using NVIDIA GPUs supported by the nouveau driver. The issue carries an unknown severity classification and has no recorded CWE or CVSS vector at this time.

Critical Impact

The flaw produces excessive kernel warnings during nouveau GSP ACPI probing, generating log noise rather than a direct security compromise.

Affected Products

  • Linux kernel versions containing the nouveau/gsp ACPI probe WARN_ON instrumentation
  • Systems using the nouveau open-source NVIDIA GPU driver with GSP firmware support
  • Distributions shipping the affected upstream kernel revisions prior to the referenced stable commits

Discovery Timeline

  • 2026-05-13 - CVE-2026-43485 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-43485

Vulnerability Analysis

The issue resides in the nouveau Direct Rendering Manager (DRM) driver, specifically in the GPU System Processor (GSP) subsystem responsible for offloading work to NVIDIA's onboard RISC-V processor. During ACPI probe routines, the driver invoked WARN_ON macros to flag unexpected states.

These assertions fired routinely during normal operation. The kernel community determined the underlying conditions were harmless but had no immediate fix to address the trigger logic. The maintainers therefore removed the WARN_ON instrumentation rather than suppress legitimate warnings elsewhere.

The EPSS score for this issue is 0.017%, reflecting a very low probability of exploitation activity. No known exploit code exists, and the issue is not listed in the CISA Known Exploited Vulnerabilities catalog.

Root Cause

The root cause is overly aggressive use of WARN_ON macros in the nouveau/gsp ACPI probe code paths. The asserted conditions occurred during routine probing without indicating an actual fault. Each WARN_ON trigger emitted a kernel stack trace, polluting logs and potentially tripping panic_on_warn configurations on hardened systems.

Attack Vector

No network or local attack vector has been associated with CVE-2026-43485. The flaw is a kernel logging defect surfaced during normal driver initialization on hardware using the nouveau driver with GSP firmware. Systems configured with panic_on_warn=1 could experience denial of service through kernel panics triggered by the spurious warnings.

For technical details, refer to the upstream patches: Linux Kernel Commit 214b6bd, Linux Kernel Commit 9478c16, and Linux Kernel Commit d1c991c.

Detection Methods for CVE-2026-43485

Indicators of Compromise

  • Repeated WARN_ON stack traces referencing nouveau GSP ACPI probe functions in dmesg output
  • Unexpected kernel panics on systems configured with panic_on_warn and using the nouveau driver
  • High volume of kernel warning messages during boot or GPU initialization on affected kernel versions

Detection Strategies

  • Audit kernel build configurations for CONFIG_PANIC_ON_WARN or runtime panic_on_warn sysctl settings on systems running affected kernels
  • Review journalctl -k and /var/log/kern.log for nouveau GSP probe warnings to confirm exposure
  • Inventory hosts running kernels predating the upstream fix commits to scope patching priorities

Monitoring Recommendations

  • Forward kernel logs to a centralized logging or SIEM platform to track warning frequency over time
  • Alert on kernel panic events from systems using the nouveau driver to identify systems impacted by spurious warnings
  • Track kernel package versions across the fleet to ensure timely application of stable kernel updates

How to Mitigate CVE-2026-43485

Immediate Actions Required

  • Apply the upstream stable kernel patches referenced in commits 214b6bd, 9478c16, and d1c991c
  • Update to the latest distribution kernel that incorporates the nouveau/gsp WARN_ON removal
  • Disable panic_on_warn on affected systems until patches are deployed to prevent unnecessary kernel panics

Patch Information

The fix removes the offending WARN_ON calls in the nouveau/gsp ACPI probe paths. The upstream patches are available in the Linux kernel stable tree under commits 214b6bde0e941a34ba877cf2f26f85d62fb5d598, 9478c166c46934160135e197b049b5a05753f2ad, and d1c991c860496d97044802ea54b30f20db468c1d. Apply the kernel update provided by your Linux distribution maintainer.

Workarounds

  • Set sysctl kernel.panic_on_warn=0 at runtime to prevent kernel panics triggered by spurious warnings
  • Blacklist the nouveau driver where GPU acceleration is not required, using modprobe.blacklist=nouveau at boot
  • Use the proprietary NVIDIA driver as an alternative on affected hardware until kernel patches are applied
bash
# Configuration example
# Disable panic_on_warn at runtime to mitigate spurious WARN_ON panics
sudo sysctl -w kernel.panic_on_warn=0

# Verify current nouveau module status
lsmod | grep nouveau

# Check kernel version and apply distribution updates
uname -r
sudo apt update && sudo apt upgrade linux-image-generic   # Debian/Ubuntu
sudo dnf update kernel                                    # Fedora/RHEL

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Linux Kernel Commit 214b6bd

  • Linux Kernel Commit 9478c16

  • Linux Kernel Commit d1c991c
  • Related CVEs
  • CVE-2026-43493: Linux Kernel Crypto Pcrypt Vulnerability

  • CVE-2026-43343: Linux Kernel USB Gadget Vulnerability

  • CVE-2026-43307: Linux Kernel FIFO Read Overflow Vulnerability

  • CVE-2026-43352: Linux Kernel DMA Ring Abort 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