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
No history.
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