CVE-2026-64481
Last modified
CVE-2026-64481 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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(). EPSS estimates a 0.18% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 47ceabd99a28399f8971f4ca0a37ebc0a21dd2a8, < 8947215c0136c9d905e4a46d824824f8b48a2e5b; >= 47ceabd99a28399f8971f4ca0a37ebc0a21dd2a8, < ce0a903d0591e3e2c790c5b628802b08d1b287cc; >= 47ceabd99a28399f8971f4ca0a37ebc0a21dd2a8, < d6a40a4d083ef74d00c8f9516cb5ff07ac70720b; >= 47ceabd99a28399f8971f4ca0a37ebc0a21dd2a8, < b65020d5398f499c09498c9786dba6d67ae57664 |
| Linux | Linux | 6.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64481?
How severe is CVE-2026-64481?
How do I fix CVE-2026-64481?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64476In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64477In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64478In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64479In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6448The Quiz and Survey Master (QSM) – Easy Quiz and Survey Make…4.9
- CVE-2026-64480In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64482In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64483In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64484In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64485In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64486In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64487In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-64481?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
