CVE-2026-53350: ASoC: wm_adsp: Fix NULL dereference when removing firmware controls

Published Jul 1, 2026
·
Updated

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

ASoC: wmadsp: Fix NULL dereference when removing firmware controls

In wmadspcontrolremove() check that the priv pointer is not NULL before attempting to cleanup what it points to.

When csdsp creates a control it calls wmadspcontroladdcb() so that wmadsp can create its own private control data. There are two cases where private data is not created:

1. The control is a SYSTEM control, so an ALSA control is not created.

2. The codec driver has registered a controladd() callback that hides the control, so wmadspcontroladd() is not called.

When csdspremove destroys its control list it calls wmadspcontrolremove() for each control. But wmadspcontrolremove() was attempting to cleanup the private data pointed to by csctl->priv without checking the pointer for NULL.

Affected Software

13 affected components
Linux Linux kernel
Linux Linux kernel>=5.16<6.1.176
Linux Linux kernel>=6.2<6.6.143
Linux Linux kernel>=6.7<6.12.94
Linux Linux kernel>=6.13<6.18.36
Linux Linux kernel>=6.19<7.0.13
Linux Linux kernel=7.1-rc1
Linux Linux kernel=7.1-rc2
Linux Linux kernel=7.1-rc3
Linux Linux kernel=7.1-rc4
Linux Linux kernel=7.1-rc5
Linux Linux kernel=7.1-rc6
Linux Linux kernel=7.1-rc7

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    In wm_adsp_control_remove(), add a NULL check for the priv pointer (cs_ctl->priv) before cleanup to fix the NULL dereference when removing firmware controls.

    Linux kernel (ASoC wm_adsp) wm_adsp_control_remove() NULL-check for cs_ctl->priv = Check that the priv pointer is not NULL before attempting cleanup

Event History

Jul 1, 2026
CVE Published
via MITRE·01:32 PM
Data Sourced
via MITRE·01:32 PM
Description
Data Sourced
via NVD·02:16 PM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-53350?

The severity of CVE-2026-53350 is rated at 27, indicating a moderate risk.

2

How do I fix CVE-2026-53350?

To fix CVE-2026-53350, ensure that the priv pointer is checked for NULL in the wm_adsp_control_remove() function before cleanup.

3

What systems are affected by CVE-2026-53350?

CVE-2026-53350 affects the Linux kernel, particularly the ASoC wm_adsp component.

4

What type of vulnerability is CVE-2026-53350?

CVE-2026-53350 is a NULL dereference vulnerability that occurs when removing firmware controls.

5

When was CVE-2026-53350 published?

CVE-2026-53350 was published on July 1, 2026.

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