CVE-2026-23191
Last modified
CVE-2026-23191 is a high-severity vulnerability rated 7/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ALSA: aloop: Fix racy access at PCM trigger The PCM trigger callback of aloop driver tries to check the PCM state and stop the stream of the tied substream in the corresponding cable. Since both check and stop operations are performed outside the cable lock, this may result in UAF when a program attempts to trigger frequently while opening/closing the tied stream, as spotted by fuzzers. For addressing the UAF, this patch changes two things: - It covers the most of code in loopback_check_format() with cable->lock spinlock, and add the proper NULL checks. This avoids already some racy accesses. - In addition, now we try to check the state of the capture PCM stream that may be stopped in this function, which was the major pain point leading to UAF.. EPSS estimates a 0.11% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ALSA: aloop: Fix racy access at PCM trigger The PCM trigger callback of aloop driver tries to check the PCM state and stop the stream of the tied substream in the corresponding cable. Since both check and stop operations are performed outside the cable lock, this may result in UAF when a program attempts to trigger frequently while opening/closing the tied stream, as spotted by fuzzers. For addressing the UAF, this patch changes two things: - It covers the most of code in loopback_check_format() with cable->lock spinlock, and add the proper NULL checks. This avoids already some racy accesses. - In addition, now we try to check the state of the capture PCM stream that may be stopped in this function, which was the major pain point leading to UAF.
Metrics
CVSS:3.1/AV:L/AC:H/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, < 6.12.70 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.10 | — |
| Linux | Linux Kernel | 6.19 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-23191?
How severe is CVE-2026-23191?
How do I fix CVE-2026-23191?
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-23186In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23187In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-23188In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23189In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-2319Race in DevTools in Google Chrome prior to 145.0.7632.45 all…7.5
- CVE-2026-23190In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23192In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23193In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23194In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23195In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23196In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23197In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-23191?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
