Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-28527

CVE-2026-28527: BlueKitchen BTstack Info Disclosure Flaw

CVE-2026-28527 is an information disclosure vulnerability in BlueKitchen BTstack that allows nearby attackers to read beyond packet boundaries via Bluetooth. This article covers technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-28527 Overview

BlueKitchen BTstack versions prior to 1.8.1 contain an out-of-bounds read vulnerability (CWE-125) in the AVRCP Controller GET_PLAYER_APPLICATION_SETTING_ATTRIBUTE_TEXT and GET_PLAYER_APPLICATION_SETTING_VALUE_TEXT handlers. This vulnerability allows nearby attackers within Bluetooth range to read beyond packet boundaries, potentially leading to information disclosure and device crashes.

The vulnerability exists in the VENDOR_DEPENDENT response handling logic of the Audio/Video Remote Control Profile (AVRCP) implementation. An attacker who can establish a paired Bluetooth Classic connection can send specially crafted VENDOR_DEPENDENT responses to trigger out-of-bounds memory reads on affected devices.

Critical Impact

Nearby attackers with Bluetooth pairing capability can exploit this vulnerability to cause information disclosure and potential denial of service through device crashes on IoT and embedded systems running vulnerable BTstack versions.

Affected Products

  • BlueKitchen BTstack versions prior to 1.8.1
  • IoT devices and embedded systems utilizing vulnerable BTstack Bluetooth implementations
  • Devices implementing AVRCP Controller functionality with BTstack

Discovery Timeline

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

Technical Details for CVE-2026-28527

Vulnerability Analysis

This out-of-bounds read vulnerability affects the AVRCP Controller component of BTstack, specifically within the handlers for GET_PLAYER_APPLICATION_SETTING_ATTRIBUTE_TEXT and GET_PLAYER_APPLICATION_SETTING_VALUE_TEXT commands. The vulnerability is classified under CWE-125 (Out-of-bounds Read), indicating improper boundary validation when processing incoming Bluetooth packets.

The AVRCP protocol is used for controlling audio/video equipment via Bluetooth, allowing devices to send commands for playback control, volume adjustment, and metadata retrieval. The vulnerable handlers process VENDOR_DEPENDENT responses that contain player application setting information. When malformed responses are received, the code fails to properly validate packet boundaries before reading data, allowing access to memory outside the intended buffer region.

The adjacent network attack vector requires the attacker to be within Bluetooth range of the target device. While user interaction is required (Bluetooth pairing must be established), this represents a realistic attack scenario for IoT devices, embedded systems, automotive infotainment systems, and other Bluetooth-enabled equipment running BTstack.

Root Cause

The root cause of CVE-2026-28527 is insufficient bounds checking in the AVRCP Controller response parsing code. When processing GET_PLAYER_APPLICATION_SETTING_ATTRIBUTE_TEXT and GET_PLAYER_APPLICATION_SETTING_VALUE_TEXT VENDOR_DEPENDENT responses, the handler does not properly validate that the data length fields within the packet correspond to the actual packet size. This allows a malicious peer to craft packets with length values that exceed the actual data present, causing the parser to read beyond the allocated packet buffer.

Attack Vector

The attack requires adjacent network access via Bluetooth Classic connectivity. An attacker must:

  1. Be within Bluetooth range of the target device (typically 10-100 meters depending on device class)
  2. Establish a paired Bluetooth Classic connection with the vulnerable device
  3. Initiate an AVRCP session where the vulnerable device acts as the AVRCP Controller
  4. Send specially crafted VENDOR_DEPENDENT responses with malformed length fields to the GET_PLAYER_APPLICATION_SETTING_ATTRIBUTE_TEXT or GET_PLAYER_APPLICATION_SETTING_VALUE_TEXT requests

The vulnerability is triggered when the AVRCP Controller processes these malformed responses, causing out-of-bounds memory reads that may leak sensitive information from adjacent memory regions or cause the application to crash.

The out-of-bounds read occurs in the AVRCP Controller handlers when processing VENDOR_DEPENDENT responses. The vulnerable code path fails to validate packet boundaries against the specified data lengths, allowing memory reads beyond the packet buffer. For detailed technical analysis, see the VulnCheck Advisory for BTstack.

Detection Methods for CVE-2026-28527

Indicators of Compromise

  • Unexpected Bluetooth connection attempts from unknown or suspicious devices
  • Application crashes or abnormal termination of Bluetooth services on embedded devices
  • Memory access violations or segmentation faults in BTstack-based applications
  • Unusual AVRCP VENDOR_DEPENDENT response patterns in Bluetooth traffic logs

Detection Strategies

  • Monitor Bluetooth traffic for malformed AVRCP VENDOR_DEPENDENT responses with inconsistent length fields
  • Implement application-level crash monitoring for BTstack-based services to detect exploitation attempts
  • Deploy memory safety monitoring tools on devices where feasible to detect out-of-bounds read operations
  • Review Bluetooth pairing logs for unauthorized or suspicious device connections

Monitoring Recommendations

  • Enable Bluetooth HCI logging on development and test devices to capture protocol-level traffic for analysis
  • Implement alerting for Bluetooth service crashes or unexpected restarts on production devices
  • Monitor for multiple failed Bluetooth connection attempts that may indicate reconnaissance activity
  • Consider implementing network segmentation to limit Bluetooth exposure in sensitive environments

How to Mitigate CVE-2026-28527

Immediate Actions Required

  • Upgrade BTstack to version 1.8.1 or later, which contains the fix for this vulnerability
  • Review deployed devices for vulnerable BTstack versions and prioritize firmware updates
  • Disable Bluetooth functionality on affected devices where possible until patches can be applied
  • Limit Bluetooth pairing to trusted devices only and review existing paired device lists

Patch Information

BlueKitchen has released BTstack version 1.8.1 which addresses this out-of-bounds read vulnerability. The fix implements proper boundary validation in the AVRCP Controller handlers to ensure packet data is not read beyond allocated buffer limits.

Organizations using BTstack should upgrade to version 1.8.1 or later. The patch is available from the GitHub BTstack Release 1.8.1.

For additional technical details about this vulnerability, refer to the VulnCheck Advisory for BTstack.

Workarounds

  • Disable AVRCP Controller functionality if not required for device operation
  • Implement Bluetooth connection filtering to restrict pairing to known, trusted devices only
  • Reduce Bluetooth transmit power to limit the physical range of potential attacks
  • Deploy physical security controls in environments where Bluetooth-enabled devices operate
bash
# Example: Verify BTstack version in your build system
grep -r "BTSTACK_VERSION" /path/to/btstack/include/
# Ensure version is 1.8.1 or later before deployment

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechBluekitchen

  • 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 1.8.1

  • VulnCheck Advisory for BTstack
  • Related CVEs
  • CVE-2026-28528: BTstack Buffer Overflow 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