Vulnerability in Linux
CVE-2024-56709
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.
EPSS: 0.002 (12.1th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions 773af69121ecc6c53d192661af8d53bb3db028ae, 5.14, 0
- Linux Linux_kernel — versions 5.14, 6.13
Public proof-of-concept exploits
References
Frequently asked questions
- What is CVE-2024-56709?
- CVE-2024-56709 is a high-severity vulnerability in Linux. CVSS score: 7.8/10. Published 2024-12-29.
- How severe is CVE-2024-56709?
- High severity. CVSS v3 base score is 7.8 out of 10.
- Is CVE-2024-56709 known to be exploited?
- 4 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.