CVE-2026-80692
Received Received - Intake

Bluetooth Use-After-Free in Linux Kernel

Vulnerability report for CVE-2026-80692, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-28

Last updated on: 2026-08-29

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: hold conn in hci_connect_acl/le_sync() callbacks There is theoretical UAF if the conn is freed while the hci_sync task is running. Hold refcount to avoid that.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-29
Generated
2026-09-17
AI Q&A
2026-08-28
EPSS Evaluated
2026-09-15
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
linux linux_kernel *
linux kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a theoretical Use-After-Free (UAF) vulnerability in the Linux kernel's Bluetooth subsystem. It occurs in the hci_sync component when a connection (conn) is freed while the hci_sync task is still running. The issue arises because the connection reference is not properly held during callbacks in hci_connect_acl/le_sync functions, potentially allowing the freed memory to be accessed.

Detection Guidance

This vulnerability is specific to the Linux kernel's Bluetooth subsystem and involves a potential use-after-free condition in the hci_sync task. Detection requires checking kernel logs for Bluetooth-related errors or crashes, particularly during connection handling. Commands like dmesg | grep -i bluetooth or journalctl -k | grep -i bluetooth may help identify issues. Ensure your kernel is updated to a patched version.

Impact Analysis

If exploited, this vulnerability could lead to system crashes, privilege escalation, or arbitrary code execution. An attacker within Bluetooth range might trigger the UAF to corrupt kernel memory, potentially gaining control over the affected system.

Compliance Impact

This vulnerability is a theoretical use-after-free (UAF) issue in the Linux kernel's Bluetooth subsystem. It does not directly relate to data privacy, storage, or access controls that GDPR or HIPAA typically address. Compliance impact would depend on whether this flaw could lead to unauthorized data access or system compromise in a specific deployment.

Mitigation Strategies

Update the Linux kernel to the latest stable version that includes the fix for this vulnerability. Monitor vendor advisories for kernel updates and apply patches promptly.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80692. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart