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

Bluetooth: ISO: clear iso_data always when detaching conn from hcon

When setting conn->hcon = NULL, also conn->hcon->iso_data = NULL is
necessary, otherwise later iso_conn_free() will UAF.

Fix clearing of iso_data in iso_sock_disconn()

Fixes KASAN: slab-use-after-free in iso_conn_hold_unless_zero on
iso_sock_release() followed by hci_abort_conn_sync().
Published: 2026-08-15
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A use‑after‑free condition was discovered in the Linux kernel Bluetooth ISO subsystem. The bug occurs when a Bluetooth ISO connection is detached; the iso_data pointer remains on the hcon structure, causing iso_conn_free() to dereference freed memory. An attacker could trigger this sequence and corrupt kernel memory, potentially leading to privilege escalation or denial of service.

Affected Systems

This issue affects the Linux kernel’s Bluetooth ISO implementation. No specific kernel release numbers are listed in the data, so any kernel build that has not applied the patch will be vulnerable.

Risk and Exploitability

The vulnerability is a kernel‑level use‑after‑free, a high‑risk flaw that could allow an attacker with access to the Bluetooth driver to crash the system or execute arbitrary code. The EPSS score is not available, and the issue is not in the KEV catalog, but the absence of a mitigation in widely deployed kernels suggests a realistic exploitation possibility once the driver is exposed. Immediate patching is recommended.

Generated by OpenCVE AI on August 15, 2026 at 14:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the ISO data clearing fix.
  • If immediate kernel update is not feasible, disable all Bluetooth ISO connections or stop the Bluetooth service to eliminate the attack surface.
  • Monitor system logs for KASAN or kernel panics indicating ISO socket release errors, and apply the fix when available.

Generated by OpenCVE AI on August 15, 2026 at 14:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sat, 15 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: clear iso_data always when detaching conn from hcon When setting conn->hcon = NULL, also conn->hcon->iso_data = NULL is necessary, otherwise later iso_conn_free() will UAF. Fix clearing of iso_data in iso_sock_disconn() Fixes KASAN: slab-use-after-free in iso_conn_hold_unless_zero on iso_sock_release() followed by hci_abort_conn_sync().
Title Bluetooth: ISO: clear iso_data always when detaching conn from hcon
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-15T12:27:52.120Z

Reserved: 2026-08-15T05:44:03.914Z

Link: CVE-2026-74541

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T13:17:59.443

Modified: 2026-08-15T13:17:59.443

Link: CVE-2026-74541

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T14:30:10Z

Weaknesses