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

CVE-2026-43334: Linux Kernel Auth Bypass Vulnerability

CVE-2026-43334 is an authentication bypass vulnerability in Linux Kernel's Bluetooth SMP component that can allow attackers to bypass MITM security requirements. This article covers technical details, affected versions, and mitigations.

Published: May 18, 2026

CVE-2026-43334 Overview

CVE-2026-43334 is a vulnerability in the Linux kernel Bluetooth Security Manager Protocol (SMP) implementation. The flaw allows an initiator device to bypass the responder's local BT_SECURITY_HIGH Man-in-the-Middle (MITM) protection requirement during pairing. The responder builds its pairing response directly from the initiator's auth_req field before enforcing local security policy. This inconsistency causes tk_request() to select the JUST_CFM association method instead of an authenticated method, weakening pairing security on the adjacent Bluetooth network.

Critical Impact

An adjacent attacker within Bluetooth range can force a downgrade of pairing authentication, bypassing MITM protection and compromising the confidentiality and integrity of paired sessions.

Affected Products

  • Linux Kernel (multiple stable branches prior to fix commits)
  • Linux Kernel 7.0 release candidates (rc1 through rc6)
  • Bluetooth-enabled Linux distributions using the affected kernel versions

Discovery Timeline

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

Technical Details for CVE-2026-43334

Vulnerability Analysis

The vulnerability resides in the smp_cmd_pairing_req() function within the Linux kernel Bluetooth SMP code. When a remote initiator sends a pairing request, the responder constructs its pairing response using the initiator's auth_req field directly. The responder fails to apply its own BT_SECURITY_HIGH requirements before generating the response.

If the initiator omits the SMP_AUTH_MITM flag, the responder's reply also omits it. This occurs even when the local side mandates MITM protection. The downstream tk_request() function then evaluates an auth value that lacks SMP_AUTH_MITM and may select the JUST_CFM (Just Works confirmation) association method.

This breaks the pairing policy contract. The responder enforces HIGH security but negotiates an unauthenticated key exchange. An adjacent attacker can exploit this to complete pairing without satisfying MITM protection, undermining the confidentiality and integrity guarantees of the Bluetooth link.

Root Cause

The root cause is an order-of-operations flaw in pairing parameter negotiation. smp_cmd_pairing_req() builds the pairing response before validating local security requirements against IO capability constraints. The responder auth bits and the later method selection are not aligned with the enforced pairing policy.

Attack Vector

Exploitation requires adjacent network access over Bluetooth. An attacker initiates pairing with a vulnerable Linux host and crafts a pairing request that omits the SMP_AUTH_MITM flag. The responder echoes the missing flag in its reply, and the subsequent association method downgrades to JUST_CFM. The attacker completes pairing without MITM protection and can intercept or tamper with the Bluetooth session. No prior authentication is required, and no user interaction is needed beyond standard pairing acceptance.

No public proof-of-concept exploit is currently available for this vulnerability. Refer to the upstream kernel commits for technical fix details.

Detection Methods for CVE-2026-43334

Indicators of Compromise

  • Unexpected Bluetooth pairing events that complete using the JUST_CFM or Just Works association method on hosts configured for BT_SECURITY_HIGH.
  • Kernel log entries showing SMP pairing responses with auth flags inconsistent with configured security policy.
  • Bluetooth pairing initiated by unknown adjacent devices within physical range.

Detection Strategies

  • Audit kernel versions across Linux fleets and compare against the patched stable commits referenced in the upstream advisories.
  • Monitor dmesg and journalctl output for SMP-related messages from the bluetooth subsystem indicating method selection during pairing.
  • Capture Bluetooth HCI traces with btmon on sensitive hosts and inspect SMP pairing request and response packets for missing SMP_AUTH_MITM flags.

Monitoring Recommendations

  • Forward Bluetooth subsystem logs to a centralized logging platform and alert on pairing completions that do not assert MITM authentication.
  • Track host inventory for kernel build numbers and flag systems running affected versions of the Linux kernel.
  • Establish a baseline of authorized Bluetooth peers and alert on pairing attempts from unrecognized device addresses.

How to Mitigate CVE-2026-43334

Immediate Actions Required

  • Apply the upstream Linux kernel stable patches referenced in the vendor advisories as soon as distribution builds are available.
  • Disable Bluetooth on hosts that do not require it, particularly on servers and workstations operating in untrusted RF environments.
  • Restrict Bluetooth discoverability and pairing to controlled windows and verified peer devices.

Patch Information

The Linux kernel maintainers have released fixes across multiple stable branches. The patch reorders pairing logic so the responder verifies that MITM can be satisfied by available IO capabilities, then forces SMP_AUTH_MITM into both rsp.auth_req and the local auth value before method selection. Relevant fix commits include Linux Kernel Commit 01bb4045, Linux Kernel Commit 425a22c5, Linux Kernel Commit 7ab69426, Linux Kernel Commit 91649c02, Linux Kernel Commit c8ff0ca6, Linux Kernel Commit d05111bf, Linux Kernel Commit ec17efb1, and Linux Kernel Commit fa14e0e1.

Workarounds

  • Disable the Bluetooth subsystem on hosts where it is not operationally required using rfkill block bluetooth or by unloading the bluetooth kernel module.
  • Operate sensitive Linux hosts in environments shielded from untrusted Bluetooth radios until kernel patches are deployed.
  • Remove existing pairings with untrusted devices and re-pair only after patched kernels are installed.
bash
# Block Bluetooth radio and prevent automatic pairing until patched
sudo rfkill block bluetooth
sudo systemctl stop bluetooth.service
sudo systemctl disable bluetooth.service

# Verify installed kernel version against patched stable branches
uname -r

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.03%

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

  • Linux Kernel Commit 425a22c5

  • Linux Kernel Commit 7ab69426

  • Linux Kernel Commit 91649c02

  • Linux Kernel Commit c8ff0ca6

  • Linux Kernel Commit d05111bf

  • Linux Kernel Commit ec17efb1

  • Linux Kernel Commit fa14e0e1
  • Related CVEs
  • CVE-2026-31773: Linux Kernel Bluetooth Auth Bypass Flaw

  • CVE-2026-23318: Linux Kernel USB Audio Auth Bypass Issue

  • CVE-2023-4194: Linux Kernel Auth Bypass Vulnerability

  • CVE-2025-71239: Linux Kernel Auth Bypass 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