CVE-2025-40030
BaseFortify
Publication date: 2025-10-28
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 is in the Linux kernel's pinctrl subsystem. The function pinmux_ops::get_function_name() can return a NULL pointer, but this return value was not properly checked before being used in a string comparison function (strcmp). This can lead to a NULL pointer dereference. The fix involved adding a check for the NULL return value to prevent this issue.
How can this vulnerability impact me? :
If exploited, this vulnerability could cause the Linux kernel to dereference a NULL pointer, potentially leading to a kernel crash or system instability. This could result in denial of service or other unexpected behavior on affected systems.