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

ALSA: aoa: check snd_ctl_new1() return value

snd_ctl_new1() can return NULL when memory allocation fails. In
layout.c, the function does not check the return value before
dereferencing ctl->id.name or passing to aoa_snd_ctl_add(), which can
lead to a NULL pointer dereference.

Add NULL checks after snd_ctl_new1() calls and return early 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

In the Linux kernel ALSA aoa subsystem, the function snd_ctl_new1() can return NULL when memory allocation fails. The code in layout.c does not validate this return value before accessing ctl->id.name or calling aoa_snd_ctl_add(), resulting in a NULL pointer dereference that crashes the kernel. The crash restores the system to a non‑functional state, providing only a denial‑of‑service through a kernel panic or reboot.

Affected Systems

All Linux kernel implementations that include the ALSA aoa driver are affected. No specific version range is supplied in the advisory; the flaw exists in any kernel release that has the unpatched layout.c code.

Risk and Exploitability

The CVSS score is 5.5, but the EPSS score is reported as < 1% and the flaw is not listed in CISA’s KEV catalog, indicating a low but non‑zero likelihood of exploitation. Because the vulnerability requires the ALSA aoa module to be loaded and a memory allocation failure to occur, the attack vector is likely local or requires an attacker to induce a low‑memory condition. The resulting kernel panic brings the system offline, but does not allow privilege escalation or data exfiltration. The overall risk is moderate, yet the severity of the crash warrants timely patching.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest kernel update that incorporates the NULL‑check fix for snd_ctl_new1() calls.
  • If an immediate kernel update is unavailable, unload the ALSA aoa module or remove it from the kernel configuration to prevent execution of the vulnerable code path.
  • Audit other ALSA control‑creation functions for missing NULL checks and apply similar safeguards to eliminate this class of crashes.

Generated by OpenCVE AI on August 3, 2026 at 18:30 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
Debian DSA Debian DSA DSA-6405-1 linux security update
History

Thu, 30 Jul 2026 12: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: aoa: check snd_ctl_new1() return value snd_ctl_new1() can return NULL when memory allocation fails. In layout.c, the function does not check the return value before dereferencing ctl->id.name or passing to aoa_snd_ctl_add(), which can lead to a NULL pointer dereference. Add NULL checks after snd_ctl_new1() calls and return early if any fails.
Title ALSA: aoa: 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:47.436Z

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

Link: CVE-2026-64488

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-64488

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-64488 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses