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

ALSA: pcm: wake linked drain waiters on unlink

snd_pcm_drain() on a linked stream parks an on-stack wait entry on the
drained peer's runtime->sleep, and after schedule_timeout() removes it
only if that peer is still found in the caller's group. If group
membership changes during the wait and the sleep ends by signal or
timeout (so autoremove_wake_function() does not run), finish_wait() is
skipped and snd_pcm_drain() returns with the entry still queued on that
stream's sleep list; a later wake_up() then walks a freed stack frame.
This is reachable by unlinking either the drained or the draining stream.

Unlike the close path (snd_pcm_drop() -> snd_pcm_post_stop()),
snd_pcm_unlink() never wakes the sleep queues. Wake every group member
under the group lock before the membership change, so a linked drainer is
released and drops its entry while the streams are still grouped.

The window was opened when snd_pcm_link_rwsem stopped being held across
the wait and the removal became conditional on group membership (see
Fixes). The later switch to finish_wait() kept that conditional removal,
so the signal/timeout case remained.
Published: 2026-08-28
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Local Privilege Escalation
Action: Patch Immediately
AI Analysis

Impact

The vulnerability is a use‑after‑free in the ALSA PCM unlink path. When a linked stream is drained, an on‑stack wait entry is attached to the peer's sleep structure and later removed only if that peer remains in the same group. If the group membership changes before the wait ends, the entry can remain on a freed stack frame and a subsequent wake‑up will walk this stale reference, potentially causing a kernel crash or an opportunity for arbitrary code execution. This flaw can grant a local attacker kernel‑level privilege escalation if successfully triggered.

Affected Systems

It affects the Linux kernel across all releases that contain the ALSA PCM unlink code until the fix is applied. Vendors identified are the Linux kernel maintainer, and all distributions using the stock kernel are potentially impacted. The vulnerability is present in the mainline kernel source and any derivative that has not been patched to include the commit that removes the conditional wait removal.

Risk and Exploitability

The EPSS Score is less than 1%, indicating a low probability of exploitation, but the vulnerability is high severity with a CVSS score of 7.8. A use‑after‑free in kernel code typically places it in high to critical severity. There is no known public exploit and the vulnerability is not listed in CISA KEV, so the likelihood of immediate exploitation remains uncertain. Nonetheless, because the flaw can be reached by unlinking a stream that is draining or draining, any system that performs such operations is at risk until the kernel is updated. Evaluate current kernel versions for the presence of the specific commit identifiers referenced in the advisory and apply an update as soon as possible.

Generated by OpenCVE AI on September 1, 2026 at 15:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the ALSA PCM unlink fix.
  • If a vendor package update is not available, rebuild the kernel from source with the patch applied using the provided commit or merge the upstream commit before rebooting.
  • Reboot the system to activate the patched kernel and clear any pending unlink operations.

Generated by OpenCVE AI on September 1, 2026 at 15:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4777-1 linux security update
History

Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-825
References
Metrics threat_severity

None

threat_severity

Moderate


Sat, 29 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Fri, 28 Aug 2026 16:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Fri, 28 Aug 2026 13:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Fri, 28 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: wake linked drain waiters on unlink snd_pcm_drain() on a linked stream parks an on-stack wait entry on the drained peer's runtime->sleep, and after schedule_timeout() removes it only if that peer is still found in the caller's group. If group membership changes during the wait and the sleep ends by signal or timeout (so autoremove_wake_function() does not run), finish_wait() is skipped and snd_pcm_drain() returns with the entry still queued on that stream's sleep list; a later wake_up() then walks a freed stack frame. This is reachable by unlinking either the drained or the draining stream. Unlike the close path (snd_pcm_drop() -> snd_pcm_post_stop()), snd_pcm_unlink() never wakes the sleep queues. Wake every group member under the group lock before the membership change, so a linked drainer is released and drops its entry while the streams are still grouped. The window was opened when snd_pcm_link_rwsem stopped being held across the wait and the removal became conditional on group membership (see Fixes). The later switch to finish_wait() kept that conditional removal, so the signal/timeout case remained.
Title ALSA: pcm: wake linked drain waiters on unlink
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-29T06:22:32.041Z

Reserved: 2026-08-26T14:34:25.788Z

Link: CVE-2026-80716

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:57.303

Modified: 2026-08-29T07:16:53.027

Link: CVE-2026-80716

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80716 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T15:15:12Z

Weaknesses