PT-2024-11062 · Linux · Linux Kernel
Jens Axboe
+1
·
Published
2021-04-19
·
Updated
2024-04-10
·
CVE-2021-46942
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The issue is related to the io uring feature in the Linux kernel, where the function
io uring cancel sqpoll() is intended to cancel all requests of a specified context. However, it uses per-task counters to track the number of inflight requests, which can lead to the function going to sleep waiting for requests to appear that will never happen. This can cause the task to hang. The issue affects contexts that share sqpoll and continue to use shared counters.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
RCE
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel