CVE-2026-10658Disclosure(zephyrproject / zephyr)

LOWCVSS 7.1 · HIGH

Signal is active with 3 mentions in latest observed window

Immediate actions

  • Track advisory updates for patch or workaround availability

Recommended action window: Monitor and triage in normal cycle

NVD description

bt_iso_recv() in subsys/bluetooth/host/iso.c pulled the ISO SDU header (4 bytes) or, when the timestamp flag is set, the timestamped SDU header (8 bytes) from the inbound HCI ISO Data buffer via net_buf_pull_mem() without first checking buf->len. The upstream hci_iso() handler enforces buf->len == the controller-declared ISO Data_Load length, so a malicious or buggy controller / adjacent BLE peer on an established CIS/BIS can present a first-fragment (BT_ISO_START) or single (BT_ISO_SINGLE) PDU shorter than the SDU header. Because net_buf_simple_pull_mem only guards length with __ASSERT_NO_MSG (compiled out when CONFIG_ASSERT is disabled, the production default), the pull underflows buf->len (uint16_t, e.g. 0 - 8 = 0xFFF8) and advances buf->data past valid data: the subsequent reads of hdr->slen and hdr->sn are out-of-bounds reads of adjacent pool memory. For the multi-fragment (START) case the corrupted buffer is retained as iso->rx, and a following CONT/END fragment's net_buf_tailroom() guard underflows to a near-SIZE_MAX value, defeating the bounds check and causing net_buf_add_mem() to memcpy attacker-supplied fragment data far past the RX pool buffer (out-of-bounds write). The flaw affects ISO receive builds (CONFIG_BT_ISO_RX, selected by the default-off LE Audio options BT_ISO_PERIPHERAL/BT_ISO_CENTRAL/BT_ISO_SYNC_RECEIVER) and has existed since the ISO subsystem was introduced (v2.6.0) through v4.4.0. The fix adds explicit buf->len < sizeof(ts_hdr) and buf->len < sizeof(hdr) checks that drop the buffer before pulling.

0.0/ 10 priority

Sources & remediation

Weakness type (CWE)
CWE-787CWE-125

Priority

LOW

Exploitation

NONE

PoC

NONE

Patch

AVAILABLE

Momentum

NONE

Are you affected?

If you run products in this scope, you should treat this CVE as relevant to your environment.

  • zephyr

Threat summary

  • 3 mentions across 1 observed day

What's happening

  • Technical details provided in 3 signals
  • Disclosure: 3 classified signals
  • 3 total mentions across 1 day

Affected systems

Products
zephyr

Deep dive

Activity timeline3 mentions / 1d
01223Mentions · 2026-06-23: 3Technical Details · 2026-06-23: 306-23
Signal classification1 categories
Disclosure
3100.0%
Referenced assets3 URLs
Full discourse3 posts
  • Infoflowcloud@infoflowcloud
    Disclosure

    🚨*CVE* CVE-2026-10658 A missing length validation in the Zephyr Bluetooth Host ISO receive path can be triggered by malformed HCI ISO data. In bt_iso_recv() (subsys/bluetooth/host/iso.c), … https://www.cve.org/CVERecord?id=CVE-2026-10658 ----- Traducción: CVE-2026-10658 Fal… http://infoflow.cloud`

    Post summary

    The post discloses CVE-2026-10658, detailing a missing length validation in Zephyr Bluetooth's ISO receive path, but provides no information on exploitation, patches, or active attacks.

    0000035
    88 followersView on X
  • CVE@CVEnew
    Disclosure

    CVE-2026-10658 A missing length validation in the Zephyr Bluetooth Host ISO receive path can be triggered by malformed HCI ISO data. In bt_iso_recv() (subsys/bluetooth/host/iso.c), … https://www.cve.org/CVERecord?id=CVE-2026-10658

    Post summary

    The post announces CVE‑2026‑10658, briefly describing a missing length validation flaw in Zephyr’s Bluetooth ISO receive path and links to the official CVE record.

    00000752
    57.7K followersView on X
  • Israel@f1tym1
    Disclosure

    CVE-2026-10658 in Zephyr Bluetooth Host ISO receive path allows denial of service via malformed HCI ISO data when CONFIG_BT_ISO_RX is enabled. https://ift.tt/9Btj1HU

    Post summary

    A new denial‑of‑service vulnerability in Zephyr's Bluetooth ISO receive path (CVE‑2026‑10658) has been disclosed, detailing how malformed HCI ISO data triggers the issue.

    0000040
    1.0K followersView on X
CPE platform detail1 entries

1 of 1 entries

PartVendorProductVersionTarget SWTarget HW
OSzephyrprojectzephyr---

Explore more