Description
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.
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 ymfpci driver contains a flaw where the function snd_ctl_new1() can return NULL when the kernel fails to allocate memory. The caller, snd_ymfpci_create_spdif_controls(), dereferences the returned structure without checking for NULL, accessing kctl->id.device. If this occurs, the kernel will dereference a NULL pointer, leading to a crash. The vulnerability is identified as a null pointer dereference (CWE‑476) and results in a loss of availability for any process running on the affected system.

Affected Systems

Any Linux kernel that includes the ALSA ymfpci driver in its modules and has not yet integrated the recent patch is susceptible. The vendor listings indicate Linux kernel source, and there are no specific version bounds provided, so all builds containing the unpatched ymfpci code are potentially at risk until the kernel is updated.

Risk and Exploitability

The CVSS score of 5.5 categorizes the issue as medium severity, while the EPSS score of less than 1% suggests a low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. Based on the description, it is inferred that the attacker would need local access to load or reinitialize the ALSA ymfpci driver, making the likely attack vector local. No active exploits are documented; a successful exploitation would force a kernel panic, causing a system reboot or denial of service for legitimate users.

Generated by OpenCVE AI on August 4, 2026 at 14:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply an updated Linux kernel release that includes the null‑check fix for snd_ymfpci_create_spdif_controls.
  • Reboot the system to ensure the patched kernel and driver are loaded.
  • If an immediate kernel upgrade is unavailable, unload the snd-ymfpci module with "modprobe -r snd-ymfpci" or blacklist it to prevent automatic loading until the fix is applied.

Generated by OpenCVE AI on August 4, 2026 at 14:16 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 12:15:00 +0000

Type Values Removed Values Added
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


Sun, 26 Jul 2026 01:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

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: 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.
Title ALSA: ymfpci: 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:48.161Z

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

Link: CVE-2026-64489

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-64489

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-64489 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T14:30:10Z

Weaknesses