In the Linux kernel, the following vulnerability has been resolved:
ASoC: qcom: Fix NULL Dereference in asoc_qcom_lpass_cpu_platform_probe()
A devm_kzalloc() in asoc_qcom_lpass_cpu_platform_probe() could
possibly return NULL pointer. NULL Pointer Dereference may be
triggerred without addtional check.
Add a NULL check for the returned pointer.
References
Configurations
Configuration 1 (hide)
|
History
08 Nov 2024, 16:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
08 Nov 2024, 15:46
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/1e235d02d803660777ec911a2c467ae41f8539f5 - Patch | |
References | () https://git.kernel.org/stable/c/49da1463c9e3d2082276c3e0e2a8b65a88711cd2 - Patch | |
References | () https://git.kernel.org/stable/c/73cc3f905ca9aa95694eea3dfa1acadc90686368 - Patch | |
References | () https://git.kernel.org/stable/c/a8e691fe1894c8bdf815a6171ee22ae7da8b18aa - Patch | |
References | () https://git.kernel.org/stable/c/e19bf49e903337641fc230d430d49813e3199902 - Patch | |
CPE | cpe:2.3:o:linux:linux_kernel:6.12:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc1:*:*:*:*:*:* |
|
CWE | CWE-476 | |
First Time |
Linux
Linux linux Kernel |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
06 Nov 2024, 18:17
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
05 Nov 2024, 18:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-11-05 18:15
Updated : 2024-11-08 16:15
NVD link : CVE-2024-50103
Mitre link : CVE-2024-50103
CVE.ORG link : CVE-2024-50103
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference