CVE-2026-64484 | 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 dereference. Add a NULL check after snd_ctl_new1() and return -ENOMEM if it fails.
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 dereference.
Add a NULL check after snd_ctl_new1() and return -ENOMEM if it fails.
- 🔗 git.kernel.org/stable/c/96cad5bd7d0a176db3fdc06717a41271…
- 🔗 git.kernel.org/stable/c/6c4efebaf73e217efbd08cdbda805758…
- 🔗 git.kernel.org/stable/c/41759affbcfe3d51a32900da9547a1ff…
- 🔗 git.kernel.org/stable/c/7531a37720c2545a480fd0fa46497856…
- 🔗 git.kernel.org/stable/c/af01c48e17a66fa038af210a5c49d6cd…
- 🔗 git.kernel.org/stable/c/9e53e99b6fa3cd82992d963cbff58dbb…
- 🔗 git.kernel.org/stable/c/1949163dee39e0e4a1468f37dd730296…
- 🔗 git.kernel.org/stable/c/1edd1f02dddd20aeb6066ded41017615…
Zero-Day & Vulnerability Intelligence Hub
Echtzeit-Tracking mit EPSS Exploit-Wahrscheinlichkeiten, Angriffsvektor-Decodern und KI-Patch-Anleitungen.
📊 Historien-Charts — Criticals-Trend · Vendors · EPSS-Verteilung
| Tier | 2026-08-29 | 2026-09-06 |
|---|---|---|
| ≥90 % | 4 | 0 |
| ≥50 % | 4 | 0 |
| ≥10 % | 3 | 0 |
| <10 % | 304 | 300 |
CVE-2026-64484 | 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 dereference. Add a NULL check after snd_ctl_new1() and return -ENOMEM if it fails.
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 der