Description
In the Linux kernel, the following vulnerability has been resolved:

ALSA: es1938: check snd_ctl_new1() return value

snd_ctl_new1() can return NULL when memory allocation fails.
snd_es1938_mixer() does not check the return value before dereferencing
the pointer, which can lead to a NULL pointer dereference.

Add a NULL check after snd_ctl_new1() and return -ENOMEM if it fails.
Published: 2026-07-25
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability stems from the ALSA es1938 driver in the Linux kernel, where the function snd_ctl_new1() can return a NULL pointer if memory allocation fails. The driver fails to check this return value before dereferencing it, which can cause a NULL pointer dereference. This results in a kernel panic and system crash, effectively denying service. The defect represents a classic null pointer dereference and, while local in nature, could allow a malicious user to forcibly destabilize the kernel during a crash.

Affected Systems

All Linux kernel builds that include the es1938 audio driver without the patch fixing this oversight are vulnerable. No specific kernel versions are listed, so the issue applies to all affected distributions until the kernel source incorporates the correct NULL check. The vulnerability impacts the Linux kernel as a whole, particularly systems using hardware supported by the es1938 driver and the ALSA subsystem.

Risk and Exploitability

The CVSS score is not provided, but the type of failure suggests a severe impact in that a kernel crash yields a critical denial of service. The EPSS score of less than 1% indicates a very low probability of exploitation at this time. The vulnerability is not listed in the CISA KEV catalog, further suggesting limited active exploitation. The likely attack vector is local: an attacker with the ability to interact with the ALSA es1938 driver can trigger the allocation failure and cause the crash. Despite the low likelihood, the high consequence warrants prompt mitigation.

Generated by OpenCVE AI on August 3, 2026 at 18:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the upstream kernel patch that adds a NULL check after snd_ctl_new1() and upgrade to a kernel version that includes this fix.
  • If upgrading is not immediately possible, disable the es1938 driver by blacklisting it or removing it from the driver list to prevent the risky code from loading.
  • Continuously monitor system logs for kernel oops or crash events, and ensure any distributive updates that provide the patch are installed as soon as available.

Generated by OpenCVE AI on August 3, 2026 at 18:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4717-1 linux security update
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


Sun, 26 Jul 2026 01:30: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: es1938: check snd_ctl_new1() return value snd_ctl_new1() can return NULL when memory allocation fails. snd_es1938_mixer() does not check the return value before dereferencing the pointer, which can lead to a NULL pointer dereference. Add a NULL check after snd_ctl_new1() and return -ENOMEM if it fails.
Title ALSA: es1938: 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:44.591Z

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

Link: CVE-2026-64484

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-64484

cve-icon Redhat

Severity :

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

Links: CVE-2026-64484 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T18:45:17Z

Weaknesses