CVE-2026-80721
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: ensure no dangling hcon references in iso_conn After i
CVSS
8.8
High
EPSS
0.2%
p13
KEV
—
Exploit Today
4
0-100
Published: Aug 28, 2026 · Last modified: Aug 30, 2026
0.2%EPSS · 30 days0.2%
2026-08-282026-08-30
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.
No related CVEs by CWE or product.