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

CVE-2026-28526: BTstack Buffer Overflow Vulnerability

CVE-2026-28526 is a buffer overflow vulnerability in BlueKitchen BTstack that enables out-of-bounds reads via Bluetooth Classic connections. This article covers technical details, affected versions, impact, and mitigation.

Published: April 2, 2026

CVE-2026-28526 Overview

BlueKitchen BTstack versions prior to 1.8.1 contain an out-of-bounds read vulnerability (CWE-125) in the AVRCP Controller LIST_PLAYER_APPLICATION_SETTING_ATTRIBUTES and LIST_PLAYER_APPLICATION_SETTING_VALUES handlers. This vulnerability allows attackers to read beyond buffer boundaries when processing specially crafted Bluetooth Classic responses.

A nearby attacker with a paired Bluetooth Classic connection can send a specially crafted VENDOR_DEPENDENT response with an attacker-controlled count value to trigger an out-of-bounds read from the L2CAP receive buffer, potentially causing a crash on resource-constrained devices.

Critical Impact

Resource-constrained IoT and embedded devices using BTstack for Bluetooth functionality may experience denial of service conditions when exploited by an attacker within Bluetooth range.

Affected Products

  • BlueKitchen BTstack versions prior to 1.8.1
  • IoT devices and embedded systems utilizing BTstack for Bluetooth Classic connectivity
  • AVRCP Controller implementations in BTstack-based audio systems

Discovery Timeline

  • 2026-03-30 - CVE CVE-2026-28526 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-28526

Vulnerability Analysis

This out-of-bounds read vulnerability exists in the AVRCP (Audio/Video Remote Control Profile) Controller component of BTstack. The vulnerable code paths are in the handlers for LIST_PLAYER_APPLICATION_SETTING_ATTRIBUTES and LIST_PLAYER_APPLICATION_SETTING_VALUES commands, which fail to properly validate the count value received in VENDOR_DEPENDENT responses.

When a malicious Bluetooth device sends a response with an artificially inflated count value, the handler attempts to read more data from the L2CAP receive buffer than is actually present, resulting in an out-of-bounds memory access. On resource-constrained embedded systems, this can lead to application crashes or unexpected behavior.

The attack requires an adjacent network position (Bluetooth range) and a paired connection, limiting the attack surface to scenarios where an attacker is physically nearby and can establish a Bluetooth Classic pairing with the target device.

Root Cause

The root cause is improper input validation in the AVRCP Controller message handlers. The count field received in VENDOR_DEPENDENT responses is used directly to determine how many bytes to read from the L2CAP buffer without verifying that the buffer actually contains sufficient data. This missing bounds check allows the read operation to exceed the buffer boundaries.

Attack Vector

The attack requires adjacent network access via Bluetooth Classic connectivity. An attacker within Bluetooth range must first establish a paired connection with the vulnerable device. Once paired, the attacker sends malicious AVRCP VENDOR_DEPENDENT responses containing a count value that exceeds the actual data present in the response payload. When the BTstack AVRCP Controller processes this response, it reads beyond the allocated L2CAP receive buffer.

The exploitation mechanism involves:

  1. Establishing a Bluetooth Classic pairing with the target device
  2. Initiating an AVRCP session as a remote target device
  3. Responding to LIST_PLAYER_APPLICATION_SETTING_ATTRIBUTES or LIST_PLAYER_APPLICATION_SETTING_VALUES requests with malformed count values
  4. Triggering the out-of-bounds read when the vulnerable handler processes the response

Detection Methods for CVE-2026-28526

Indicators of Compromise

  • Unexpected crashes or restarts of Bluetooth-enabled embedded devices
  • Anomalous Bluetooth Classic pairing attempts from unknown devices
  • AVRCP protocol errors or malformed response handling in device logs
  • Memory access violations in BTstack AVRCP Controller components

Detection Strategies

  • Monitor Bluetooth connection logs for unusual pairing activity from unrecognized devices
  • Implement firmware integrity monitoring on embedded devices to detect crash patterns
  • Deploy network sensors capable of Bluetooth traffic analysis to identify malformed AVRCP responses
  • Enable verbose logging in BTstack implementations to capture protocol-level anomalies

Monitoring Recommendations

  • Review device crash logs for patterns consistent with memory access violations
  • Monitor for repeated Bluetooth reconnection attempts that may indicate exploitation attempts
  • Implement alerting on AVRCP session anomalies in Bluetooth-enabled device fleets
  • Track firmware version compliance across deployed BTstack implementations

How to Mitigate CVE-2026-28526

Immediate Actions Required

  • Update BlueKitchen BTstack to version 1.8.1 or later immediately
  • Audit all IoT and embedded devices in your environment for BTstack usage
  • Consider temporarily disabling Bluetooth Classic functionality on critical devices until patched
  • Review Bluetooth pairing policies to restrict connections to known, trusted devices

Patch Information

BlueKitchen has released version 1.8.1 of BTstack which addresses this vulnerability. The patched version includes proper bounds checking in the AVRCP Controller handlers for LIST_PLAYER_APPLICATION_SETTING_ATTRIBUTES and LIST_PLAYER_APPLICATION_SETTING_VALUES responses.

For detailed patch information, refer to the GitHub BTstack Release v1.8.1. Additional technical details are available in the VulnCheck Advisory for BTstack.

Workarounds

  • Restrict Bluetooth pairing to known, trusted devices only using allowlist-based pairing policies
  • Disable AVRCP Controller functionality if not required for device operation
  • Implement physical security controls to limit attacker proximity to vulnerable devices
  • Consider network segmentation to isolate Bluetooth-enabled devices from critical infrastructure
bash
# Configuration example - Disable AVRCP Controller in BTstack (if supported by your implementation)
# Consult BTstack documentation for specific configuration options
# btstack_config.h modifications:
# #define ENABLE_AVRCP_CONTROLLER 0

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechBluekitchen Btstack

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:A/AC:L/AT:P/PR:N/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-125
  • Technical References
  • GitHub BTstack Release v1.8.1

  • VulnCheck Advisory for BTstack
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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