
Cloud Vulnerability DB
A community-led vulnerabilities database
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).
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).
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).
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).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."