Bugzilla – Bug 1224691
VUL-0: REJECTED: CVE-2024-35820: kernel: io_uring: fix io_queue_proc modifying req->flags
Last modified: 2024-05-27 07:49:37 UTC
In the Linux kernel, the following vulnerability has been resolved: io_uring: fix io_queue_proc modifying req->flags With multiple poll entries __io_queue_proc() might be running in parallel with poll handlers and possibly task_work, we should not be carelessly modifying req->flags there. io_poll_double_prepare() handles a similar case with locking but it's much easier to move it into __io_arm_poll_handler(). References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-35820 https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2024/CVE-2024-35820.mbox https://git.kernel.org/stable/c/51a490a7f63cae0754120e7c04f4f47920bd48db https://git.kernel.org/stable/c/0ecb8919469e6d5c74eea24086b34ce1bda5aef7 https://git.kernel.org/stable/c/1a8ec63b2b6c91caec87d4e132b1f71b5df342be https://www.cve.org/CVERecord?id=CVE-2024-35820 https://bugzilla.redhat.com/show_bug.cgi?id=2281196
https://www.suse.com/security/cve/CVE-2024-35820.html cvss 5.5
No fixes tag. Consider SP3 and higher affected. I'll work on the backport.
CVE is now rejected: https://lore.kernel.org/linux-cve-announce/2024052547-REJECTED-d3f2@gregkh/