CVE-2026-10658

HIGHPre-NVD 7.17.1
EchelonGraph scoreMEDIUM confidence

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).

Triggered by: NVD CVSS baseline
Sources: epss, secondary
7.1
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 7.1Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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.

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, 2026
Patch available. Sources: github.
github Patch Available

Bluetooth 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-j6cw

Weakness 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.

  1. 2026-07-15 19:21 UTCEG score recompute
  2. 2026-07-15 16:57 UTCEPSS rescore
  3. 2026-07-15 07:47 UTCEG score recompute
  4. 2026-07-14 20:12 UTCEG score recompute
  5. 2026-07-14 08:39 UTCEG score recompute
  6. 2026-07-13 22:30 UTCEPSS rescore
  7. 2026-07-13 20:27 UTCEG score recompute
  8. 2026-07-13 08:55 UTCEG score recompute
  9. 2026-07-13 06:12 UTCEPSS rescore
  10. 2026-07-12 21:23 UTCEG score recompute
  11. 2026-07-12 09:20 UTCEG score recompute
  12. 2026-07-12 05:46 UTCEPSS rescore
  13. 2026-07-11 21:48 UTCEG score recompute
  14. 2026-07-11 10:15 UTCEG score recompute
  15. 2026-07-11 08:27 UTCEPSS rescore
  16. 2026-07-10 22:43 UTCEG score recompute
  17. 2026-07-10 11:01 UTCEG score recompute
  18. 2026-07-09 23:25 UTCEG score recompute
  19. 2026-07-09 19:10 UTCEPSS rescore
  20. 2026-07-09 11:53 UTCEG score recompute
  21. 2026-07-09 00:20 UTCEG score recompute
  22. 2026-07-08 15:15 UTCEPSS rescore
  23. 2026-07-08 15:15 UTCEPSS rescore
  24. 2026-07-08 12:48 UTCEG score recompute
  25. 2026-07-08 00:44 UTCEG score recompute
Show 49 more
  1. 2026-07-07 13:46 UTCEPSS rescore
  2. 2026-07-07 13:12 UTCEG score recompute
  3. 2026-07-07 01:38 UTCEG score recompute
  4. 2026-07-06 16:27 UTCEPSS rescore
  5. 2026-07-06 14:06 UTCEG score recompute
  6. 2026-07-06 02:29 UTCEG score recompute
  7. 2026-07-06 02:23 UTCEPSS rescore
  8. 2026-07-05 14:56 UTCEG score recompute
  9. 2026-07-05 03:24 UTCEG score recompute
  10. 2026-07-05 02:30 UTCEPSS rescore
  11. 2026-07-05 02:30 UTCEPSS rescore
  12. 2026-07-04 15:50 UTCEG score recompute
  13. 2026-07-04 06:31 UTCEPSS rescore
  14. 2026-07-04 04:16 UTCEG score recompute
  15. 2026-07-03 16:19 UTCEG score recompute
  16. 2026-07-03 04:47 UTCEG score recompute
  17. 2026-07-02 17:12 UTCEG score recompute
  18. 2026-07-02 05:33 UTCEG score recompute
  19. 2026-07-01 18:01 UTCEG score recompute
  20. 2026-07-01 15:06 UTCEPSS rescore
  21. 2026-07-01 15:06 UTCEPSS rescore
  22. 2026-07-01 06:29 UTCEG score recompute
  23. 2026-06-30 23:22 UTCEPSS rescore
  24. 2026-06-30 18:57 UTCEG score recompute
  25. 2026-06-30 07:25 UTCEG score recompute
  26. 2026-06-29 19:52 UTCEG score recompute
  27. 2026-06-29 14:06 UTCEPSS rescore
  28. 2026-06-29 08:20 UTCEG score recompute
  29. 2026-06-28 20:47 UTCEG score recompute
  30. 2026-06-28 14:07 UTCEPSS rescore
  31. 2026-06-28 09:15 UTCEG score recompute
  32. 2026-06-28 04:56 UTCEPSS rescore
  33. 2026-06-28 04:56 UTCEPSS rescore
  34. 2026-06-27 21:43 UTCEG score recompute
  35. 2026-06-27 10:11 UTCEG score recompute
  36. 2026-06-27 03:08 UTCEPSS rescore
  37. 2026-06-26 22:39 UTCEG score recompute
  38. 2026-06-26 11:06 UTCEG score recompute
  39. 2026-06-25 21:45 UTCEG score recompute
  40. 2026-06-25 13:49 UTCEPSS rescore
  41. 2026-06-25 10:13 UTCEG score recompute
  42. 2026-06-24 22:35 UTCEG score recompute
  43. 2026-06-24 14:05 UTCEPSS rescore
  44. 2026-06-24 11:03 UTCEG score recompute
  45. 2026-06-23 23:28 UTCEG score recompute
  46. 2026-06-23 21:32 UTCEPSS rescore
  47. 2026-06-23 11:56 UTCEG score recompute
  48. 2026-06-23 00:22 UTCEG score recompute
  49. 2026-06-23 00:20 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-10658?
CVE-2026-10658 is a high vulnerability published on June 22, 2026. btisorecv() 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 netbufpullmem() without first checking buf->len. The upstream hciiso() handler enforces buf->len == the…
When was CVE-2026-10658 disclosed?
CVE-2026-10658 was first published in the National Vulnerability Database on June 22, 2026, with the most recent update on July 14, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-10658 actively exploited?
CVE-2026-10658 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 6.9% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-10658?
CVE-2026-10658 has a CVSS v3 base score of 7.1 (NVD).
How do I remediate CVE-2026-10658?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-10658, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-10658

Explore →

Is Your Infrastructure Affected by CVE-2026-10658?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.