CVE-2025-38641
BaseFortify
Publication date: 2025-08-22
Last updated on: 2025-11-26
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 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a potential NULL pointer dereference in the Linux kernel's Bluetooth USB driver (btusb). It occurs when the kernel memory allocation function kmalloc fails and returns NULL, but the code does not properly check for this failure before using the pointer, which can lead to a crash or unexpected behavior. The fix involves adding checks for kmalloc's return value and handling allocation failures correctly.
How can this vulnerability impact me? :
If exploited, this vulnerability could cause the Linux kernel to dereference a NULL pointer, potentially leading to a system crash or denial of service. This could disrupt Bluetooth functionality or overall system stability on affected devices.