CVE-2025-23154 Information
Description
In the Linux kernel the following vulnerability has been resolved:
io_uring/net: fix io_req_post_cqe abuse by send bundle
[ 114.987980][ T5313] WARNING: CPU: 6 PID: 5313 at io_uring/io_uring.c:872 io_req_post_cqe+0x12e/0x4f0
[ 114.991597][ T5313] RIP: 0010:io_req_post_cqe+0x12e/0x4f0
[ 115.001880][ T5313] Call Trace:
[ 115.002222][ T5313]
As the comment states io_req_post_cqe() should only be used by multishot requests i.e. REQ_F_APOLL_MULTISHOT which bundled sends are not. Add a flag signifying whether a request wants to post multiple CQEs. Eventually REQ_F_APOLL_MULTISHOT should imply the new flag but that’s left out for simplicity.
Reference
https://git.kernel.org/stable/c/6889ae1b4df1579bcdffef023e2ea9a982565dff https://git.kernel.org/stable/c/7888c9fc0b2d3636f2e821ed1ad3c6920fa8e378 https://git.kernel.org/stable/c/9aa804e6b9696998308095fb9d335046a71550f1 https://git.kernel.org/stable/c/b7c6d081c19a5e11bbd77bb97a62cff2b6b21cb5
Share on: