CVE-2026-80872: ALSA: hda/tas2781: Cancel async firmware request at unbind

Published Sep 4, 2026
·
Updated

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

ALSA: hda/tas2781: Cancel async firmware request at unbind

TAS2781 HDA I2C and SPI queue RCA firmware loading from component bind with requestfirmwarenowait(). The firmware loader keeps the callback module pinned and holds a device reference, but the callback still uses driver-private HDA state.

Component unbind removes controls and DSP state immediately. Later device removal tears down the TAS2781 private data, including codeclock. If the async firmware callback runs after unbind has started, it can operate on state that is being torn down.

Cancel or synchronize the async firmware request before removing controls and DSP state. A queued callback is cancelled, and an already-running callback is allowed to finish before unbind continues.

Affected Software

1 affected component
Linux ALSA (HDA TAS2781 I2C/SPI)

Event History

Sep 4, 2026
CVE Published
via MITRE·04:48 PM
Data Sourced
via MITRE·04:48 PM
Description
Data Sourced
via NVD·05:16 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this race condition?

Systems using the Linux ALSA HDA TAS2781 driver over I2C or SPI are exposed when the driver has queued asynchronous RCA firmware loading and the component is unbound or removed before the firmware callback completes.

2

What event is required to trigger the issue?

The asynchronous firmware callback must run after component unbind has started, while driver-private HDA state, controls, DSP state, or related private data is being removed. The issue is tied to the timing of firmware loading relative to device/component teardown.

3

What is the relevant mitigation if the fix cannot be applied immediately?

Avoid unbinding or removing the TAS2781 component while an asynchronous firmware request may still be pending. The resolved behavior cancels queued callbacks and waits for an already-running callback to finish before teardown proceeds.

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