Vulnerability 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 master's free.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.11, < 5.12.10 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/1f64f5e903b9d1d157875721e02adadc9d6f0a5dPatch
- https://git.kernel.org/stable/c/447c19f3b5074409c794b350b10306e1da1ef4baPatch
- https://git.kernel.org/stable/c/1f64f5e903b9d1d157875721e02adadc9d6f0a5dPatch
- https://git.kernel.org/stable/c/447c19f3b5074409c794b350b10306e1da1ef4baPatch
FAQ
What is CVE-2021-47123?
CVE-2021-47123 is a vulnerability with a CVSS score of 7.8 (HIGH). 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 li...
How severe is CVE-2021-47123?
CVE-2021-47123 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2021-47123?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.