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.
CVE-2026-10658
This high-severity CVE scores 7.1 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.2%, top 93% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.1
- EG Score
- 7.1(medium)
- EPSS
- 6.9%
- KEV
- Not listed
Published
June 22, 2026
Last Modified
July 14, 2026
Advisory Details (1)
Auto-updated Jun 23, 2026Bluetooth Host ISO RX Missing SDU Header Length Validation in bt_iso_recv() Leads to DoS · Advisory · zephyrproject-rtos/zephyr · GitHub
https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-26g8-rmpf-j6cwWeakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 20× in last 7d / 74× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-07-15 19:21 UTCEG score recompute
- 2026-07-15 16:57 UTCEPSS rescore
- 2026-07-15 07:47 UTCEG score recompute
- 2026-07-14 20:12 UTCEG score recompute
- 2026-07-14 08:39 UTCEG score recompute
- 2026-07-13 22:30 UTCEPSS rescore
- 2026-07-13 20:27 UTCEG score recompute
- 2026-07-13 08:55 UTCEG score recompute
- 2026-07-13 06:12 UTCEPSS rescore
- 2026-07-12 21:23 UTCEG score recompute
- 2026-07-12 09:20 UTCEG score recompute
- 2026-07-12 05:46 UTCEPSS rescore
- 2026-07-11 21:48 UTCEG score recompute
- 2026-07-11 10:15 UTCEG score recompute
- 2026-07-11 08:27 UTCEPSS rescore
- 2026-07-10 22:43 UTCEG score recompute
- 2026-07-10 11:01 UTCEG score recompute
- 2026-07-09 23:25 UTCEG score recompute
- 2026-07-09 19:10 UTCEPSS rescore
- 2026-07-09 11:53 UTCEG score recompute
- 2026-07-09 00:20 UTCEG score recompute
- 2026-07-08 15:15 UTCEPSS rescore
- 2026-07-08 15:15 UTCEPSS rescore
- 2026-07-08 12:48 UTCEG score recompute
- 2026-07-08 00:44 UTCEG score recompute
Show 49 moreShow fewer
- 2026-07-07 13:46 UTCEPSS rescore
- 2026-07-07 13:12 UTCEG score recompute
- 2026-07-07 01:38 UTCEG score recompute
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 14:06 UTCEG score recompute
- 2026-07-06 02:29 UTCEG score recompute
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-05 14:56 UTCEG score recompute
- 2026-07-05 03:24 UTCEG score recompute
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-04 15:50 UTCEG score recompute
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-04 04:16 UTCEG score recompute
- 2026-07-03 16:19 UTCEG score recompute
- 2026-07-03 04:47 UTCEG score recompute
- 2026-07-02 17:12 UTCEG score recompute
- 2026-07-02 05:33 UTCEG score recompute
- 2026-07-01 18:01 UTCEG score recompute
- 2026-07-01 15:06 UTCEPSS rescore
- 2026-07-01 15:06 UTCEPSS rescore
- 2026-07-01 06:29 UTCEG score recompute
- 2026-06-30 23:22 UTCEPSS rescore
- 2026-06-30 18:57 UTCEG score recompute
- 2026-06-30 07:25 UTCEG score recompute
- 2026-06-29 19:52 UTCEG score recompute
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 08:20 UTCEG score recompute
- 2026-06-28 20:47 UTCEG score recompute
- 2026-06-28 14:07 UTCEPSS rescore
- 2026-06-28 09:15 UTCEG score recompute
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-27 21:43 UTCEG score recompute
- 2026-06-27 10:11 UTCEG score recompute
- 2026-06-27 03:08 UTCEPSS rescore
- 2026-06-26 22:39 UTCEG score recompute
- 2026-06-26 11:06 UTCEG score recompute
- 2026-06-25 21:45 UTCEG score recompute
- 2026-06-25 13:49 UTCEPSS rescore
- 2026-06-25 10:13 UTCEG score recompute
- 2026-06-24 22:35 UTCEG score recompute
- 2026-06-24 14:05 UTCEPSS rescore
- 2026-06-24 11:03 UTCEG score recompute
- 2026-06-23 23:28 UTCEG score recompute
- 2026-06-23 21:32 UTCEPSS rescore
- 2026-06-23 11:56 UTCEG score recompute
- 2026-06-23 00:22 UTCEG score recompute
- 2026-06-23 00:20 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Same CWE
10 shownCWE-787 · CWE-125
- CVE-2007-0158EG 9.8CRITICAL
- CVE-2007-0899EG 9.8CRITICAL
- CVE-1999-0006EG 9.8EPSS 96%CRITICAL
- CVE-2010-20115EG 9.3CRITICAL
- CVE-2010-4398NVD 7.8EG 9.0 KEVEPSS 95%HIGH
- CVE-2010-3333NVD 7.8EG 9.0 KEVEPSS 100%HIGH
- CVE-2010-2883NVD 7.3EG 9.0 KEVEPSS 100%HIGH
- CVE-2010-1297NVD 7.8EG 9.0 KEVEPSS 100%HIGH
- CVE-2009-3953NVD 8.8EG 9.0 KEVEPSS 100%HIGH
- CVE-2009-3129NVD 7.8EG 9.0 KEVEPSS 100%HIGH
Frequently asked(5)
What is CVE-2026-10658?
When was CVE-2026-10658 disclosed?
Is CVE-2026-10658 actively exploited?
What is the CVSS score of CVE-2026-10658?
How do I remediate CVE-2026-10658?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-10658
Is Your Infrastructure Affected by CVE-2026-10658?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.