CVE-2026-64206
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-64206 is a deadlock vulnerability in the Linux kernel's Bluetooth L2CAP subsystem, specifically in the connection teardown path. The flaw exists in l2cap_conn_del(), which acquires conn->lock before calling cancel_work_sync() for pending_rx_work, while the process_pending_rx() worker also attempts to acquire the same mutex — creating a circular lock dependency that can freeze the kernel. It was discovered via static analysis and disclosed on July 20, 2026. Affected versions include Linux kernel 3.15.5 up to (but not including) 3.16, and kernel 3.16 through versions prior to 6.18.39 and 7.1.4. The CVSS base score is currently listed as 0.0 with a medium severity estimate pending formal scoring (GitHub Advisory, Feedly).

Technical details

The root cause is a lock ordering violation (related to CWE-667: Improper Locking) in the Linux kernel Bluetooth L2CAP subsystem. In l2cap_conn_del(), conn->lock is acquired first, and then cancel_work_sync(&conn->pending_rx_work) is called to flush the pending RX worker. However, process_pending_rx() — the worker being flushed — also calls mutex_lock(&conn->lock), creating a circular dependency: the teardown path holds the lock while waiting for the worker to finish, and the worker is blocked waiting for the same lock. The fix reorders operations so that cancel_work_sync() is called before acquiring conn->lock, consistent with the lock-before-drain ordering already used for other delayed works in the same teardown path. A grounded proof-of-concept was constructed to validate the deadlock via Lockdep, which emitted a *** DEADLOCK *** warning (GitHub Advisory).

Impact

Successful exploitation causes a kernel deadlock during Bluetooth L2CAP connection teardown, resulting in a denial of service — the affected system or Bluetooth subsystem freezes and becomes unresponsive. A local attacker with the ability to initiate or manipulate Bluetooth L2CAP connections can trigger this condition by forcing connection cleanup at the right moment. There is no evidence of confidentiality or integrity impact; the primary consequence is availability loss (GitHub Advisory, Feedly).

Mitigation and workarounds

Apply the upstream Linux kernel patch that reorders lock acquisition in l2cap_conn_del() to call cancel_work_sync(&conn->pending_rx_work) before acquiring conn->lock. Fixed commits are available at d5616beb3355b5fca2280d796c1cf7ada4ee6551, e96fbac8d3a73b0bc165383c092a30628561d320, and 2641a9e0a1dd4af2e21995470a21d55dd35e5203 in the stable kernel tree. Patched stable releases include kernel 6.18.39, 7.1.4, and 7.2-rc3 or later. As a temporary workaround where patching is not immediately possible, disabling Bluetooth on affected systems will prevent the vulnerable code path from being triggered (GitHub Advisory, Feedly).

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-64192HIGH7.8
  • Linux Kernel logoLinux Kernel
  • kernel-zfcpdump-devel-matched
NoYesJul 20, 2026
CVE-2026-64191HIGH7.8
  • Linux Kernel logoLinux Kernel
  • linux-lowlatency-hwe-6.8
NoYesJul 20, 2026
CVE-2026-64206MEDIUM5.5
  • Linux Kernel logoLinux Kernel
  • kernel-selftests-internal
NoYesJul 20, 2026
CVE-2026-64205MEDIUM5.5
  • Linux Kernel logoLinux Kernel
  • kernel-zfcpdump-modules-extra
NoNoJul 20, 2026
CVE-2026-64600NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-abi-stablelists
NoYesJul 23, 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