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

CVE-2026-43410: Linux Kernel Privilege Escalation Flaw

CVE-2026-43410 is a privilege escalation vulnerability in the Linux kernel firmware driver that causes NULL pointer dereference when RSU is disabled. This article covers the technical details, affected systems, and mitigation.

Published: May 18, 2026

CVE-2026-43410 Overview

CVE-2026-43410 is a NULL pointer dereference vulnerability in the Linux kernel's stratix10-rsu firmware driver. The flaw triggers a kernel panic on Intel Stratix 10 SoC FPGA platforms when Remote System Update (RSU) is not enabled in the First Stage Boot Loader (FSBL). When rsu_send_async_msg() fails, the driver frees the service channel via stratix10_svc_free_channel(), but the probe function continues and registers svc_normal_to_secure_thread(). The kthread then dereferences the freed channel, producing an Oops at virtual address 0000000000000008 and halting the system.

Critical Impact

Local denial of service through kernel panic on affected SoCFPGA Stratix 10 hardware where RSU is disabled in firmware.

Affected Products

  • Linux kernel (mainline) containing the firmware/stratix10-rsu driver
  • Intel SoCFPGA Stratix 10 platforms with RSU disabled in FSBL
  • Kernel builds prior to commits aa5739e0c51a and c45f72631000

Discovery Timeline

  • 2026-05-08 - CVE-2026-43410 published to NVD
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-43410

Vulnerability Analysis

The stratix10-rsu driver provides the kernel-side interface to the Remote System Update service exposed by the Stratix 10 Secure Monitor Call (SMC) firmware. During probe, the driver invokes rsu_send_async_msg() to initialize state with firmware. When RSU is not enabled in the FSBL, this asynchronous message fails and the driver releases the service channel through stratix10_svc_free_channel(). Probe execution does not abort on this failure. It continues and registers the svc_normal_to_secure_thread() kthread against the now-freed channel.

Once scheduled, the kthread accesses channel pointer state and dereferences a NULL field at offset 0x8, producing the kernel Oops captured in the report (pc : svc_normal_to_secure_thread+0x38c/0x990). Because active_mm is swapper at the time of the fault, the panic occurs in kernel context and is unrecoverable, classifying the issue as a kernel-mode NULL pointer dereference [CWE-476] leading to denial of service.

Root Cause

The root cause is missing error-path cleanup in the driver probe. When rsu_send_async_msg() returns failure, the async client is left registered and probe continues to install svc_normal_to_secure_thread(). The thread later operates on the channel that was already released, yielding a stale, partially-NULL structure.

Attack Vector

The condition is reached locally through firmware configuration, not through a network or unprivileged user input path. Any boot of an affected kernel on a Stratix 10 board where RSU is disabled in the FSBL triggers the panic. There is no indication of remote exploitation, and EPSS is 0.025%.

No verified exploit code is available. See the upstream commits aa5739e0c51a and c45f72631000 for the corrected probe and cleanup logic.

Detection Methods for CVE-2026-43410

Indicators of Compromise

  • Kernel Oops referencing svc_normal_to_secure_thread+0x38c/0x990 in dmesg or serial console output.
  • Panic message: Unable to handle kernel NULL pointer dereference at virtual address 0000000000000008.
  • Process context Comm: svc_smc_hvc_thr at the time of fault on SoCFPGA Stratix 10 hardware.

Detection Strategies

  • Inventory running kernel versions on Stratix 10 SoCDK and derivative boards and compare against patched stable branches containing commits aa5739e0c51a or c45f72631000.
  • Audit FSBL configuration to identify boards where RSU is disabled, since these are the systems that trigger the fault.
  • Parse boot logs collected by your fleet management or telemetry pipeline for the specific Oops signature above.

Monitoring Recommendations

  • Forward kern.crit and serial console output from embedded Stratix 10 systems to a central log store and alert on Internal error: Oops events.
  • Track unexpected reboots of FPGA-based appliances, which are the most likely visible symptom of this kernel panic.

How to Mitigate CVE-2026-43410

Immediate Actions Required

  • Update the Linux kernel on affected Stratix 10 systems to a version including commits aa5739e0c51a and c45f72631000.
  • For boards where the kernel cannot be updated immediately, enable RSU in the FSBL so the failing code path is not taken.
  • Validate boot stability after the change by checking dmesg for any residual stratix10-rsu errors.

Patch Information

The upstream fix correctly cleans up the async client and returns early when rsu_send_async_msg() fails, preventing svc_normal_to_secure_thread() from being registered against an invalid channel. The fix is available in the following commits: Kernel Git Commit aa5739e0 and Kernel Git Commit c45f7263.

Workarounds

  • Enable Remote System Update in the First Stage Boot Loader configuration so the driver's async initialization succeeds.
  • Blacklist the stratix10-rsu module on systems that do not require RSU functionality, preventing the probe path from executing.
bash
# Configuration example: prevent stratix10-rsu from loading until patched
echo "blacklist stratix10-rsu" | sudo tee /etc/modprobe.d/blacklist-stratix10-rsu.conf
sudo update-initramfs -u
sudo reboot

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.03%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Git Commit

  • Kernel Git Commit
  • Related CVEs
  • CVE-2026-46228: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-46225: Linux Kernel RSPI Privilege Escalation

  • CVE-2026-46333: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-43332: Linux Kernel Privilege Escalation Flaw
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