CVE-2026-64488: ALSA: aoa: check snd_ctl_new1() return value

Published Jul 25, 2026
·
Updated

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

ALSA: aoa: check sndctlnew1() return value

sndctlnew1() 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 aoasndctladd(), which can lead to a NULL pointer dereference.

Add NULL checks after sndctlnew1() calls and return early if any fails.

Affected Software

1 affected component
Linux kernel ALSA (Advanced Linux Sound Architecture) - aoa driver

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    In layout.c, after each snd_ctl_new1() call, check whether the return value is NULL; if it is NULL, return early instead of dereferencing ctl->id.name or passing the result to aoa_snd_ctl_add().

    Linux kernel (ALSA: aoa: layout.c) snd_ctl_new1() return value handling = Add NULL checks after snd_ctl_new1() calls; if NULL, return early

Event History

Jul 25, 2026
CVE Published
via MITRE·08:51 AM
Data Sourced
via MITRE·08:51 AM
Description
Data Sourced
via NVD·10:17 AM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-64488?

The severity of CVE-2026-64488 is rated as risk 17, indicating a significant potential impact.

2

What type of vulnerability is CVE-2026-64488?

CVE-2026-64488 is classified as a Null Pointer Dereference vulnerability in the Linux kernel.

3

How do I fix CVE-2026-64488?

To fix CVE-2026-64488, you should update to the latest Linux kernel version that addresses this vulnerability.

4

Which software is affected by CVE-2026-64488?

CVE-2026-64488 affects the Linux kernel ALSA (Advanced Linux Sound Architecture) aoa driver.

5

What impact does CVE-2026-64488 have on systems?

CVE-2026-64488 can lead to system instability or crashes due to the risk of dereferencing a null pointer.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203
CVE-2026-64488 - ALSA: aoa: check snd_ctl_new1() return value - SecAlerts