Description
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.
Published: 2026-07-25
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The ALSA cmipci driver in the Linux kernel can dereference a NULL pointer because the function snd_ctl_new1() may return NULL when a memory allocation fails; the subsequent code in snd_cmipci_spdif_controls() does not verify this return value before accessing kctl->id.device, which causes a kernel panic and a system reboot. This manifests as a denial‑of‑service that affects only the host experiencing the crash.

Affected Systems

Any system running a Linux kernel with the ALSA cmipci driver that has not yet incorporated the NULL‑check fix is vulnerable. The fix was applied to the kernel source in the commits referenced above, and all patches that include this change protect against the vulnerability. Consequently, all kernel releases prior to those commits are considered at risk, regardless of distribution; this includes standard kernels shipped by most vendors under the default ALSA configuration.

Risk and Exploitability

The CVSS score of 5.5 reflects a moderate severity. The EPSS score of less than 1 percent indicates a very low probability that an attacker will successfully exploit this flaw. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog. Based on the description, the likely attack vector is local or requires elevated privileges to induce a memory allocation failure that triggers the NULL pointer dereference; an attacker would need to provoke such a failure, which is unlikely in normal operation.

Generated by OpenCVE AI on August 5, 2026 at 01:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to the latest release that includes the ALSA cmipci NULL‑check fix; the fix is implemented in commit 4dd5b0b1a52a8d6e59a3f217204817228ce0238b.
  • If a patch release is unavailable for your distribution, backport the fix into your custom kernel by applying the diff from commit 4dd5b0b1a52a8d6e59a3f217204817228ce0238b and recompile the kernel.
  • As an interim measure, disable the cmipci SPDIF controls by removing the cmipci module or disabling ALSA SPDIF support via modprobe options to eliminate the code path that can dereference NULL.

Generated by OpenCVE AI on August 5, 2026 at 01:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4720-1 linux security update
Debian DLA Debian DLA DLA-4723-1 linux-6.1 security update
Debian DLA Debian DLA DLA-4724-1 linux-6.12 new package
History

Thu, 30 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Sat, 25 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description 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.
Title ALSA: cmipci: check snd_ctl_new1() return value
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-25T08:51:45.982Z

Reserved: 2026-07-19T15:36:31.792Z

Link: CVE-2026-64486

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-07-25T10:17:34.310

Modified: 2026-07-25T10:17:34.310

Link: CVE-2026-64486

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-25T00:00:00Z

Links: CVE-2026-64486 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T01:45:04Z

Weaknesses