CVE-2026-97418: ALSA: es18xx: check control allocation before private data setup

Published Sep 24, 2026
·
Updated

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

ALSA: es18xx: check control allocation before private data setup

sndes18xxmixer() creates controls with sndctlnew1() and then stores bookkeeping pointers or sets privatefree before calling sndctladd(). sndctlnew1() can return NULL on allocation failure, so those writes can dereference a NULL control pointer.

Check the returned control pointers before using them and return -ENOMEM on allocation failure.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    In ALSA es18xx mixer control allocation, check each control pointer returned by snd_ctl_new1() before dereferencing or storing bookkeeping/private data, and return -ENOMEM when allocation fails.

Event History

Sep 24, 2026
CVE Published
via MITRE·04:03 PM
Data Sourced
via MITRE·04:03 PM
Description
Data Sourced
via NVD·05:17 PM
Description

Frequently Asked Questions

1

Under what condition can this issue be triggered?

It requires snd_ctl_new1() to fail while the es18xx mixer controls are being created. The vulnerable code then accesses the returned control pointer without first checking whether it is NULL.

2

What is the likely impact of an allocation failure in the affected path?

A failed control allocation can lead to a NULL pointer dereference when bookkeeping pointers or the private_free handler are set. The corrected behavior is to detect the failure and return -ENOMEM.

3

How can I determine whether my kernel includes the fix?

Check whether the es18xx mixer code verifies each snd_ctl_new1() return value before accessing control fields or passing the control onward. The listed stable kernel references identify commits that implement this check.

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