HOMEVULNERABILITIESCVE-2026-23275
NONE

CVE-2026-23275

Published: March 20, 2026· Updated: Mar 20, 2026

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

Official Description

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

io_uring: ensure ctx->rings is stable for task work flags manipulation

If DEFER_TASKRUN | SETUP_TASKRUN is used and task work is added while

the ring is being resized, it's possible for the OR'ing of

IORING_SQ_TASKRUN to happen in the small window of swapping into the

new rings and the old rings being freed.

Prevent this by adding a 2nd ->rings pointer, ->rings_rcu, which is

protected by RCU. The task work flags manipulation is inside RCU

already, and if the resize ring freeing is done post an RCU synchronize,

then there's no need to add locking to the fast path of task work

additions.

Note: this is only done for DEFER_TASKRUN, as that's the only setup mode

that supports ring resizing. If this ever changes, then they too need to

use the io_ctx_mark_taskrun() helper.

NVD Source

Technical Analysis

CVE-2026-23275 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-23275
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedMar 20, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-23275 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.