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

CVE-2026-28528: BTstack Buffer Overflow Vulnerability

CVE-2026-28528 is a buffer overflow in BlueKitchen BTstack's AVRCP handler that allows paired attackers to crash systems via Bluetooth. This article covers technical details, affected versions, impact, and mitigation.

Published: April 2, 2026

CVE-2026-28528 Overview

BlueKitchen BTstack versions prior to 1.8.1 contain an out-of-bounds read vulnerability (CWE-125) in the AVRCP Browsing Target GET_FOLDER_ITEMS handler. The vulnerability stems from the handler's failure to validate packet boundaries and attribute count data. An attacker with an established paired Bluetooth Classic connection can exploit insufficient bounds checking on the attr_id parameter to trigger memory corruption, causing application crashes and corrupting the attribute bitmap state.

Critical Impact

Successful exploitation allows an adjacent network attacker to cause denial of service through application crashes and potentially corrupt internal state of the Bluetooth stack, affecting device stability.

Affected Products

  • BlueKitchen BTstack versions prior to 1.8.1

Discovery Timeline

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

Technical Details for CVE-2026-28528

Vulnerability Analysis

This out-of-bounds read vulnerability exists in the AVRCP (Audio/Video Remote Control Profile) Browsing Target implementation within BTstack. The GET_FOLDER_ITEMS handler processes incoming Bluetooth Classic AVRCP browsing commands but fails to properly validate the boundaries of incoming packets and the count of attributes specified in the request.

The AVRCP Browsing feature allows Bluetooth controllers to navigate media content on connected devices. When processing folder item requests, the handler reads attribute identifiers from the incoming packet without verifying that sufficient data exists within the packet buffer. This allows an attacker to craft malicious packets that cause the handler to read beyond allocated memory boundaries.

The attack requires an adjacent network position (Bluetooth range) and a paired connection with the target device, which adds a prerequisite barrier to exploitation. User interaction is required to establish the pairing, limiting opportunistic attacks.

Root Cause

The root cause is insufficient input validation in the AVRCP Browsing Target's GET_FOLDER_ITEMS handler. Specifically, the code fails to verify that the attr_id parameter and associated attribute count values fall within the bounds of the received packet data. This allows processing of untrusted attribute count values that may exceed the actual packet length, leading to out-of-bounds memory access operations.

Attack Vector

The attack vector requires adjacent network access via Bluetooth Classic connectivity. An attacker must first establish a paired Bluetooth connection with the vulnerable device, which typically requires user interaction for the initial pairing process. Once paired, the attacker can send malformed AVRCP browsing commands containing carefully crafted GET_FOLDER_ITEMS requests with invalid attribute counts or boundary values.

The malicious packet triggers the handler to read beyond the allocated packet buffer, potentially accessing adjacent memory regions. This can result in:

  • Application crashes due to accessing unmapped memory
  • Corruption of the attribute bitmap state
  • Information disclosure if sensitive data exists in adjacent memory

The vulnerability is described in the VulnCheck Advisory on BTstack. Technical details regarding the fix can be found in the GitHub BTstack Release v1.8.1.

Detection Methods for CVE-2026-28528

Indicators of Compromise

  • Unexpected crashes or restarts of applications using BTstack Bluetooth functionality
  • Anomalous Bluetooth AVRCP browsing command traffic from paired devices
  • Memory access violation errors in BTstack-related process logs

Detection Strategies

  • Monitor Bluetooth stack logs for AVRCP browsing handler errors or crashes
  • Implement Bluetooth traffic analysis to detect malformed GET_FOLDER_ITEMS requests with suspicious attribute counts
  • Deploy endpoint detection solutions capable of identifying out-of-bounds read attempts in Bluetooth stack components

Monitoring Recommendations

  • Enable verbose logging for BTstack components to capture AVRCP handler activity
  • Monitor system stability metrics on devices using BTstack for Bluetooth functionality
  • Implement alerting on repeated Bluetooth connection attempts from the same device followed by disconnections

How to Mitigate CVE-2026-28528

Immediate Actions Required

  • Upgrade BlueKitchen BTstack to version 1.8.1 or later immediately
  • Review and audit all devices in your environment that utilize BTstack for Bluetooth functionality
  • Consider temporarily disabling AVRCP browsing functionality if patching is not immediately feasible
  • Limit Bluetooth pairing to trusted devices only and remove unnecessary pairings

Patch Information

BlueKitchen has released BTstack version 1.8.1 which addresses this vulnerability by implementing proper boundary validation in the AVRCP Browsing Target GET_FOLDER_ITEMS handler. The patch ensures that attribute count values and packet boundaries are validated before processing.

The fix is available in the official GitHub BTstack Release v1.8.1. Organizations using embedded systems or IoT devices with BTstack should contact their device vendors for firmware updates incorporating this fix.

Workarounds

  • Disable AVRCP browsing functionality in BTstack configuration if not required for your use case
  • Implement network segmentation to limit Bluetooth exposure in sensitive environments
  • Remove unused Bluetooth pairings and restrict new pairing operations to trusted devices
  • Deploy host-based intrusion detection to monitor for abnormal Bluetooth stack behavior

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

  • 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:L/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
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-125
  • Technical References
  • GitHub BTstack Release v1.8.1

  • VulnCheck Advisory on BTstack
  • Related CVEs
  • CVE-2026-28527: BlueKitchen BTstack Info Disclosure Flaw
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