CVE-2026-80721: Bluetooth: ISO: ensure no dangling hcon references in iso_conn

Published Aug 28, 2026
·
Updated

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

Bluetooth: ISO: ensure no dangling hcon references in isoconn

After isoconndel(), ISO sockets should not dereference the hcon any more. Currently, clearing isoconn::hcon relies on isoconndel() releasing the last reference to the isoconn.

Simplify this by explicitly clearing conn->hcon in isoconndel(), to avoid more complex reasoning on races about who holds the last reference.

Affected Software

1 affected component
Linux Kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Update the kernel Bluetooth ISO code so that iso_conn_del() explicitly clears conn->hcon (so ISO sockets should not dereference a dangling hcon reference after iso_conn_del()).

    Linux kernel Bluetooth ISO (iso_conn_del / iso_conn::hcon) iso_conn_del() clears conn->hcon = explicitly clear conn->hcon

Event History

Aug 28, 2026
CVE Published
via MITRE·06:53 AM
Data Sourced
via MITRE·06:53 AM
Description

Frequently Asked Questions

1

What systems are exposed to this issue?

The issue affects Linux kernel systems using Bluetooth ISO connections and ISO sockets. The vulnerability is relevant when an ISO connection has been deleted while a socket could still access its associated connection state.

2

What condition leads to the unsafe access?

After iso_conn_del() runs, ISO sockets should no longer dereference the hcon pointer. The vulnerable behavior occurs because clearing iso_conn::hcon depended on iso_conn_del() releasing the final iso_conn reference, creating race-related dangling-reference risk.

3

How is the issue resolved?

The fix explicitly clears conn->hcon in iso_conn_del(). This prevents ISO sockets from retaining a dangling hcon reference after the ISO connection is deleted.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203