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

CVE-2026-31498: Linux Kernel Bluetooth L2CAP DOS Vulnerability

CVE-2026-31498 is a denial of service flaw in Linux kernel Bluetooth L2CAP that causes memory exhaustion through infinite loops and resource leaks. This article covers the technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-31498 Overview

CVE-2026-31498 is a vulnerability in the Linux kernel's Bluetooth L2CAP (Logical Link Control and Adaptation Protocol) subsystem. The flaw affects the ERTM (Enhanced Retransmission Mode) implementation, specifically in how the kernel handles L2CAP reconfiguration requests. This vulnerability can lead to memory leaks and an infinite loop condition that exhausts system memory, potentially resulting in a denial of service condition.

The vulnerability stems from two interconnected issues: improper resource management during ERTM re-initialization and missing validation of the pdu_len parameter in packet segmentation logic. When exploited, an attacker within Bluetooth range could crash the system or cause significant resource exhaustion.

Critical Impact

This vulnerability can cause complete memory exhaustion and system denial of service through an infinite loop in the Bluetooth L2CAP subsystem when processing malformed configuration requests.

Affected Products

  • Linux kernel (Bluetooth L2CAP subsystem)
  • Systems with Bluetooth functionality enabled
  • Devices using L2CAP ERTM mode for Bluetooth connections

Discovery Timeline

  • April 22, 2026 - CVE-2026-31498 published to NVD
  • April 23, 2026 - Last updated in NVD database

Technical Details for CVE-2026-31498

Vulnerability Analysis

The vulnerability exists in the l2cap_config_req() function which processes CONFIG_REQ messages for L2CAP channels that are already in the BT_CONNECTED state. This functionality is designed to support L2CAP reconfiguration operations such as MTU changes during an active connection.

During the initial channel configuration, both CONF_INPUT_DONE and CONF_OUTPUT_DONE flags are set. When a reconfiguration request arrives, the code path incorrectly falls through to l2cap_ertm_init(), which re-initializes critical data structures including tx_q, srej_q, srej_list, and retrans_list. The problem is that this re-initialization occurs without first freeing the previously allocated resources, causing a memory leak. Additionally, chan->sdu is set to NULL without freeing the existing socket buffer (skb).

The second component of this vulnerability involves the l2cap_parse_conf_req() function, which fails to validate the minimum value of remote_mps derived from the RFC max_pdu_size option. When a zero value is permitted, it propagates to l2cap_segment_sdu() where pdu_len becomes zero. This causes a while loop that iterates over the SDU (Service Data Unit) data to never terminate because the len variable is never decremented, resulting in infinite iteration and eventual memory exhaustion.

Root Cause

The root cause is twofold: first, missing cleanup logic for ERTM resources when handling channel reconfiguration in an already-connected state; second, insufficient input validation in l2cap_parse_conf_req() that allows a zero pdu_len value to reach the segmentation logic in l2cap_segment_sdu().

Attack Vector

An attacker with Bluetooth connectivity to the target system can exploit this vulnerability by:

  1. Establishing a valid L2CAP connection with ERTM mode enabled
  2. Sending a crafted CONFIG_REQ packet to trigger reconfiguration
  3. Including a malformed RFC option with max_pdu_size set to zero

This triggers both the memory leak (through repeated ERTM re-initialization) and the infinite loop condition, leading to denial of service through memory exhaustion. The attack requires the attacker to be within Bluetooth range of the target device.

The vulnerability exists in the kernel's Bluetooth L2CAP layer where reconfiguration handling and PDU segmentation occur. The fix involves skipping l2cap_ertm_init() and l2cap_chan_ready() when the channel is already in BT_CONNECTED state, while still allowing reconfiguration parameters to be updated. Additionally, a zero-check for pdu_len was added to l2cap_segment_sdu() as a safeguard against the infinite loop condition. See the kernel git commits for technical implementation details.

Detection Methods for CVE-2026-31498

Indicators of Compromise

  • Unusual memory consumption growth on systems with active Bluetooth connections
  • Kernel log messages indicating L2CAP configuration requests on established channels
  • System hangs or crashes associated with Bluetooth activity
  • High CPU utilization in kernel Bluetooth threads

Detection Strategies

  • Monitor for repeated L2CAP CONFIG_REQ packets on already-established Bluetooth channels
  • Implement kernel tracing to detect l2cap_ertm_init() calls on channels in BT_CONNECTED state
  • Watch for memory allocation patterns consistent with resource leak in the Bluetooth subsystem
  • Deploy network-level monitoring for malformed Bluetooth L2CAP packets with zero-value RFC options

Monitoring Recommendations

  • Enable kernel memory leak detection tools (kmemleak) on systems with Bluetooth functionality
  • Configure system monitoring to alert on abnormal memory consumption patterns
  • Implement Bluetooth traffic logging for forensic analysis capabilities
  • Set up automated kernel log analysis to detect L2CAP-related anomalies

How to Mitigate CVE-2026-31498

Immediate Actions Required

  • Apply the latest kernel security patches containing the fix for this vulnerability
  • Disable Bluetooth functionality on systems where it is not required
  • Restrict Bluetooth pairing to trusted devices only
  • Monitor systems with Bluetooth enabled for signs of memory exhaustion

Patch Information

The fix has been committed to multiple stable kernel branches. The patch modifies the L2CAP reconfiguration path to skip l2cap_ertm_init() and l2cap_chan_ready() when the channel is already connected, and adds validation to prevent zero pdu_len values. Organizations should update to patched kernel versions as soon as possible.

Patch commits are available at:

  • Kernel Git Commit 042e2cd
  • Kernel Git Commit 25f420a
  • Kernel Git Commit 52667c8
  • Kernel Git Commit 900e4db

Workarounds

  • Disable Bluetooth at the kernel level by blacklisting the bluetooth module if Bluetooth functionality is not required
  • Implement network segmentation to limit Bluetooth exposure in sensitive environments
  • Use Bluetooth management tools to restrict discoverable mode and limit pairing capabilities
  • Consider disabling L2CAP ERTM mode if application requirements permit basic mode operation
bash
# Disable Bluetooth module loading
echo "blacklist bluetooth" >> /etc/modprobe.d/blacklist-bluetooth.conf
echo "blacklist btusb" >> /etc/modprobe.d/blacklist-bluetooth.conf

# Disable Bluetooth service
systemctl disable bluetooth.service
systemctl stop bluetooth.service

# Verify Bluetooth is disabled
hciconfig -a

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

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

  • Kernel Git Commit 25f420a

  • Kernel Git Commit 52667c8

  • Kernel Git Commit 900e4db

  • Kernel Git Commit 9760b83

  • Kernel Git Commit 9a21a63

  • Kernel Git Commit de37e26

  • Kernel Git Commit e7aab23
  • Related CVEs
  • CVE-2026-46206: Linux Kernel batman-adv DoS Vulnerability

  • CVE-2026-43492: Linux Kernel MPI Integer Underflow DoS

  • CVE-2026-43491: Linux Kernel QRTR NS DoS Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS 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