CVE-2024-53199: ASoC: imx-audmix: Add NULL check in imx_audmix_probe
In the Linux kernel, the following vulnerability has been resolved:
ASoC: imx-audmix: Add NULL check in imxaudmixprobe
devmkasprintf() can return a NULL pointer on failure,but this returned value in imxaudmixprobe() is not checked. Add NULL check in imxaudmixprobe(), to handle kernel NULL pointer dereference error.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-53199?
CVE-2024-53199 has a moderate severity rating due to the potential for a NULL pointer dereference in the Linux kernel.
How do I fix CVE-2024-53199?
To fix CVE-2024-53199, update your Linux kernel to a patched version such as 5.10.223-1 or later, or 6.12.15-1 or later.
Which Linux kernel versions are affected by CVE-2024-53199?
CVE-2024-53199 affects Linux kernel versions between 6.11 and 6.12.2, along with specific versions within that range.
What component of the Linux kernel does CVE-2024-53199 impact?
CVE-2024-53199 impacts the ASoC (ALSA System on Chip) framework specifically related to the imx-audmix driver.
What can happen if CVE-2024-53199 is exploited?
If exploited, CVE-2024-53199 could lead to system instability or potential denial of service due to a NULL pointer dereference.