DEBIAN-CVE-2024-50060
In the Linux kernel, the following vulnerability has been resolved: io_uring: check if we need to reschedule during overflow flush In terms of normal application usage, this list will always be empty. And if an application does overflow a bit, it'll have a few entries. However, nothing obviously prevents syzbot from running a test case that generates a ton of overflow entries, and then flushing them can take quite a while. Check for needing to reschedule while flushing, and drop our locks and do so if necessary. There's no state to maintain here as overflows always prune from head-of-list, hence it's fine to drop and reacquire the locks at the end of the loop.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:13 | linux | 0, 0 |
| Debian:11 | linux-6.1 | 0, 6.1.106-3~deb11u1, 6.1.106-3~deb11u2 |
| Debian:12 | linux | 6.1.38-1, 6.1.38-2, 6.1.38-2 |
| Debian:14 | linux | 0, 0 |
| Debian:11 | linux | 5.16.18-1, 5.16.3-1~exp1, 5.16.4-1~exp1 |
Timeline
- Oct 21, 2024 CVE Published
- Apr 28, 2026 CVE Updated