In the Linux kernel, the following vulnerability has been resolved:
ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value
devm_kasprintf() can return a NULL pointer on failure but this returned
value is not checked.
Fix this lack and check the returned value.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-08-17 09:15
Updated : 2024-09-10 18:42
NVD link : CVE-2024-42298
Mitre link : CVE-2024-42298
CVE.ORG link : CVE-2024-42298
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference