CVE-2023-54214
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2023-54214 is a use-after-free vulnerability in the Linux kernel's Bluetooth L2CAP (Logical Link Control and Adaptation Protocol) subsystem. The flaw arises when alloc_skb is called to allocate a buffer, which may temporarily release and then reacquire the channel lock, creating a race condition during which the channel can be disconnected — leaving dangling references to freed memory. The vulnerability affects Linux kernel versions from 3.5 up to the patched stable releases (4.14.308, 4.19.276, 5.4.235, 5.10.173, 5.15.99, 6.1.16, 6.2.3, and 6.3). It was published on December 30, 2025, with a CVSS category estimate of High and an EPSS score of 0.024% (Feedly, EUVD).

Technical details

The root cause is a classic use-after-free (CWE-416) race condition in the Linux kernel's Bluetooth L2CAP layer. When alloc_skb() is invoked to allocate a socket buffer, it may drop and later reacquire the channel (chan) lock; during the window when the lock is released, a concurrent thread or event can disconnect and free the channel object. Subsequent code that resumes after lock reacquisition then operates on the now-freed channel structure, resulting in a use-after-free condition. The fix addresses all instances of this pattern within the L2CAP code by ensuring the channel state is validated after the lock is reacquired (Feedly, Kernel Patch).

Impact

Successful exploitation of this use-after-free vulnerability could allow a local or proximate attacker (within Bluetooth range) to cause a kernel crash (denial of service) or potentially escalate privileges by corrupting kernel memory. The vulnerability affects the confidentiality and integrity of the system, as kernel memory corruption can be leveraged to leak sensitive data or execute arbitrary code in kernel context. The scope is limited to systems with Bluetooth enabled and an active L2CAP channel, but the potential for privilege escalation makes it a significant risk on multi-user or shared systems (Feedly).

Mitigation and workarounds

The Linux kernel maintainers have released patches across all affected stable branches. Users should update to the following minimum versions: 4.14.308, 4.19.276, 5.4.235, 5.10.173, 5.15.99, 6.1.16, 6.2.3, or 6.3 (and later). As a temporary workaround, disabling Bluetooth on systems where it is not required reduces the attack surface. Downstream Linux distributions (e.g., Debian, Ubuntu, RHEL) should be monitored for their respective kernel security updates incorporating these fixes (Feedly, 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-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 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