CVE-2025-40030
Linux Kernel - Null Pointer Dereference in pinmux_func_name_to_selector
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: pinctrl: check the return value of pinmux_ops::get_function_name() While the API contract in docs doesn't specify it explicitly, the generic implementation of the get_function_name() callback from struct pinmux_ops - pinmux_generic_get_function_name() - can fail and return NULL. This is already checked in pinmux_check_ops() so add a similar check in pinmux_func_name_to_selector() instead of passing the returned pointer right down to strcmp() where the NULL can get dereferenced. This is normal operation when adding new pinfunctions.
References (8)
Core 8
Core References
Scores
EPSS
0.0021
EPSS Percentile
10.8%
Details
Status
published
Products (25)
linux/Kernel
4.19.0 - 5.4.301linux
linux/Kernel
5.11.0 - 5.15.195linux
linux/Kernel
5.16.0 - 6.1.156linux
linux/Kernel
5.5.0 - 5.10.246linux
linux/Kernel
6.13.0 - 6.17.3linux
linux/Kernel
6.2.0 - 6.6.112linux
linux/Kernel
6.7.0 - 6.12.53linux
Linux/Linux
< 4.19
Linux/Linux
4.19
Linux/Linux
5.10.246 - 5.10.*
... and 15 more
Published
Oct 28, 2025
Tracked Since
Feb 18, 2026