
Cloud Vulnerability DB
A community-led vulnerabilities database
A critical vulnerability (CVE-2022-3564) was discovered in the Linux Kernel's Bluetooth L2CAP subsystem, specifically affecting the l2cap_reassemble_sdu function in net/bluetooth/l2cap_core.c. The vulnerability was discovered on October 17, 2022, and involves a race condition that leads to a use-after-free condition (NVD, Ubuntu Security).
The vulnerability stems from a race condition between two parallel flows: 1) l2cap_reassemble_sdu -> chan->ops->recv (l2cap_sock_recv_cb) -> __sock_queue_rcv_skb, and 2) bt_sock_recvmsg -> skb_recv_datagram, skb_free_datagram. An SKB can be queued by the first flow and immediately dequeued and freed by the second flow, leading to a use-after-free condition when callers of l2cap_reassemble_sdu continue accessing struct l2cap_ctrl that resides in the SKB's CB (Kernel Commit). The vulnerability has been assigned a CVSS 3.1 base score of 7.1 (High) (NetApp Security).
When successfully exploited, this vulnerability could lead to denial of service (system crash or memory corruption), information disclosure, or potentially privilege escalation. The vulnerability affects systems with Bluetooth capabilities and could be triggered by a local attacker (Ubuntu Security, Debian LTS).
The vulnerability requires local access and can be triggered through the Bluetooth subsystem. It has been classified as having high severity due to its potential for causing system crashes, memory corruption, and possible privilege escalation. The attack complexity is considered high, requiring specific conditions to be met for successful exploitation (NetApp Security).
The vulnerability has been fixed in various Linux kernel versions across different distributions. For example, Red Hat Enterprise Linux 9.0 received the fix in kernel version 5.14.0-70.49.1.rt21.120.el9_0, Ubuntu 22.04 LTS in version 5.15.0-56.62, and Debian 10 in version 4.19.269-1 (Red Hat CVE, Debian LTS). The fix involves keeping a local copy of struct l2cap_ctrl to avoid the race condition.
Fix availability across major Linux distributions and their releases.
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."