CVE-2024-50103: ASoC: qcom: Fix NULL Dereference in asoc_qcom_lpass_cpu_platform_probe()
In the Linux kernel, the following vulnerability has been resolved:
ASoC: qcom: Fix NULL Dereference in asocqcomlpasscpuplatformprobe()
A devmkzalloc() in asocqcomlpasscpuplatformprobe() could possibly return NULL pointer. NULL Pointer Dereference may be triggerred without addtional check. Add a NULL check for the returned pointer.
Other sources
This CVE was automatically created from a reference found in an email or other text. If you are reading this, then this CVE entry is probably erroneous, since this text should be replaced by the official CVE description automatically.
— Launchpad
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-50103?
CVE-2024-50103 is classified as a medium severity vulnerability due to the potential for a NULL pointer dereference.
How do I fix CVE-2024-50103?
To fix CVE-2024-50103, update to the latest version of the Linux kernel that addresses the vulnerability.
What causes CVE-2024-50103?
CVE-2024-50103 is caused by a possible NULL pointer dereference in the asoc_qcom_lpass_cpu_platform_probe() function of the Linux kernel.
Which versions of the Linux kernel are affected by CVE-2024-50103?
CVE-2024-50103 affects multiple versions of the Linux kernel ranging from 5.10 to 6.12-rc4.
Is CVE-2024-50103 a zero-day vulnerability?
No, CVE-2024-50103 is not a zero-day vulnerability as it has already been identified and fixed in newer kernel releases.