| Summary | In the Linux kernel, the following vulnerability has been resolved: io_uring/poll: fix signed comparison in io_poll_get_ownership() io_poll_get_ownership() uses a signed comparison to check whether if (unlikely(atomic_read(&req->poll_refs) >= IO_POLL_REF_BIAS)) atomic_read() returns int (signed). When IO_POLL_CANCEL_FLAG Fix this by casting the atomic_read() result to unsigned int |
|---|---|
| Publication Date | June 24, 2026, 5:16 p.m. |
| Registration Date | June 27, 2026, 4:17 a.m. |
| Last Update | June 24, 2026, 5:16 p.m. |