First published: Sat Dec 28 2024(Updated: )
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
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.9<6.11.11 | |
Linux Kernel | >=6.12<6.12.2 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2024-56696 is currently assessed to be moderate due to the potential for a NULL dereference.
To fix CVE-2024-56696, ensure you update your Linux kernel to a version newer than 6.11.11 or 6.12.2 which include the necessary NULL checks.
CVE-2024-56696 affects the Linux kernel versions between 6.9 and 6.11.11 and from 6.12 to 6.12.2.
The main issue caused by CVE-2024-56696 is a possible NULL dereference when dereferencing a NULL pointer from kunit_kzalloc().
CVE-2024-56696 is not classified as a remote attack vulnerability, as it involves a local NULL dereference issue.