PatchSiren cyber security CVE debrief
CVE-2026-80914 Linux CVE debrief
A use-after-free vulnerability exists in the Linux kernel's Bluetooth ISO subsystem, specifically in the `iso_conn_ready` function. This function attempts to create a child socket from a listener socket that has been concurrently closed, leading to a potential use-after-free error when the child socket is later disconnected. The issue affects Linux kernel versions and could allow for system crashes or potential code execution. Defenders should verify exposure, prioritize patching, and mitigate potential disruptions. The vulnerability was resolved through a series of commits addressing the use-after-free issue in the Bluetooth ISO subsystem.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-09
- Original CVE updated
- 2026-09-14
- Advisory published
- 2026-09-09
- Advisory updated
- 2026-09-14
Who should care
Linux kernel developers and maintainers, Linux distribution maintainers, system administrators responsible for Linux systems, security teams monitoring Linux kernel vulnerabilities
Why it matters
CVE-2026-80914 is a high-severity use-after-free vulnerability in the Linux kernel's Bluetooth ISO subsystem. Defenders should verify exposure, prioritize patching, and mitigate potential disruptions.
- Verification of Linux kernel versions and patch levels is necessary to determine exposure.
- Exploitation of this vulnerability could lead to system crashes or potential code execution.
- Defenders should prioritize patching or mitigating this vulnerability to prevent potential disruptions.
- Remediation requires updating affected Linux kernel versions with the provided patches.
Technical summary
The `iso_conn_ready` function in the Linux kernel's Bluetooth ISO subsystem does not properly handle the case where the listener socket is closed concurrently. It takes a reference to the listener socket using `iso_get_sock`, but does not re-check its state before creating a child socket. If the listener socket is closed and freed between these steps, the child socket will reference a dangling pointer, leading to a use-after-free error when the child socket is later disconnected.
Defensive priority
High
Recommended defensive actions
- Review and apply the relevant Linux kernel patches to address the use-after-free vulnerability in the Bluetooth ISO subsystem.
- Ensure that systems with Linux kernel versions affected by this vulnerability are updated with the latest security patches.
- Monitor Linux kernel subsystem updates for any additional information or patches related to this vulnerability.
- Perform a thorough review of the Linux kernel version used in your environment to determine exposure.
- Prioritize patching or mitigating this vulnerability to prevent potential disruptions.
- Verify the integrity of the Linux kernel's Bluetooth ISO subsystem configuration.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The vulnerability was resolved in the Linux kernel through a series of commits addressing the use-after-free issue in the Bluetooth ISO subsystem. Official references are available from the Linux kernel Git repository.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-80914 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-80914
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-80914 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-80914
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/03288b7447c9e572f8ab82fc29cfb4ca719ab210
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/1702f12cf59a1c3b670eb6bb4a4d6fcccf07e3b8
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/2387cd06a2c0b416f05028b02bba1089f54c28d9
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/49fd7116f76b860b230843700fb7423ab5331e1f
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/560bef609fa5992745929e8d7d458b9d88dd2830
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/d47b8f8c02a3d3f282693e5a4ff1f6b4b00518de
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.