Bug 2528163 (CVE-2026-85218) - CVE-2026-85218 bluez: bluez: AVRCP ListPlayerAttributes double stack overflow in avrcp_list_player_attributes_rsp/avrcp_get_current_player_value
Summary: CVE-2026-85218 bluez: bluez: AVRCP ListPlayerAttributes double stack overflow...
Keywords:
Status: NEW
Alias: CVE-2026-85218
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-03 18:27 UTC by OSIDB Bzimport
Modified: 2026-09-03 18:37 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-03 18:27:58 UTC
A double stack-based buffer overflow was found in the BlueZ AVRCP controller implementation in profiles/audio/avrcp.c. When processing an AVRCP player settings response, avrcp_list_player_attributes_rsp() trusts an attacker-controlled attribute count from pdu->params[0] and writes past a 4-byte stack array (attrs[4]). The inflated count (up to 255) is then passed to avrcp_get_current_player_value(), which copies attacker-controlled data into a 12-byte stack buffer via memcpy, causing a second, larger overflow (up to ~243 bytes past the buffer).

A malicious nearby BR/EDR Bluetooth peripheral can exploit this by sending a crafted AVRCP player-settings response once a victim device reaches player-settings discovery, corrupting adjacent stack memory in the root-owned bluetoothd daemon and potentially achieving code execution.

Reported by Alexandro Calò of Nozomi Networks Labs (advisory NN-2026-0145).

Reference: https://github.com/bluez/bluez/security/advisories/GHSA-m2vx-pw5f-rc8v


Note You need to log in before you can comment on or make changes to this bug.