Bug 2507155 (CVE-2026-64486) - CVE-2026-64486 kernel: ALSA: cmipci: check snd_ctl_new1() return value
Summary: CVE-2026-64486 kernel: ALSA: cmipci: check snd_ctl_new1() return value
Keywords:
Status: NEW
Alias: CVE-2026-64486
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:07 UTC by OSIDB Bzimport
Modified: 2026-07-29 14:50 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:07:57 UTC
In the Linux kernel, the following vulnerability has been resolved:

ALSA: cmipci: check snd_ctl_new1() return value

snd_ctl_new1() can return NULL when memory allocation fails.
snd_cmipci_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.


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