CVE-2025-21655: io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period
In the Linux kernel, the following vulnerability has been resolved:
io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period
io_eventfd_do_signal() is invoked from an RCU callback, but when
dropping the reference to the io_ev_fd, it calls io_eventfd_free()
directly if the refcount drops to zero. This isn't correct, as any
potential freeing of the io_ev_fd should be deferred another RCU grace
period.
Just call io_eventfd_put() rather than open-code the dec-and-test and
free, which will correctly defer it another RCU grace period.
Security readout for executives and security teams
Plain-English summary
This Linux kernel flaw mishandles when an io_uring event-notification object may be freed. A local user with limited privileges could potentially trigger unsafe kernel memory handling, with the supplied CVSS assessment allowing serious confidentiality, integrity, and availability impact. The supplied vector rates the attack as local and requiring no victim interaction.
Executive priority
Treat this as high priority on multi-user Linux systems and environments executing untrusted local workloads. Patch through supported vendor kernels after confirming package-level exposure. Internet exposure alone does not establish reachability, but existing local access or hostile workloads materially increase urgency.
Technical view
An io_uring eventfd RCU callback could drop the last io_ev_fd reference and call io_eventfd_free() immediately. This can free the object without the additional RCU grace period required for concurrent readers. The correction routes release through io_eventfd_put(), which performs the deferred free. CVSS 3.1 is 7.8: local, low complexity, low privileges, and no interaction.
Likely exposure
Exposure is most relevant on Linux hosts where low-privileged local users or workloads can reach the affected io_uring/eventfd path. The bundle lists 6.1, 6.1.125, 6.6.72, 6.12.10, and 6.13, but its version metadata is ambiguous. Verify distribution packages and backports instead of relying solely on version strings.
Exploitation context
CISA KEV status is false, and none of the supplied evidence states active exploitation. A Project Zero issue is referenced, but the bundle provides no exploitability details. That reference alone does not prove public exploitation or in-the-wild attacks.
Researcher notes
No CWE is assigned in the bundle. The central issue is RCU lifetime management rather than eventfd permission checking. Downstream version strings may not prove exposure because distributors backport fixes. The supplied version data also contains duplicate commit entries and an anomalous "0", reducing confidence in exact range interpretation.
Mitigation direction
Install a vendor-supported kernel containing the upstream stable fix, then reboot affected systems.
Use relevant vendor advisories to identify fixed distribution or product package releases.
Prioritize multi-user systems and workloads permitting untrusted local code execution.
If patching is delayed, follow vendor-provided temporary mitigations; none are specified in the supplied evidence.
Validation and detection
Inventory running kernel versions and distribution package revisions across Linux hosts.
Map downstream packages to the listed stable commits or vendor-confirmed backports.
After updating and rebooting, verify the running kernel is the intended fixed build.
Review kernel fault telemetry for events mentioning io_uring or eventfd.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2025-21655 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
2ADP providers
8Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.