In the Linux kernel, the following vulnerability has been...
High severity
Unreviewed
Published
Mar 15, 2024
to the GitHub Advisory Database
•
Updated Jan 14, 2025
Description
Published by the National Vulnerability Database
Mar 15, 2024
Published to the GitHub Advisory Database
Mar 15, 2024
Last updated
Jan 14, 2025
In the Linux kernel, the following vulnerability has been resolved:
io_uring: fix ltout double free on completion race
Always remove linked timeout on io_link_timeout_fn() from the master
request link list, otherwise we may get use-after-free when first
io_link_timeout_fn() puts linked timeout in the fail path, and then
will be found and put on master's free.
References