Bug 2507052 (CVE-2026-64484) - CVE-2026-64484 kernel: ALSA: es1938: check snd_ctl_new1() return value
Summary: CVE-2026-64484 kernel: ALSA: es1938: check snd_ctl_new1() return value
Keywords:
Status: NEW
Alias: CVE-2026-64484
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-25 10:02 UTC by OSIDB Bzimport
Modified: 2026-07-29 18:18 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-25 10:02:30 UTC
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.

Comment 1 Mauro Matteo Cascella 2026-07-29 18:15:00 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2026072548-CVE-2026-64484-adbc@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.