CVE-2026-80914

HIGHPre-NVD 8.88.8
EchelonGraph scoreHIGH confidence

Score 8.8 from GitHub Security Advisory (severity: HIGH) published 2026-09-09. a secondary CVSS source baseline 8.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
8.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 8.8Exploit: None knownExposed: 0

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

In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: ISO: fix use-after-free of listener socket in iso_conn_ready

iso_conn_ready() looks up the BIS listener socket with iso_get_sock(), which takes a reference, and then, without re-checking its state, creates a child socket from it:

parent = iso_get_sock(hdev, ...); if (!parent) return;

lock_sock(parent); sk = iso_sock_alloc(sock_net(parent), NULL, BTPROTO_ISO, ...); ... iso_chan_add(conn, sk, parent); ... release_sock(parent); sock_put(parent);

If the listener socket is closed concurrently, between iso_get_sock() and lock_sock(), the reference taken by iso_get_sock() may be the last one: the close path drops the link-list reference, and once iso_conn_ready() drops its own reference at the end of the function the socket is freed. The child socket, however, is already linked to the freed parent, and a later disconnect of the child runs iso_chan_del() -> bt_accept_unlink(), which dereferences the dangling parent pointer into the freed accept queue (a use-after-free). The same dangling pointer is also dereferenced through parent->***() in iso_chan_del().

Fix it the same way the connected (non-BIS) path was fixed in commit 0d255e63fcf3 ("Bluetooth: ISO: hold sk properly in iso_conn_ready"): after taking the socket lock, re-check that the parent is still a listening, alive socket, and bail out otherwise.

CVSS v3
8.8
EG Score
8.8(high)
EG Risk
44(Track)
EG Risk 44/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
Severity88% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
14%
KEV
Not listed

Published

September 9, 2026

Last Modified

September 14, 2026

Advisory Details (4)

Auto-updated Sep 10, 2026
No patch confirmed yet.
generic

Bluetooth: ISO: fix use-after-free of listener socket in iso_conn_ready - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/560bef609fa5992745929e8d7d458b9d88dd2830
generic

Bluetooth: ISO: fix use-after-free of listener socket in iso_conn_ready - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/03288b7447c9e572f8ab82fc29cfb4ca719ab210
generic

Bluetooth: ISO: fix use-after-free of listener socket in iso_conn_ready - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/49fd7116f76b860b230843700fb7423ab5331e1f
generic

Bluetooth: ISO: fix use-after-free of listener socket in iso_conn_ready - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2387cd06a2c0b416f05028b02bba1089f54c28d9

Vendor Advisories for CVE-2026-80914(2)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 43× in last 7d / 60× 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-09-19 04:32 UTCEG score recompute
  2. 2026-09-19 04:32 UTCVendor advisory
  3. 2026-09-19 04:32 UTCGHSA enrichment
  4. 2026-09-18 19:28 UTCEPSS rescore
  5. 2026-09-18 16:13 UTCVendor advisory
  6. 2026-09-18 16:13 UTCGHSA enrichment
  7. 2026-09-18 03:50 UTCEG score recompute
  8. 2026-09-18 03:50 UTCVendor advisory
  9. 2026-09-18 03:50 UTCGHSA enrichment
  10. 2026-09-17 15:31 UTCVendor advisory
  11. 2026-09-17 15:31 UTCGHSA enrichment
  12. 2026-09-17 03:12 UTCVendor advisory
  13. 2026-09-17 03:12 UTCGHSA enrichment
  14. 2026-09-16 14:53 UTCEG score recompute
  15. 2026-09-16 14:53 UTCVendor advisory
  16. 2026-09-16 14:53 UTCGHSA enrichment
  17. 2026-09-16 14:08 UTCEPSS rescore
  18. 2026-09-16 05:15 UTCEPSS rescore
  19. 2026-09-16 02:33 UTCVendor advisory
  20. 2026-09-16 02:33 UTCGHSA enrichment
  21. 2026-09-15 14:14 UTCEG score recompute
  22. 2026-09-15 14:14 UTCVendor advisory
  23. 2026-09-15 14:14 UTCGHSA enrichment
  24. 2026-09-15 03:12 UTCEPSS rescore
  25. 2026-09-15 03:12 UTCEPSS rescore
Show 35 more
  1. 2026-09-15 01:55 UTCVendor advisory
  2. 2026-09-15 01:55 UTCGHSA enrichment
  3. 2026-09-14 13:36 UTCEG score recompute
  4. 2026-09-14 13:36 UTCVendor advisory
  5. 2026-09-14 13:36 UTCGHSA enrichment
  6. 2026-09-14 12:33 UTCEG score recompute
  7. 2026-09-14 12:33 UTCVendor advisory
  8. 2026-09-14 12:33 UTCGHSA enrichment
  9. 2026-09-14 09:10 UTCVendor advisory
  10. 2026-09-14 09:10 UTCGHSA enrichment
  11. 2026-09-13 20:51 UTCEG score recompute
  12. 2026-09-13 20:51 UTCVendor advisory
  13. 2026-09-13 20:51 UTCGHSA enrichment
  14. 2026-09-13 08:31 UTCVendor advisory
  15. 2026-09-13 08:31 UTCGHSA enrichment
  16. 2026-09-12 20:12 UTCEG score recompute
  17. 2026-09-12 20:12 UTCVendor advisory
  18. 2026-09-12 20:12 UTCGHSA enrichment
  19. 2026-09-12 07:52 UTCVendor advisory
  20. 2026-09-12 07:52 UTCGHSA enrichment
  21. 2026-09-11 19:33 UTCEG score recompute
  22. 2026-09-11 19:33 UTCVendor advisory
  23. 2026-09-11 19:33 UTCGHSA enrichment
  24. 2026-09-11 14:53 UTCEPSS rescore
  25. 2026-09-11 14:53 UTCEPSS rescore
  26. 2026-09-11 07:14 UTCGHSA enrichment
  27. 2026-09-10 18:55 UTCGHSA enrichment
  28. 2026-09-10 06:35 UTCEG score recompute
  29. 2026-09-10 06:35 UTCGHSA enrichment
  30. 2026-09-10 05:55 UTCEG score recompute 8.80
  31. 2026-09-10 05:55 UTCGHSA enrichment
  32. 2026-09-10 05:54 UTCMITRE cvelistV5CVSS v3 → 8.8 · severity → HIGH
  33. 2026-09-09 17:27 UTCNVD update
  34. 2026-09-09 16:29 UTCEG score recompute
  35. 2026-09-09 16:25 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-80914?
CVE-2026-80914 is a high vulnerability published on September 9, 2026. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix use-after-free of listener socket in isoconnready isoconnready() looks up the BIS listener socket with isogetsock(), which takes a reference, and then, without re-checking its state, creates a child socket from…
When was CVE-2026-80914 disclosed?
CVE-2026-80914 was first published in the National Vulnerability Database on September 9, 2026, with the most recent update on September 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-80914 actively exploited?
CVE-2026-80914 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 85.6% of all scored CVEs.
What is the CVSS score of CVE-2026-80914?
CVE-2026-80914 has a CVSS v3 base score of 8.8 (NVD).
How do I remediate CVE-2026-80914?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-80914, 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-80914

Explore →

Is Your Infrastructure Affected by CVE-2026-80914?

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