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
14 Sep 2024, 16:00
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/0a2bab5ed161318f57134716accba0a30f3af191 - Patch | |
References | () https://git.kernel.org/stable/c/1c38a62f15e595346a1106025722869e87ffe044 - Patch | |
References | () https://git.kernel.org/stable/c/292151af6add3e5ab11b2e9916cffa5f52859a1f - Patch | |
References | () https://git.kernel.org/stable/c/2cea369a5c2e85ab14ae716da1d1cc6d25c85e11 - Patch | |
References | () https://git.kernel.org/stable/c/4e9436375fcc9bd2a60ee96aba6ed53f7a377d10 - Patch | |
References | () https://git.kernel.org/stable/c/4ed45fe99ec9e3c9478bd634624cd05a57d002f7 - Patch | |
References | () https://git.kernel.org/stable/c/6341c2856785dca7006820b127278058a180c075 - Patch | |
References | () https://git.kernel.org/stable/c/8f0bd526921b6867c2f10a83cd4fd14139adcd92 - Patch | |
CWE | CWE-476 | |
CPE | cpe:2.3:o:linux:linux_kernel:6.11:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.11:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.11:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.11:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.11:rc5:*:*:*:*:*:* |
|
First Time |
Linux linux Kernel
Linux |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
13 Sep 2024, 14:06
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
13 Sep 2024, 06:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
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