CVE-2026-64481: ALSA: hda/cs35l41: Fix firmware load work teardown

Published Jul 25, 2026
·
Updated

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

ALSA: hda/cs35l41: Fix firmware load work teardown

cs35l41hda creates ALSA controls whose private data points at the cs35l41hda object. The firmware load control can also queue fwloadwork.

Those controls are not removed on component unbind, and device remove only cancels fwloadwork through cs35l41removedsp(). That helper is skipped when haloinitialized is false. With firmwareautostart disabled, a firmware load can be requested before the DSP has been initialized. If the component or device is removed before the queued work runs, the worker can run after teardown and dereference driver state that is no longer valid.

Track the created controls and remove them on unbind so no new control callback can reach the driver data or queue more work. Then cancel fwloadwork to drain any request that was already queued. Also cancel the work unconditionally during device remove before runtime PM teardown.

Affected Software

1 affected component
Linux Kernel ALSA hda/cs35l41

Event History

Jul 25, 2026
CVE Published
via MITRE·08:51 AM
Data Sourced
via MITRE·08:51 AM
DescriptionSeverity
Data Sourced
via NVD·10:17 AM
DescriptionSeverity
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-64481?

CVE-2026-64481 has a severity rating of high with a CVSS score of 7.8.

2

How do I fix CVE-2026-64481?

To fix CVE-2026-64481, update to the latest version of the Linux kernel that contains the patch for this vulnerability.

3

What systems are affected by CVE-2026-64481?

CVE-2026-64481 affects systems running the Linux kernel with the ALSA hda/cs35l41 driver.

4

What type of vulnerability is CVE-2026-64481?

CVE-2026-64481 is a vulnerability related to the improper teardown of firmware load work in the ALSA subsystem of the Linux kernel.

5

Who is responsible for addressing CVE-2026-64481?

Linux kernel maintainers are responsible for addressing CVE-2026-64481 by releasing patches and updates.

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-64481 - ALSA: hda/cs35l41: Fix firmware load work teardown - SecAlerts