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

CVE-2026-43335: Linux Kernel Use-After-Free Vulnerability

CVE-2026-43335 is a use-after-free vulnerability in Linux Kernel affecting the SM8450 platform interconnects, causing NULL pointer dereference. This article covers the technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-43335 Overview

CVE-2026-43335 is a NULL pointer dereference vulnerability in the Linux kernel's Qualcomm SM8450 interconnect driver. The flaw resides in the icc_link_nodes() function within interconnect/qcom/sm8450. A change to dynamic IDs for SM8450 platform interconnects left two links unconverted, causing the kernel to dereference an invalid destination interconnect pointer at runtime. The result is a kernel panic with a fatal exception during driver probe. The issue is tracked under CWE-476 (NULL Pointer Dereference) and affects multiple Linux kernel 7.0 release candidate builds.

Critical Impact

Local triggering of the defect causes a kernel panic during interconnect driver probe, resulting in denial of service on affected SM8450-based Linux systems.

Affected Products

  • Linux kernel (mainline, multiple commits prior to fix)
  • Linux kernel 7.0-rc1 through 7.0-rc6
  • Qualcomm SM8450 platform interconnect driver (drivers/interconnect/qcom/sm8450)

Discovery Timeline

  • 2026-05-08 - CVE-2026-43335 published to NVD
  • 2026-05-15 - Last updated in NVD database

Technical Details for CVE-2026-43335

Vulnerability Analysis

The vulnerability is a NULL pointer dereference triggered during probe of the Qualcomm SM8450 interconnect driver. The kernel call trace shows the failure occurring in icc_link_nodes+0x3c/0x100, called from qcom_icc_rpmh_probe+0x1b4/0x528, which is invoked through the platform driver probe path. The faulting access at virtual address 0x0000000000000008 indicates a structure field read against a NULL base pointer. The resulting kernel oops escalates to Kernel panic - not syncing: Oops: Fatal exception, halting the affected system.

Root Cause

A refactor migrated SM8450 platform interconnects to dynamic IDs. Two link entries in the interconnect topology were not converted as part of that change. When icc_link_nodes() walks the link table and attempts to resolve the destination interconnect node, the unconverted entries return an invalid (NULL) destination pointer. Dereferencing that pointer at offset 0x8 triggers the fault. The fix, applied in commits 77d22bf3fc5d1bcdee035979b07840c9c2ece8f2 and dbbd550d7c8d90d3af9fe8a12a9caff077ddb8e3, converts the remaining link entries to use dynamic IDs.

Attack Vector

The vector is local. Exploitation requires the affected SM8450 interconnect driver to load on a vulnerable build, which occurs automatically during boot on matching hardware. There is no remote attack surface, and the impact is confined to availability. No confidentiality or integrity impact is associated with this flaw. No public exploit code, proof-of-concept, or in-the-wild exploitation has been reported.

The vulnerability does not require crafted attacker input. The faulty data resides in the driver's static link topology and triggers during normal probe. See the upstream commit for the corrected link table entries.

Detection Methods for CVE-2026-43335

Indicators of Compromise

  • Kernel oops messages referencing icc_link_nodes+0x3c/0x100 and qcom_icc_rpmh_probe in dmesg or /var/log/kern.log.
  • Fault address 0000000000000008 reported as an unhandled kernel NULL pointer dereference.
  • Kernel panic - not syncing: Oops: Fatal exception on boot of SM8450-based devices.

Detection Strategies

  • Inventory Linux kernel builds in use and flag any system running mainline 7.0-rc1 through 7.0-rc6 on Qualcomm SM8450 hardware.
  • Parse boot logs for the icc_link_nodes call trace signature to identify devices that have already hit the bug.
  • Track kernel package versions against the fixing commits 77d22bf3fc5d1bcdee035979b07840c9c2ece8f2 and dbbd550d7c8d90d3af9fe8a12a9caff077ddb8e3.

Monitoring Recommendations

  • Collect kernel ring buffer output from fleet devices and alert on NULL pointer dereference events tied to interconnect probe.
  • Monitor for unexpected reboots or boot loops on SM8450 platforms, which can indicate the panic path is being hit.
  • Aggregate crash telemetry from mobile and embedded SM8450 devices to identify clusters of affected builds.

How to Mitigate CVE-2026-43335

Immediate Actions Required

  • Apply the upstream Linux kernel fix containing commits 77d22bf3fc5d1bcdee035979b07840c9c2ece8f2 and dbbd550d7c8d90d3af9fe8a12a9caff077ddb8e3.
  • Update affected SM8450-based systems to a kernel build that includes the converted dynamic ID link entries.
  • Restrict local access on multi-user systems running unpatched kernels until the fix is deployed.

Patch Information

The fix is available upstream in the Linux kernel stable tree. Reference the kernel commit 77d22bf3 and the kernel commit dbbd550d for the corrected icc_link_nodes() topology. Rebuild and redeploy kernels for SM8450 platforms, or pull updated stable kernel packages from your distribution.

Workarounds

  • Boot an earlier stable kernel that predates the dynamic ID conversion regression on SM8450.
  • Disable or unbind the qcom_icc_rpmh driver where the affected interconnect is not required, accepting reduced platform functionality.
  • Pin kernel updates on SM8450 fleets to versions known to include the upstream fix before broad rollout.
bash
# Verify the running kernel and check for the fix commits
uname -r
git -C /usr/src/linux log --oneline | grep -E '77d22bf3|dbbd550d'

# Inspect dmesg for the panic signature on affected hosts
dmesg | grep -E 'icc_link_nodes|qcom_icc_rpmh_probe'

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechLinux Kernel

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Vendor Resources
  • Kernel Git Commit Details

  • Kernel Git Commit Details
  • Related CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43500: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43333: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43339: Linux Kernel Use-After-Free 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