
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-53827 is a use-after-free vulnerability in the Linux kernel's Bluetooth L2CAP (Logical Link Control and Adaptation Protocol) subsystem, specifically in the l2cap_disconnect_req and l2cap_disconnect_rsp functions. The flaw allows a reference to an L2CAP channel that is in the process of being destroyed, leading to memory corruption. It affects the Linux kernel across a wide range of stable branches and was publicly disclosed on December 9, 2025. Fixed versions include Linux kernel 4.14.313, 4.19.281, 5.4.241, 5.10.178, 5.15.108, 6.1.25, 6.2.12, and 6.3. Feedly estimates the severity as HIGH, with an EPSS score of 0.000240 (Feedly, ENISA EUVD).
The root cause is a use-after-free condition (CWE-416) in the Linux kernel's Bluetooth L2CAP implementation. When processing L2CAP disconnect request or response packets, the code could reference an l2cap_chan object that was concurrently being destroyed, resulting in a dangling pointer dereference. The fix mirrors the approach used in commit d0be8347c623 ("Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put") by replacing the unsafe channel reference with a call to l2cap_chan_hold_unless_zero, which safely acquires a reference only if the channel has not yet reached a zero reference count. Exploitation requires the ability to send crafted Bluetooth L2CAP disconnect packets to a vulnerable system, typically requiring proximity or an established Bluetooth connection (Feedly, ENISA EUVD).
Successful exploitation of this use-after-free vulnerability could allow an attacker to cause a kernel crash (denial of service) or potentially achieve arbitrary code execution in kernel context, depending on memory layout and timing. If code execution is achieved, an attacker could escalate privileges, compromise system integrity, or access sensitive kernel memory. The vulnerability affects any Linux system with Bluetooth enabled and an exposed L2CAP interface, spanning a broad range of kernel versions from 4.14 through pre-6.3 (Feedly, ENISA EUVD).
The vulnerability is fixed in the following Linux kernel stable releases: 4.14.313, 4.19.281, 5.4.241, 5.10.178, 5.15.108, 6.1.25, 6.2.12, and 6.3. Patches are available via the upstream kernel stable tree. Red Hat has issued advisories (RHSA-2026:3360 and RHSA-2026:3388) addressing this vulnerability for affected RHEL versions. As a workaround, disabling Bluetooth on systems where it is not required will eliminate the attack surface (Red Hat Advisory, Red Hat Advisory 2, ENISA EUVD).
The vulnerability has been covered by standard Linux security advisory channels including openSUSE, Red Hat, and Tenable, with no notable exceptional commentary or social media discussion identified. Coverage has been routine, consistent with a kernel memory safety fix backported across stable branches (openSUSE Advisory, Tenable).
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."