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

CVE-2026-43261: Linux Kernel Information Disclosure Flaw

CVE-2026-43261 is an information disclosure vulnerability in the Linux kernel affecting TSV110 processors through Spectre-BHB attacks. This article covers the technical details, affected systems, and mitigation strategies.

Published: May 7, 2026

CVE-2026-43261 Overview

CVE-2026-43261 affects the Linux kernel running on arm64 systems with the HiSilicon TSV110 processor. The TSV110 core is susceptible to the Spectre-BHB (Branch History Buffer) attack, a transient-execution side channel that allows attackers to leak privileged memory contents via branch prediction. Before this fix, the kernel did not include the TSV110 MIDR (Main ID Register) in its Spectre-BHB software mitigation list, leaving affected systems unprotected. The patch adds TSV110 to the list of cores requiring software mitigation, ensuring the kernel applies the appropriate workaround at runtime.

Critical Impact

Local attackers running unprivileged code on TSV110-based arm64 systems can leverage branch history buffer mispredictions to leak kernel memory across privilege boundaries.

Affected Products

  • Linux kernel builds for arm64 running on HiSilicon TSV110 cores
  • Stable kernel branches prior to the commits referenced below
  • Distributions shipping unpatched mainline or stable kernels on TSV110 hardware

Discovery Timeline

  • 2026-05-06 - CVE-2026-43261 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-43261

Vulnerability Analysis

Spectre-BHB is a variant of Spectre-v2 that abuses the shared Branch History Buffer in arm64 cores. An attacker primes the BHB with controlled branch patterns, then triggers a transition into a higher-privilege context such as a kernel syscall or hypervisor entry. The mistrained predictor causes speculative execution of attacker-influenced gadgets in privileged code, leaving cache-resident traces of secret data.

The Linux kernel maintains a per-core list of MIDRs that require software mitigation, typically a loop that overwrites the BHB on exception entry. The TSV110 core was missing from this list. As a result, the kernel skipped applying the BHB-clearing sequence on TSV110 systems, leaving syscall and exception entry paths exposed to BHB poisoning.

Root Cause

The root cause is an incomplete CPU enumeration in the arm64 Spectre-BHB mitigation logic [CWE-1037: Processor Optimization Removal or Modification of Security-critical Code]. The TSV110 MIDR was not registered in the software mitigation match table, so the runtime patcher never installed the BHB-clearing trampoline on entry vectors for that core.

Attack Vector

Exploitation requires local code execution on a TSV110-based system. An unprivileged process trains the BHB with attacker-chosen branch histories, issues a syscall or other exception, and then measures cache state to recover speculatively leaked bytes. No special privileges, network access, or user interaction is required beyond the ability to run code. The attack is a side-channel disclosure rather than direct code execution.

No public proof-of-concept code is available for the TSV110-specific path. Spectre-BHB has been demonstrated by academic researchers on other arm64 cores using similar branch-priming techniques. Refer to the upstream patch in Linux Kernel Commit 598c11d for the exact MIDR addition and mitigation wiring.

Detection Methods for CVE-2026-43261

Indicators of Compromise

  • No reliable host-based IOCs exist for Spectre-BHB exploitation, since the attack leaves no persistent artifacts on disk or in process memory.
  • Unexpected long-running unprivileged processes performing tight branch loops combined with cache timing measurements may indicate side-channel probing.
  • Kernel boot logs on TSV110 hardware that do not report spectre-bhb: mitigation: software sequence indicate the host is unpatched.

Detection Strategies

  • Inventory arm64 hosts and identify those running on HiSilicon TSV110 cores by inspecting /proc/cpuinfo and the MIDR register.
  • Query /sys/devices/system/cpu/vulnerabilities/spectre_v2 to confirm whether BHB mitigation is active after patching.
  • Compare running kernel versions against the fixed commits listed in the upstream stable tree references.

Monitoring Recommendations

  • Monitor for unprivileged workloads performing high-frequency syscalls paired with perf-style cache timing primitives.
  • Track kernel package versions across the fleet and alert on TSV110 hosts running pre-patch kernels.
  • Forward kernel boot messages to a central log store and search for absence of Spectre-BHB mitigation strings on TSV110 systems.

How to Mitigate CVE-2026-43261

Immediate Actions Required

  • Identify all arm64 hosts using HiSilicon TSV110 cores and prioritize them for kernel updates.
  • Apply the upstream stable kernel update that includes the TSV110 MIDR addition to the Spectre-BHB mitigation list.
  • Restrict the ability of untrusted users to execute arbitrary native code on affected hosts until patches are deployed.

Patch Information

The fix has been merged to multiple stable Linux kernel branches. Apply the kernel build from your distribution that includes one of the following commits: 598c11dd, 5dbe1f14, a8d0ad5d, ad0c356c, cccf96c4, e3baa5d4, fd51d47f, or fd7e3608. After patching, the kernel registers the TSV110 MIDR and installs the BHB-clearing sequence on exception entry.

Workarounds

  • Limit local code execution on TSV110 hosts by enforcing strict allowlisting of binaries and disabling untrusted container or multi-tenant workloads.
  • Disable simultaneous multitenancy on shared TSV110 hardware where untrusted users can run native code alongside sensitive workloads.
  • Where feasible, migrate sensitive workloads to arm64 cores that already include Spectre-BHB mitigations or to architectures unaffected by the TSV110 enumeration gap.
bash
# Verify Spectre-BHB mitigation status after patching
cat /sys/devices/system/cpu/vulnerabilities/spectre_v2

# Confirm the running CPU implementer/part is TSV110
grep -E 'CPU implementer|CPU part' /proc/cpuinfo

# Check the running kernel version against fixed stable releases
uname -r

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Linux Kernel Commit 598c11d

  • Linux Kernel Commit 5dbe1f1

  • Linux Kernel Commit a8d0ad5

  • Linux Kernel Commit ad0c356

  • Linux Kernel Commit cccf96c

  • Linux Kernel Commit e3baa5d

  • Linux Kernel Commit fd51d47

  • Linux Kernel Commit fd7e360
  • Related CVEs
  • CVE-2026-46229: Linux Kernel Information Disclosure Flaw

  • CVE-2026-46221: Linux Kernel Information Disclosure Flaw

  • CVE-2026-46211: Linux Kernel Information Disclosure Bug

  • CVE-2026-46182: Linux Kernel Information Disclosure 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