#VU124896 Race condition in Linux kernel - CVE-2026-23473
Published: April 6, 2026
Linux kernel
Linux Foundation
Description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper handling of a wakeup race in io_uring multishot recv polling when processing socket wakeups and shutdown state changes. A local user can trigger back-to-back socket send and shutdown events to cause a denial of service.
The issue can cause the multishot recv operation to hang indefinitely because the shutdown event may be lost and no further wakeups occur.