CVE-2026-80721
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-80721 is a use-after-free vulnerability in the Linux kernel's Bluetooth ISO layer, caused by dangling hcon (HCI connection) references in iso_conn after iso_conn_del() is called. The flaw arises because clearing iso_conn::hcon previously relied on iso_conn_del() releasing the last reference to the iso_conn, creating a race condition window where ISO sockets could dereference a freed hcon. Affected versions include Linux kernel releases before 6.18.44 and before 7.1.8; kernel 7.2 and later are unaffected. The vulnerability was published on August 28, 2026, with patches available in the same timeframe. The CVSS base score is currently listed as 0.0 with an estimated severity of Medium (GitHub Advisory, Feedly).

Technical details

The root cause is a use-after-free (CWE-416) condition in the Linux kernel's Bluetooth ISO socket implementation (net/bluetooth/iso.c). When iso_conn_del() is invoked, the iso_conn::hcon pointer is not explicitly cleared, meaning that if another code path holds a reference to the iso_conn and later dereferences hcon, it accesses already-freed memory. The fix explicitly sets conn->hcon = NULL within iso_conn_del(), eliminating the ambiguity about reference ownership and preventing the dangling pointer dereference. Exploitation requires local access and the ability to perform malicious Bluetooth ISO socket operations to trigger the race condition (GitHub Advisory, Kernel Patch).

Impact

Successful exploitation of this vulnerability could allow a local attacker to trigger memory corruption through the dangling hcon pointer, potentially leading to kernel crashes (denial of service) or arbitrary code execution in kernel context. If code execution is achieved, an attacker could escalate privileges to root, compromising the full confidentiality, integrity, and availability of the affected system. The scope is limited to systems with Bluetooth ISO socket support enabled and accessible to local users (GitHub Advisory, Feedly).

Exploitability

No public proof-of-concept exploit code or in-the-wild exploitation has been reported for CVE-2026-80721 as of the disclosure date. The EPSS score is 0.0, indicating a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires local access to a system with Bluetooth ISO socket functionality, which limits the attack surface (GitHub Advisory).

Mitigation and workarounds

The Linux kernel project has released patches addressing this vulnerability. Users should upgrade to kernel version 6.18.44 or later in the 6.18.x series, or 7.1.8 or later in the 7.1.x series; kernel 7.2 and above are unaffected. The fix is available via the stable kernel tree at the following commits: e941799c31f6, cdce8af9291d, and aa9f7cb2bd3a. As a temporary workaround where patching is not immediately possible, disabling Bluetooth ISO socket support or restricting local user access to Bluetooth interfaces can reduce exposure (GitHub Advisory, Kernel Patch).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-80724HIGH8.8
  • Linux Kernel logoLinux Kernel
  • linux-azure-6.17
NoNoAug 28, 2026
CVE-2026-80722HIGH8.8
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-core
NoYesAug 28, 2026
CVE-2026-80721HIGH8.8
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-modules
NoYesAug 28, 2026
CVE-2026-80723HIGH8.4
  • Linux Kernel logoLinux Kernel
  • kernel-64k-debug-devel
NoYesAug 28, 2026
CVE-2026-80725HIGH7
  • Linux Kernel logoLinux Kernel
  • kernel-zfcpdump
NoYesAug 29, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management