CVE-2026-64489
Received Received - Intake

ALSA: NULL Pointer Dereference in ymfpci Driver

Vulnerability report for CVE-2026-64489, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-25

Last updated on: 2026-07-25

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-25
Last Modified
2026-07-25
Generated
2026-08-14
AI Q&A
2026-07-25
EPSS Evaluated
2026-08-13
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is in the Linux kernel's ALSA ymfpci driver. It occurs when snd_ctl_new1() fails to allocate memory and returns NULL. The function snd_ymfpci_create_spdif_controls() does not check this return value before using kctl->id.device, leading to a potential NULL pointer dereference.

Detection Guidance

This vulnerability is specific to the Linux kernel's ALSA ymfpci driver and involves a NULL pointer dereference due to unchecked snd_ctl_new1() return values. Detection requires checking kernel logs for NULL pointer dereference errors related to the ymfpci driver or ALSA subsystem.

Impact Analysis

This could cause a system crash or denial of service if exploited. An attacker could trigger the NULL pointer dereference to cause kernel instability or unexpected behavior in systems using the affected Linux kernel component.

Compliance Impact

This vulnerability is a NULL pointer dereference in the Linux kernel's ALSA ymfpci driver due to unchecked memory allocation failures. It does not directly impact compliance with standards like GDPR or HIPAA, as those focus on data protection, privacy, and security controls rather than kernel driver memory management issues.

Mitigation Strategies

Apply the Linux kernel patch that adds NULL checks after snd_ctl_new1() calls in the ymfpci driver. Update to a kernel version that includes this fix. Monitor kernel logs for related errors as a sign of exploitation or misconfiguration.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64489. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart