CVE-2025-38473
BaseFortify
Publication date: 2025-07-28
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.16.0-rc4 |
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 in the Linux kernel's Bluetooth subsystem, specifically in the function l2cap_sock_resume_cb(). It occurs when the code attempts to access a socket that has already been killed, leading to a null pointer dereference. The issue was fixed by adding a check to ensure that the channel's data pointer is not NULL before accessing it, preventing the kernel from accessing invalid memory.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash or become unstable due to a null pointer dereference in the Bluetooth subsystem. This can lead to denial of service conditions, affecting system availability and potentially disrupting Bluetooth communications.