CVE-2026-53124
The CVE-2026-53124 entry involves the Linux kernel’s ublk subsystem. A race condition: per-IO canceled flags were reset only after all IOs in a queue were fetched; if the ublk server dies mid-subset, some IOs remain marked canceled and io_uring_cmd_done is not invoked by ublk_cancel_cmd, leaving ...