In the Linux kernel before 5.17.3, fs/io_uring.c has a use-after-free due to a race condition in io_uring timeouts. This can be triggered by a local user who has no access to any user namespace; however, the race condition perhaps can only be exploited infrequently.
The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.
Link | Tags |
---|---|
https://www.openwall.com/lists/oss-security/2022/04/22/3 | third party advisory mailing list |
https://github.com/torvalds/linux/commit/e677edbcabee849bfdd43f1602bccbecf736a646 | third party advisory patch |
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e677edbcabee849bfdd43f1602bccbecf736a646 | mailing list patch vendor advisory |
https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.17.3 | mailing list vendor advisory |
http://www.openwall.com/lists/oss-security/2022/04/22/4 | third party advisory mailing list |
https://www.debian.org/security/2022/dsa-5127 | third party advisory vendor advisory |
http://www.openwall.com/lists/oss-security/2022/08/08/3 | third party advisory mailing list |
https://ruia-ruia.github.io/2022/08/05/CVE-2022-29582-io-uring/ | third party advisory exploit |
https://github.com/Ruia-ruia/CVE-2022-29582-Exploit | third party advisory |
http://www.openwall.com/lists/oss-security/2024/04/24/3 | mailing list |