First published: Sun Dec 29 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: io_uring: check if iowq is killed before queuing task work can be executed after the task has gone through io_uring termination, whether it's the final task_work run or the fallback path. In this case, task work will find ->io_wq being already killed and null'ed, which is a problem if it then tries to forward the request to io_queue_iowq(). Make io_queue_iowq() fail requests in this case. Note that it also checks PF_KTHREAD, because the user can first close a DEFER_TASKRUN ring and shortly after kill the task, in which case ->iowq check would race.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
debian/linux | <=6.12.20-1<=6.12.21-1 | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.128-1 |
debian/linux-6.1 | 6.1.129-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-56709 has a high severity rating as it could allow task work to be executed improperly after termination.
To mitigate CVE-2024-56709, update your Linux kernel to the latest version where this vulnerability has been addressed.
CVE-2024-56709 affects multiple versions of the Linux kernel that utilize io_uring functionality.
As of now, there have been no confirmed reports of active exploitation for CVE-2024-56709.
CVE-2024-56709 may lead to unexpected behavior in task work execution, potentially affecting system stability and performance.