Junglewise Threat Intelligence

CVE-2026-53350: Linux Kernel NULL dereference in wm_adsp firmware control removal

CVE-2026-53350 · Severity: info · Published 2026-07-01

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's audio subsystem (ASoC) specifically affecting Cirrus Logic (wm_adsp) audio drivers. The issue occurs when the system attempts to remove certain firmware controls, potentially leading to a system crash (NULL pointer dereference). This could impact the stability and availability of devices using these specific audio components.

Technical details

A NULL pointer dereference exists in the wm_adsp_control_remove() function within sound/soc/codecs/wm_adsp.c. The vulnerability occurs because the code attempts to clean up private data (cs_ctl->priv) without verifying if the pointer is NULL. This condition arises when a control is a SYSTEM control or when a codec driver hides the control, preventing the private data from being initialized. An attacker with the ability to trigger firmware control removal could cause a kernel oops or denial of service. Patches have been released across multiple stable kernel branches to add the necessary NULL check.

Affected products

  • Linux Linux Kernel 5.16 to 6.18.36

Timeline

  • 2026-06-04: patched: Initial patch authored by Richard Fitzgerald
  • 2026-07-01: advisory: CVE published in NVD dataset

References

Related threats