NULL Pointer Dereference in Linux Kernel ALSA es1938 Component
CVE-2026-64484
What is CVE-2026-64484?
A vulnerability has been identified in the ALSA component of the Linux kernel specifically related to the es1938 mixer. The function snd_ctl_new1() can return NULL if memory allocation fails, but the snd_es1938_mixer() function lacks proper checks for this return value. Consequently, a NULL pointer dereference might occur. To mitigate this issue, it is essential to introduce a NULL check after invoking snd_ctl_new1() and appropriately handle the error by returning -ENOMEM if the memory allocation fails. This adjustment aims to enhance the stability and security of the affected components.
Affected Version(s)
Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 96cad5bd7d0a176db3fdc06717a41271247336bd
Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 6c4efebaf73e217efbd08cdbda805758a7db3680
Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 41759affbcfe3d51a32900da9547a1ffd744a85f