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

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/cs35l41: Fix firmware load work teardown cs35l41_hda creates ALSA controls whose private data points at the cs35l41_hda object. The firmware load control can also queue fw_load_work. Those controls are not removed on component unbind, and device remove only cancels fw_load_work through cs35l41_remove_dsp(). That helper is skipped when halo_initialized is false. With firmware_autostart 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 fw_load_work to drain any request that was already queued. Also cancel the work unconditionally during device remove before runtime PM teardown.

INFO

Published Date :

July 25, 2026, 10:17 a.m.

Last Modified :

July 25, 2026, 10:17 a.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2026-64481 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

No affected product recoded yet

Solution
Fix firmware load work teardown to prevent driver state dereferencing after removal.
  • Track and remove controls on unbind.
  • Cancel firmware load work unconditionally.
  • Ensure DSP initialization before firmware load.
  • Apply the provided kernel patch.
References to Advisories, Solutions, and Tools
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-64481 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-64481 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-64481 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-64481 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Jul. 25, 2026

    Action Type Old Value New Value
    Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '47ceabd99a28399f8971f4ca0a37ebc0a21dd2a8', 'lessThan': '8947215c0136c9d905e4a46d824824f8b48a2e5b', 'versionType': 'git'}, {'status': 'affected', 'version': '47ceabd99a28399f8971f4ca0a37ebc0a21dd2a8', 'lessThan': 'ce0a903d0591e3e2c790c5b628802b08d1b287cc', 'versionType': 'git'}, {'status': 'affected', 'version': '47ceabd99a28399f8971f4ca0a37ebc0a21dd2a8', 'lessThan': 'd6a40a4d083ef74d00c8f9516cb5ff07ac70720b', 'versionType': 'git'}, {'status': 'affected', 'version': '47ceabd99a28399f8971f4ca0a37ebc0a21dd2a8', 'lessThan': 'b65020d5398f499c09498c9786dba6d67ae57664', 'versionType': 'git'}], 'programFiles': ['sound/hda/codecs/side-codecs/cs35l41_hda.c', 'sound/hda/codecs/side-codecs/cs35l41_hda.h'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '6.0'}, {'status': 'unaffected', 'version': '0', 'lessThan': '6.0', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.39', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.4', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['sound/hda/codecs/side-codecs/cs35l41_hda.c', 'sound/hda/codecs/side-codecs/cs35l41_hda.h'], 'defaultStatus': 'affected'}]
    Added Description In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/cs35l41: Fix firmware load work teardown cs35l41_hda creates ALSA controls whose private data points at the cs35l41_hda object. The firmware load control can also queue fw_load_work. Those controls are not removed on component unbind, and device remove only cancels fw_load_work through cs35l41_remove_dsp(). That helper is skipped when halo_initialized is false. With firmware_autostart 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 fw_load_work to drain any request that was already queued. Also cancel the work unconditionally during device remove before runtime PM teardown.
    Added Reference https://git.kernel.org/stable/c/8947215c0136c9d905e4a46d824824f8b48a2e5b
    Added Reference https://git.kernel.org/stable/c/b65020d5398f499c09498c9786dba6d67ae57664
    Added Reference https://git.kernel.org/stable/c/ce0a903d0591e3e2c790c5b628802b08d1b287cc
    Added Reference https://git.kernel.org/stable/c/d6a40a4d083ef74d00c8f9516cb5ff07ac70720b
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.