Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-46090 Details

Description

In the Linux kernel, the following vulnerability has been resolved: ALSA: aloop: Fix peer runtime UAF during format-change stop loopback_check_format() may stop the capture side when playback starts with parameters that no longer match a running capture stream. Commit 826af7fa62e3 ("ALSA: aloop: Fix racy access at PCM trigger") moved the peer lookup under cable->lock, but the actual snd_pcm_stop() still runs after dropping that lock. A concurrent close can clear the capture entry from cable->streams[] and detach or free its runtime while the playback trigger path still holds a stale peer substream pointer. Keep a per-cable count of in-flight peer stops before dropping cable->lock, and make free_cable() wait for those stops before detaching the runtime. This preserves the existing behavior while making the peer runtime lifetime explicit.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:27353 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:27354 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:30848 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:33215 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:33685 redhat-SADP

see all 25 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-416Use After Free[email protected]
CWE-364Signal Handler Race Conditionredhat-SADP

Affected Products

ProductVersions
linux linux kernel
>= 2.6.37, < 5.10.259
>= 5.11, < 5.15.210
>= 5.16, < 6.12.88
>= 6.13, < 6.18.27
>= 6.19, < 7.0.4

CPE

  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

14 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-46090
NVD Published Date:
May 27, 2026
NVD Last Modified:
Sep 14, 2026
Source:
kernel.org
CVE-2026-46090 Details - Not Deferred