Bug 2507065 (CVE-2026-64489) - CVE-2026-64489 kernel: ALSA: ymfpci: check snd_ctl_new1() return value
Summary: CVE-2026-64489 kernel: ALSA: ymfpci: check snd_ctl_new1() return value
Keywords:
Status: NEW
Alias: CVE-2026-64489
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-25 10:03 UTC by OSIDB Bzimport
Modified: 2026-07-29 22:43 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:03:11 UTC
In the Linux kernel, the following vulnerability has been resolved:

ALSA: ymfpci: check snd_ctl_new1() return value

snd_ctl_new1() can return NULL when memory allocation fails.
snd_ymfpci_create_spdif_controls() does not check the return value
before dereferencing kctl->id.device, which can lead to a NULL pointer
dereference.

Add NULL checks after snd_ctl_new1() calls and return -ENOMEM if any
fails.

Comment 1 Mauro Matteo Cascella 2026-07-29 22:36:37 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2026072550-CVE-2026-64489-5b95@gregkh/T


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