Description
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.
Published: 2026-08-28
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Use‑After‑Free
Action: Immediate Patch
AI Analysis

Impact

The Linux kernel Bluetooth ISO subsystem contains a flaw in iso_conn_del() where the hcon pointer is not cleared, leaving a dangling reference that can be dereferenced after the connection is deleted, resulting in a use‑after‑free error. This flaw was identified as CWE‑911, indicating a use‑after‑free scenario, and may allow an attacker to trigger a crash or denial of service by manipulating ISO Bluetooth traffic, though it requires control over Bluetooth sessions.

Affected Systems

All Linux kernel implementations that contain the legacy Bluetooth ISO subsystem before the commit aa9f7cb2bd3a2be998ceb739fc9a2f986eba43eb are affected; this includes any distribution kernel version prior to the patch.

Risk and Exploitability

The CVSS base score of 8.8 signifies high severity, while the EPSS score of less than 1% indicates low exploitation probability; not listed in CISA KEV, and no public exploits are known; an attacker would need to create or manipulate a Bluetooth ISO session from a nearby device to invoke iso_conn_del() and trigger the dangling reference, a scenario that is technically possible but non‑trivial due to the requirement for Bluetooth traffic control.

Generated by OpenCVE AI on September 2, 2026 at 07:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that incorporates the commit which clears conn->hcon in iso_conn_del()
  • If the ISO Bluetooth functionality is not required, disable the ISO subsystem via kernel configuration or runtime settings before installing the update
  • Monitor system logs for Bluetooth or kernel panic entries that could indicate a use‑after‑free or crash

Generated by OpenCVE AI on September 2, 2026 at 07:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 06:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Wed, 02 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-911
References
Metrics threat_severity

None

threat_severity

Moderate


Sat, 29 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sat, 29 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description 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.
Title Bluetooth: ISO: ensure no dangling hcon references in iso_conn
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-30T07:08:36.447Z

Reserved: 2026-08-26T14:34:25.788Z

Link: CVE-2026-80721

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:57.903

Modified: 2026-08-30T07:17:21.673

Link: CVE-2026-80721

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80721 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T08:00:14Z

Weaknesses
  • CWE-911

    Improper Update of Reference Count