In the Linux kernel, the following vulnerability has been resolved:
ASoC: imx-audmix: Add NULL check in imx_audmix_probe
devm_kasprintf() can return a NULL pointer on failure,but this
returned value in imx_audmix_probe() is not checked.
Add NULL check in imx_audmix_probe(), to handle kernel NULL
pointer dereference error.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-12-27 14:15
Updated : 2025-10-01 20:17
NVD link : CVE-2024-53199
Mitre link : CVE-2024-53199
CVE.ORG link : CVE-2024-53199
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
