mirror of
https://github.com/0xMarcio/cve.git
synced 2025-12-30 04:49:42 +00:00
838 B
838 B
CVE-2021-47123
Description
In the Linux kernel, the following vulnerability has been resolved:io_uring: fix ltout double free on completion raceAlways remove linked timeout on io_link_timeout_fn() from the masterrequest link list, otherwise we may get use-after-free when firstio_link_timeout_fn() puts linked timeout in the fail path, and thenwill be found and put on master's free.
POC
Reference
No PoCs from references.