DEBIAN-CVE-2025-71149
In the Linux kernel, the following vulnerability has been resolved: io_uring/poll: correctly handle io_poll_add() return value on update When the core of io_uring was updated to handle completions consistently and with fixed return codes, the POLL_REMOVE opcode with updates got slightly broken. If a POLL_ADD is pending and then POLL_REMOVE is used to update the events of that request, if that update causes the POLL_ADD to now trigger, then that completion is lost and a CQE is never posted. Additionally, ensure that if an update does cause an existing POLL_ADD to complete, that the completion value isn't always overwritten with -ECANCELED. For that case, whatever io_poll_add() set the value to should just be retained.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:14 | linux | 6.12.48-1, 6.12.38-1, 6.12.41-1 |
| Debian:11 | linux-6.1 | 6.1.159-1, 6.1.158-1, 6.1.153-1 |
| Debian:12 | linux | 6.1.69-1, 6.1.76-1~bpo11+1, 6.1.85-1 |
| Debian:13 | linux | 0, 6.12.69-1, 6.12.63-1 |
Exploit Intelligence
- 4081.3.7.yml (github-poc)
Timeline
- May 2, 2026 CVE Rejected
- May 2, 2026 CVE Updated