CVE-2025-40092
BaseFortify
Publication date: 2025-10-30
Last updated on: 2025-10-30
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 occurs in the Linux kernel's USB gadget function (f_ncm) where after a bind/unbind cycle, a stale notify request (ncm->notify_req) remains. If a subsequent bind operation fails, the error handling code attempts to free this stale request, which leads to a NULL pointer dereference when accessing the free_request operation. This causes the kernel to crash due to an invalid memory access.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash due to a NULL pointer dereference, potentially leading to denial of service on affected systems using the USB gadget f_ncm function. This could disrupt normal device operation and require a system reboot to recover.