CVE-2023-53520
BaseFortify
Publication date: 2025-10-01
Last updated on: 2026-04-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
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 race condition in the Linux kernel's Bluetooth subsystem. Specifically, if the function hci_unregister_dev() frees the hci_dev object while another function, hci_suspend_notifier, is still accessing it, it can cause the system to crash. The issue arises because the reference count of the hci_dev object is not properly held during processing, leading to a use-after-free scenario. The patch fixes this by holding the reference count during hci_suspend_notifier processing to prevent the crash.
How can this vulnerability impact me? :
This vulnerability can cause the Linux system to crash unexpectedly when Bluetooth devices are being suspended or unregistered. Such crashes can lead to system instability, potential data loss, and disruption of services relying on Bluetooth functionality.