CVE-2025-40116
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-11-12

Last updated on: 2025-11-12

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: usb: host: max3421-hcd: Fix error pointer dereference in probe cleanup The kthread_run() function returns error pointers so the max3421_hcd->spi_thread pointer can be either error pointers or NULL. Check for both before dereferencing it.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-11-12
Last Modified
2025-11-12
Generated
2026-05-07
AI Q&A
2025-11-13
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is in the Linux kernel's USB host controller driver max3421-hcd. It involves an error pointer dereference in the probe cleanup process. Specifically, the kthread_run() function can return error pointers, so the max3421_hcd->spi_thread pointer may be an error pointer or NULL. The vulnerability occurs because the code did not properly check for both error pointers and NULL before dereferencing spi_thread, which could lead to a kernel error or crash.


How can this vulnerability impact me? :

If exploited, this vulnerability could cause the Linux kernel to dereference invalid pointers, potentially leading to kernel crashes or instability. This could result in denial of service or system reliability issues on affected systems using the max3421-hcd USB host controller driver.


What immediate steps should I take to mitigate this vulnerability?

Update the Linux kernel to a version where the usb host max3421-hcd driver has the fix for the error pointer dereference in probe cleanup. Specifically, ensure that the kernel includes the check for error pointers and NULL before dereferencing max3421_hcd->spi_thread in the max3421_hcd driver code.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart