In the Linux kernel, the following vulnerability has been resolved:
ALSA: core: Fix possible NULL dereference caused by kunit_kzalloc()
kunit_kzalloc() may return a NULL pointer, dereferencing it without
NULL check may lead to NULL dereference.
Add NULL checks for all the kunit_kzalloc() in sound_kunit.c
CVSS
No CVSS.
References
Configurations
No configuration.
History
28 Dec 2024, 10:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-12-28 10:15
Updated : 2024-12-28 10:15
NVD link : CVE-2024-56696
Mitre link : CVE-2024-56696
CVE.ORG link : CVE-2024-56696
JSON object : View
Products Affected
No product.
CWE
No CWE.