SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-80872

UNKNOWN · CVSS N/A EPSS 0.15%

Source: NVD + CISA KEV + EPSS · Published 2026-09-04 · Last synced 2026-09-19

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's ALSA subsystem, specifically in the handling of firmware requests for the TAS2781 audio component during the unbinding process. An attacker could exploit this flaw to access and manipulate driver-private HDA state while it is being torn down, potentially leading to system instability or unauthorized access to sensitive audio data. Organizations using affected Linux distributions with the TAS2781 component should prioritize patching this vulnerability to mitigate risks associated with audio processing and device management.

CVE
CVE-2026-80872
Severity
UNKNOWN
CVSS
N/A
EPSS
0.15%
Linux

Original NVD Description

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 request_firmware_nowait(). 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 codec_lock. 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.