Security Advisory

CVE-2021-47123

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-03-15 20:14:28
Last updated 2026-05-11 13:48:29
Assigner Linux
State PUBLISHED

Description

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 masters free.