7 matches found
CVE-2026-64484
In the Linux kernel, the following vulnerability has been resolved: ALSA: es1938: check sndctlnew1 return value sndctlnew1 can return NULL when memory allocation fails. sndes1938mixer does not check the return value before dereferencing the pointer, which can lead to a NULL pointer dereference. A...
UBUNTU-CVE-2026-64484
In the Linux kernel, the following vulnerability has been resolved: ALSA: es1938: check sndctlnew1 return value sndctlnew1 can return NULL when memory allocation fails. sndes1938mixer does not check the return value before dereferencing the pointer, which can lead to a NULL pointer dereference. A...
CVE-2026-64484
In the Linux kernel, the following vulnerability has been resolved: ALSA: es1938: check sndctlnew1 return value sndctlnew1 can return NULL when memory allocation fails. sndes1938mixer does not check the return value before dereferencing the pointer, which can lead to a NULL pointer dereference. A...
CVE-2026-64484 ALSA: es1938: check snd_ctl_new1() return value
In the Linux kernel, the following vulnerability has been resolved: ALSA: es1938: check sndctlnew1 return value sndctlnew1 can return NULL when memory allocation fails. sndes1938mixer does not check the return value before dereferencing the pointer, which can lead to a NULL pointer dereference. A...
EUVD-2026-48828
In the Linux kernel, the following vulnerability has been resolved: ALSA: es1938: check sndctlnew1 return value sndctlnew1 can return NULL when memory allocation fails. sndes1938mixer does not check the return value before dereferencing the pointer, which can lead to a NULL pointer dereference. A...
CVE-2026-64484
The CVE-2026-64484 issue affects the Linux kernel ALSA es1938: snd_ctl_new1() can return NULL on memory allocation failure, and snd_es1938_mixer() dereferences that pointer without checking. The fix adds a NULL check after snd_ctl_new1() and returns -ENOMEM if allocation fails. This mode is suppo...
PT-2026-64705
In the Linux kernel, the following vulnerability has been resolved: ALSA: es1938: check snd ctl new1 return value snd ctl new1 can return NULL when memory allocation fails. snd es1938 mixer does not check the return value before dereferencing the pointer, which can lead to a NULL pointer...