{"id":81848,"date":"2026-07-11T20:30:13","date_gmt":"2026-07-11T17:00:13","guid":{"rendered":"https:\/\/afaghhosting.net\/blog\/cve-2026-10660-shared-reassembly-buffer-in-bluetooth-bap-broadcast-assistant-enables-cross-connection-memory-corruption\/"},"modified":"2026-07-11T20:30:13","modified_gmt":"2026-07-11T17:00:13","slug":"cve-2026-10660-shared-reassembly-buffer-in-bluetooth-bap-broadcast-assistant-enables-cross-connection-memory-corruption","status":"publish","type":"post","link":"https:\/\/afaghhosting.net\/blog\/cve-2026-10660-shared-reassembly-buffer-in-bluetooth-bap-broadcast-assistant-enables-cross-connection-memory-corruption\/","title":{"rendered":"CVE-2026-10660 &#8211; Shared reassembly buffer in Bluetooth BAP Broadcast Assistant enables cross-connection memory corruption"},"content":{"rendered":"<p>CVE ID :CVE-2026-10660<\/p>\n<p>  Published : July 11, 2026, 5 p.m. | 24\u00a0minutes ago<\/p>\n<p>  Description :The Bluetooth BAP Broadcast Assistant GATT client in subsys\/bluetooth\/audio\/bap_broadcast_assistant.c reassembled remote Broadcast Receive State data into a single file-static net_buf_simple (att_buf, BT_ATT_MAX_ATTRIBUTE_LEN = 512 bytes) shared by all connection instances, while the BUSY flag, long-read handle, and reset\/offset state were per-connection.<\/p>\n<p>When the device acts as a Broadcast Assistant connected to multiple Scan Delegator peripherals, notification and long-read callbacks from different connections interleave on the shared buffer: the append in notify_handler (net_buf_simple_add_mem at the not-busy branch) performs no tailroom check, so receive-state notifications from two or more delegators accumulate on the same 512-byte buffer and, with a sufficiently large configured ATT MTU (BT_L2CAP_TX_MTU up to 2000) and two-to-three concurrent connections, write past the buffer into adjacent .bss (net_buf_simple_add only asserts in debug builds).<\/p>\n<p>Even below the overflow threshold, one connection&#8217;s net_buf_simple_reset zeroes the shared length while another connection&#8217;s reassembly and GATT read offset are in flight, mixing one peer&#8217;s data into another&#8217;s parse. A malicious or compromised Scan Delegator (or two colluding peers) over BLE can trigger this, causing out-of-bounds writes (memory corruption \/ denial of service) and cross-connection data corruption.<\/p>\n<p>The fix moves the buffer into the per-connection instance struct so each connection reassembles into its own buffer. Affects Zephyr releases shipping the Broadcast Assistant with the shared buffer, including v4.4.0 and earlier.<\/p>\n<p>  Severity: 6.4 | MEDIUM<\/p>\n<p>  Visit the link for more details, such as CVSS details, affected products, timeline, and more&#8230;\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>CVE ID :CVE-2026-10660 Published : July 11, 2026, 5 p.m. | 24\u00a0minutes ago Description :The Bluetooth BAP Broadcast Assistant GATT client in subsys\/bluetooth\/audio\/bap_broadcast_assistant.c reassembled remote Broadcast Receive State data into a single file-static net_buf_simple (att_buf, BT_ATT_MAX_ATTRIBUTE_LEN = 512 bytes) shared by all connection instances, while the BUSY flag, long-read handle, and reset\/offset state were per-connection. &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[26],"tags":[],"class_list":["post-81848","post","type-post","status-publish","format-standard","hentry","category-vulnerability"],"_links":{"self":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts\/81848","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/comments?post=81848"}],"version-history":[{"count":0,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts\/81848\/revisions"}],"wp:attachment":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/media?parent=81848"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/categories?post=81848"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/tags?post=81848"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}