CVE-2026-46090
Last modified
CVE-2026-46090 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.10% chance of exploitation in the next 30 days.
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.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 2.6.37, < 5.10.259 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.210 | — |
| Linux | Linux Kernel | >= 5.16, < 6.12.88 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.27 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.4 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-46090?
How severe is CVE-2026-46090?
How do I fix CVE-2026-46090?
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-46085In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-46086In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46087In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46088In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46089In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-4609The ProfileGrid – User Profiles, Groups and Communities plug…7.1
- CVE-2026-46091In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46092In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46093In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46094In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-46095In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46096In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-46090?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
