Unrated severityNVD Advisory· Published May 20, 2025· Updated May 26, 2025
ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmd
CVE-2025-37906
Description
In the Linux kernel, the following vulnerability has been resolved:
ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmd
ublk_cancel_cmd() calls io_uring_cmd_done() to complete uring_cmd, but we may have scheduled task work via io_uring_cmd_complete_in_task() for dispatching request, then kernel crash can be triggered.
Fix it by not trying to canceling the command if ublk block request is started.
Affected products
2- Linux/Linuxv5Range: 6.7
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2News mentions
0No linked articles in our index yet.