CVE-2026-80920
Reported by Linux · Published September 9, 2026
In the Linux kernel, the following vulnerability has been resolved: io_uring: defer eventfd signaling when queued from a wakeup handler io_req_local_work_add() signals the CQ ring eventfd inline when it is the one to push the first entry onto ->work_list. For DEFER_TASKRUN rings that add is frequently done from a waitqueue wakeup handler, where an arbitrary waitqueue lock is held. eventfd_signal_mask() only refuses to recurse when current->in_eventfd is set, but that bit is set by eventfd_signal_mask() itself. If the wake chain starts somewhere else, signal goes out inline and can feed back into epoll. Add IOU_F_TWQ_IN_WAKE, set it on the task_work add done from the three waitqueue callbacks, and use it to force io_eventfd_signal() down the existing call_rcu_hurry() deferral instead of signaling inline.
EPSS 0.16% · 5.2th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 21a091b970cdbcf3e8ff829234b51be6f9192766, 21a091b970cdbcf3e8ff829234b51be6f9192766, 21a091b970cdbcf3e8ff829234b51be6f9192766 |
| Linux | Linux | 6.1, 0, 6.18.49 |
| linux | linux_kernel | 6.1, 6.1, 6.1 |
| Linux | Linux | 21a091b970cdbcf3e8ff829234b51be6f9192766, 21a091b970cdbcf3e8ff829234b51be6f9192766, 21a091b970cdbcf3e8ff829234b51be6f9192766 |
Timeline
- Sep 9, 2026 Coalition ESS Score
- Sep 9, 2026 CVE Published
- Sep 10, 2026 EPSS Score
- Sep 18, 2026 EPSS Score