HOMEVULNERABILITIESCVE-2026-23191
NONE

CVE-2026-23191

Published: February 14, 2026· Updated: Feb 18, 2026

EPSS:0.02%probability of exploitation in 30 daysPercentile:3.7th

Official 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.

NVD Source

Technical Analysis

CVE-2026-23191 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (3)

Quick Facts

CVE IDCVE-2026-23191
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedFeb 14, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-23191 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.