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-06-16
AI Q&A
2025-11-13
EPSS Evaluated
2026-06-14
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 Quick Actions
Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Mitigation Strategies

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.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-40116. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart