CVE-2026-11368

MEDIUMNVD 6.56.5
EchelonGraph scoreMEDIUM confidence

This medium-severity CVE scores 6.5 under NVD CVSS v3. EPSS exploit probability: 0.3%, top 80% 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, nvd
6.5EG
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 6.5Exploit: None knownExposed: 0

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

The Bluetooth host ATT layer (subsys/bluetooth/host/att.c) associates each in-flight ATT TX buffer with its owning channel via the static tx_meta_data_storage[] array (data->att_chan = chan). When a buffer's last reference is dropped, its net-buf destroy callback defers the completion handling to the system workqueue (att_tx_destroy -> att_tx_destroy_work_handler -> att_on_sent_cb -> bt_att_sent), where bt_att_sent dereferences the channel and its ATT context (sys_slist_get(&att->reqs)).

When a peer disconnects while an ATT PDU (a server notification/indication or any response) is still in flight in the controller TX path, L2CAP tears the channel down in l2cap_chan_del(): it runs the disconnected callback and then the released callback (bt_att_released), which frees the channel slab slot. Because the in-flight buffer is held by the connection TX path rather than the channel's own queue, its deferred destroy work can run after the channel has been freed. The att_on_sent_cb guard intended to drop the stale callback itself dereferences meta->att_chan, which is now a dangling pointer into a freed (and possibly reused) slab slot.

A remote peer with an ATT connection can drive this by disconnecting during routine ATT traffic; no pairing or user interaction is required to reach the ATT bearer. The result is a use-after-free read/write of freed channel memory, reliably crashing the Bluetooth host (denial of service) and, because the channel slab slot may be reused, potentially corrupting live memory.

The fix makes bt_att_released() NULL the att_chan field of every tx_meta_data_storage[] entry still referencing the channel before freeing it, so the deferred guard observes a NULL pointer and drops the callback. Teardown and the destroy work both run on the cooperative system workqueue, so the array update is serialized and needs no lock.

CVSS v3
6.5
EG Score
6.5(medium)
EG Risk
29(Track)
EG Risk 29/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity65% × 45%
Exploitation0% × 40%
Automatability0% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
20%
KEV
Not listed

Published

August 4, 2026

Last Modified

August 9, 2026

Advisory Details (2)

Auto-updated Aug 4, 2026
Patch available. Sources: github_commit, github.
github Patch Available

Use-after-free in Bluetooth host ATT TX completion on disconnect mid-transfer · Advisory · zephyrproject-rtos/zephyr · GitHub

https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-85vg-gwc4-77g7
github_commit

commit dfdea9bad8d9 (zephyrproject-rtos/zephyr)

Fix landed in zephyrproject-rtos/zephyr commit dfdea9bad8d9 — awaiting tagged release

https://github.com/zephyrproject-rtos/zephyr/commit/dfdea9bad8d9b5b31c125e97fcffb549f2217caa

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 8× in last 7d / 46× 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-08-30 01:21 UTCEPSS rescore
  2. 2026-08-29 21:49 UTCEG score recompute
  3. 2026-08-28 21:40 UTCEPSS rescore
  4. 2026-08-27 14:24 UTCEPSS rescore
  5. 2026-08-27 08:28 UTCEG score recompute
  6. 2026-08-26 04:49 UTCEG score recompute
  7. 2026-08-25 13:48 UTCEPSS rescore
  8. 2026-08-25 03:58 UTCEG score recompute
  9. 2026-08-23 02:16 UTCEG score recompute
  10. 2026-08-23 00:19 UTCEPSS rescore
  11. 2026-08-22 01:22 UTCEG score recompute
  12. 2026-08-21 23:48 UTCEPSS rescore
  13. 2026-08-21 00:30 UTCEG score recompute
  14. 2026-08-20 22:55 UTCEPSS rescore
  15. 2026-08-19 23:39 UTCEG score recompute
  16. 2026-08-19 17:03 UTCEPSS rescore
  17. 2026-08-18 22:47 UTCEG score recompute
  18. 2026-08-18 13:48 UTCEPSS rescore
  19. 2026-08-17 21:53 UTCEG score recompute
  20. 2026-08-16 21:02 UTCEG score recompute
  21. 2026-08-16 14:56 UTCEPSS rescore
  22. 2026-08-16 02:14 UTCEPSS rescore
  23. 2026-08-15 20:11 UTCEG score recompute
  24. 2026-08-15 01:30 UTCEPSS rescore
  25. 2026-08-14 19:20 UTCEG score recompute
Show 21 more
  1. 2026-08-13 22:00 UTCEPSS rescore
  2. 2026-08-12 17:37 UTCEG score recompute
  3. 2026-08-12 13:50 UTCEPSS rescore
  4. 2026-08-11 16:46 UTCEG score recompute
  5. 2026-08-11 13:42 UTCEPSS rescore
  6. 2026-08-10 23:59 UTCEPSS rescore
  7. 2026-08-09 14:40 UTCEG score recompute 0.60
  8. 2026-08-09 14:39 UTCNVD updateCVSS v3 → 6.5 · severity → MEDIUM
  9. 2026-08-09 13:46 UTCEPSS rescore
  10. 2026-08-08 19:47 UTCEG score recompute
  11. 2026-08-08 16:37 UTCEPSS rescore
  12. 2026-08-07 17:49 UTCEG score recompute
  13. 2026-08-06 15:50 UTCEG score recompute
  14. 2026-08-06 13:46 UTCEPSS rescore
  15. 2026-08-05 21:25 UTCEG score recompute
  16. 2026-08-05 19:17 UTCEPSS rescore
  17. 2026-08-04 19:26 UTCEG score recompute
  18. 2026-08-04 18:21 UTCEG score recompute
  19. 2026-08-04 15:19 UTCEG score recompute
  20. 2026-08-04 14:48 UTCEG score recompute
  21. 2026-08-04 14:47 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-11368?
CVE-2026-11368 is a medium vulnerability published on August 4, 2026. The Bluetooth host ATT layer (subsys/bluetooth/host/att.c) associates each in-flight ATT TX buffer with its owning channel via the static txmetadatastorage[] array (data->attchan = chan). When a buffer's last reference is dropped, its net-buf destroy callback defers the completion handling to the…
When was CVE-2026-11368 disclosed?
CVE-2026-11368 was first published in the National Vulnerability Database on August 4, 2026, with the most recent update on August 9, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-11368 actively exploited?
CVE-2026-11368 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 79.7% of all scored CVEs.
What is the CVSS score of CVE-2026-11368?
CVE-2026-11368 has a CVSS v3 base score of 6.5 (NVD).
How do I remediate CVE-2026-11368?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-11368, 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-11368

Explore →

Is Your Infrastructure Affected by CVE-2026-11368?

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