CVE-2026-68393
Received Received - Intake

Bluetooth Use-After-Free in Linux Kernel

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

Publication date: 2026-08-10

Last updated on: 2026-08-17

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: extend conn_hash lookup critical sections Using RCU-protected pointers outside the critical sections without refcount is incorrect and may result to UAF. Extend critical section to cover both hci_conn_hash lookup and use of the returned conn. Add surrounding rcu_read_lock() also when return value is not used, in preparation for RCU lockdep requirement to hci_lookup_le_connect(). This avoids concurrent deletion of the conn before we are done dereferencing it. Also, make sure to hold hdev->lock when accessing hdev->accept_list.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-17
Generated
2026-08-30
AI Q&A
2026-08-10
EPSS Evaluated
2026-08-29
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux 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 Linux kernel Bluetooth vulnerability where RCU-protected pointers are used outside critical sections without proper reference counting, potentially leading to a use-after-free (UAF) condition. The fix extends critical sections to cover both the lookup and use of the connection hash, ensuring the connection isn't deleted concurrently while being accessed.

Detection Guidance

This vulnerability is specific to the Linux kernel's Bluetooth subsystem and requires kernel-level inspection. Detection involves checking kernel logs for Bluetooth-related errors or crashes, particularly around hci_sync or hci_conn_hash operations. Commands like dmesg | grep -i bluetooth or journalctl -k | grep -i bluetooth may help identify issues. Kernel version checks (uname -r) can confirm if your system is affected if the version predates the fix.

Impact Analysis

An attacker within Bluetooth range could exploit this to cause a system crash or execute arbitrary code with kernel privileges, leading to denial of service or unauthorized access to sensitive data on affected systems.

Compliance Impact

This vulnerability could lead to unauthorized data access or system compromise, violating GDPR's integrity and confidentiality requirements or HIPAA's security controls for protected health information. Compliance may be impacted if exploited.

Mitigation Strategies

Immediate mitigation involves updating the Linux kernel to a patched version that includes the fix for this vulnerability. Check your distribution's security updates or kernel patches. If updating is not immediately possible, consider disabling Bluetooth functionality temporarily until the patch is applied.

Chat Assistant

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

EPSS Chart