CVE-2023-54214
Use-After-Free Vulnerability in Linux Kernel Bluetooth L2CAP
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's Bluetooth L2CAP component involves a potential user-after-free issue. It occurs because the code allocates a buffer using alloc_skb, which may release and later reacquire a channel lock. During this time, the channel could be disconnected, leading to a use of memory that has already been freed.
How can this vulnerability impact me? :
This vulnerability can lead to use-after-free conditions, which may cause system instability, crashes, or potentially allow an attacker to execute arbitrary code or cause denial of service via the Bluetooth subsystem.