CVE Vulnerabilities

CVE-2026-53321

Published: Jun 26, 2026 | Modified: Jun 26, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu
root.io logo minimus.io logo echo.ai logo

In the Linux kernel, the following vulnerability has been resolved:

io_uring/napi: cap busy_poll_to 10 msec

Currently theres no cap on the maximum amount of time that napi is allowed to poll if no events are found, which can lead to kernel complaints on a task being stuck as theres no conditional rescheduling done within that loop.

Just cap it to 10 msec in total, thats already way above any kind of sane value that will reap any benefits, yet low enough that its nowhere near being able to trigger preemption complaints.

References