CVE-2026-64481: ALSA: hda/cs35l41: Fix firmware load work teardown
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
Event History
Frequently Asked Questions
What is the severity of CVE-2026-64481?
CVE-2026-64481 has a severity rating of high with a CVSS score of 7.8.
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.
What systems are affected by CVE-2026-64481?
CVE-2026-64481 affects systems running the Linux kernel with the ALSA hda/cs35l41 driver.
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.
Who is responsible for addressing CVE-2026-64481?
Linux kernel maintainers are responsible for addressing CVE-2026-64481 by releasing patches and updates.