Answer in brief
CVE-2026-80721 records a Unknown severity vulnerability in Bluetooth: ISO: ensure no dangling hcon references in iso_conn. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <e941799c31f68e67ce0976efb38a79101f921b64 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <cdce8af9291d8a1f8916c271de029bf558d9e8ec || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <aa9f7cb2bd3a2be998ceb739fc9a2f986eba43eb || >=0 <6.18.44 || >=0 <7.1.8 | e941799c31f68e67ce0976efb38a79101f921b64, cdce8af9291d8a1f8916c271de029bf558d9e8ec, aa9f7cb2bd3a2be998ceb739fc9a2f986eba43eb, 6.18.44, 7.1.8 |
Published upstream
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 28, 2026
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: ensure no dangling hcon references in iso_conn After iso_conn_del(), ISO sockets should not dereference the hcon any more. Currently, clearing iso_conn::hcon relies on iso_conn_del() releasing the last reference to the iso_conn. Simplify this by explicitly clearing conn->hcon in iso_conn_del(), to avoid more complex reasoning on races about who holds the last reference.
Quoted source text, attributed separately from HOL analysis.