cbcvebase.
CVE-2026-23473
published 2026-04-03

CVE-2026-23473: In the Linux kernel, the following vulnerability has been resolved: io_uring/poll: fix multishot recv missing EOF on wakeup race When a socket send and…

PriorityP414medium5.5
In the Linux kernel, the following vulnerability has been resolved: io_uring/poll: fix multishot recv missing EOF on wakeup race When a socket send and shutdown() happen back-to-back, both fire wake-ups before the receiver's task_work has a chance to run. The first wake gets poll ownership (poll_refs=1), and the second bumps it to 2. When io_poll_check_events() runs, it calls io_poll_issue() which does a recv that reads the data and returns IOU_RETRY. The loop then drains all accumulated refs (atomic_sub_return(2) -> 0) and exits, even though only the first event was consumed. Since the shutdown is a persistent state change, no further wakeups will happen, and the multishot recv can hang forever. Check specifically for HUP in the poll loop, and ensure that another loop is done to check for status if more than a single poll activation is pending. This ensures we don't lose the shutdown event.

Affected

7 ranges
VendorProductVersion rangeFixed in
debianlinux< linux 6.19.10-1 (forky)linux 6.19.10-1 (forky)
linuxlinux
linuxlinux>= dbc2564cfe0faff439dc46adb8c009589054ea46 < 0f4ce79b8db7b040373fc664c8bc6c5fd74bd1960f4ce79b8db7b040373fc664c8bc6c5fd74bd196
linuxlinux>= dbc2564cfe0faff439dc46adb8c009589054ea46 < bf33554b6abf7e7faeadd8af1b82037ea755a6bbbf33554b6abf7e7faeadd8af1b82037ea755a6bb
linuxlinux>= dbc2564cfe0faff439dc46adb8c009589054ea46 < a68ed2df72131447d131531a08fe4dfcf4fa4653a68ed2df72131447d131531a08fe4dfcf4fa4653
linuxlinux_kernel>= 0 < 6.19.10-16.19.10-1
msrcazl3_kernel_6.6.130.1-3_on_azure_linux_3.0

CVSS provenance

vendor_redhat5.5MEDIUM
vendor_msrc4.7MEDIUM
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.