CVE Catalog

CVE-2025-37906

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.11%

2th percentile - higher than 2% of all known CVEs

Summary

In the Linux kernel, a race condition was found between io_uring_cmd_complete_in_task and ublk_cancel_cmd in the ublk driver. Canceling a command may conflict with scheduled task work, leading to a kernel crash. The fix prevents cancellation if the ublk block request has already started.

Risk Assessment

This bug could lead to a kernel crash, resulting in denial of service (DoS).

Recommendation

It is recommended to update the Linux kernel to a version containing the fix.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS