CVE-2024-56696

CVSS 3.1 Score 5.5 of 10 (medium)

Details

Published Dec 28, 2024
Updated: Jan 8, 2025
CWE ID 476

Summary

CVE-2024-56696 is a newly identified vulnerability in the Linux kernel. This issue lies within the ALSA (Advanced Linux Sound Architecture) component, specifically in the "core" subsystem. The flaw stems from the function 'kunit_kzalloc()' which, under certain circumstances, may return a NULL pointer. Unchecked dereferencing of this null pointer can result in a NULL dereference, potentially leading to unintended system behavior or crashes. The vulnerability has been addressed by adding NULL checks for all instances of 'kunit_kzalloc()' in the 'sound_kunit.c' file.

Ligh bulbPrevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.

Share