In the Linux kernel, the following vulnerability has been resolved:
pinctrl: single: fix potential NULL dereference in pcs_get_function()
pinmux_generic_get_function() can return NULL and the pointer 'function'
was dereferenced without checking against NULL. Add checking of pointer
'function' in pcs_get_function().
Found by code review.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-09-13 06:15
Updated : 2024-09-14 16:00
NVD link : CVE-2024-46685
Mitre link : CVE-2024-46685
CVE.ORG link : CVE-2024-46685
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference