NONE · 0

CVE-2025-40116

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 ma...

Vulnerability 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.

References

FAQ

What is CVE-2025-40116?

CVE-2025-40116 is a documented vulnerability. 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 ma...

How severe is CVE-2025-40116?

CVSS scoring is not yet available for CVE-2025-40116. Check NVD for updates.

Is there a patch for CVE-2025-40116?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.