CVE-2023-54038
Null Pointer Dereference in Linux Bluetooth HCI Connection Handling
Publication date: 2025-12-24
Last updated on: 2025-12-24
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 in the Linux kernel's Bluetooth subsystem. Specifically, functions hci_connect_sco() and hci_connect_cis() return NULL when there is no link, but the calling functions expect an ERR_PTR error pointer instead. This mismatch causes a NULL pointer to be dereferenced, leading to potential crashes or undefined behavior.
How can this vulnerability impact me? :
The vulnerability can cause the Linux kernel Bluetooth subsystem to dereference a NULL pointer, which may lead to kernel crashes or instability. This can affect system reliability and potentially cause denial of service.