In the Linux kernel, the following vulnerability has been resolved:
io_uring/net: dont overflow multishot recv
Dont allow overflowing multishot recv CQEs, it might get out of
hand, hurt performance, and in the worst case scenario OOM the task.
References