CVE-2026-45836
Bluetooth Null Pointer Dereference in Linux Kernel
Publication date: 2026-05-26
Last updated on: 2026-05-26
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 null pointer dereference issue in the Linux kernel's Bluetooth L2CAP component. Specifically, it occurs in the function l2cap_sock_get_sndtimeo_cb(). The fix involves adding a NULL pointer check similar to those already present in related functions l2cap_sock_resume_cb() and l2cap_sock_ready_cb().
How can this vulnerability impact me? :
A null pointer dereference vulnerability can cause the affected system or component to crash or behave unpredictably, potentially leading to denial of service. In this case, exploitation could disrupt Bluetooth functionality in the Linux kernel.