CVE-2025-40094
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 ACM function. After a bind/unbind cycle, a stale notify request (acm->notify_req) remains. If a subsequent bind fails, the error handling tries to free this stale request, causing a NULL pointer dereference when accessing a function pointer (ep->ops->free_request). This can lead to a kernel crash due to improper cleanup of resources.
How can this vulnerability impact me? :
The 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 ACM function. This may disrupt normal device operation and require a system reboot.