Back to overview

CVE-2026-64484

Description
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.

Metadata

CVE ID
CVE-2026-64484
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 15:36 UTC
Published
2026-07-25 08:51 UTC
Last updated
2026-07-25 08:51 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 96cad5bd7d0a176db3fdc06717a41271247336bd, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 6c4efebaf73e217efbd08cdbda805758a7db3680, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 41759affbcfe3d51a32900da9547a1ffd744a85f, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 7531a37720c2545a480fd0fa464978569bf9d6a2 …
Linux Linux 2.6.12, 0 < 2.6.12, 5.10.261 ≤ 5.10.*, 5.15.212 ≤ 5.15.* …
Back to overview