CVE-2023-53827
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
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 is a use-after-free issue in the Linux kernel's Bluetooth L2CAP component, specifically in the l2cap_disconnect request and response handling. It occurs when the code references a Bluetooth channel that is about to be destroyed, potentially leading to memory corruption or crashes. The fix involves using a function to hold the channel reference unless it is zero, preventing access to freed memory.
How can this vulnerability impact me? :
This vulnerability can lead to instability or crashes in the Linux kernel's Bluetooth subsystem, potentially causing denial of service or unexpected behavior in Bluetooth communications. Exploiting this could allow an attacker to disrupt Bluetooth connectivity or cause kernel memory corruption.