CVE-2022-50554
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
07/10/2025
Last modified:
06/02/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
blk-mq: avoid double ->queue_rq() because of early timeout<br />
<br />
David Jeffery found one double ->queue_rq() issue, so far it can<br />
be triggered in VM use case because of long vmexit latency or preempt<br />
latency of vCPU pthread or long page fault in vCPU pthread, then block<br />
IO req could be timed out before queuing the request to hardware but after<br />
calling blk_mq_start_request() during ->queue_rq(), then timeout handler<br />
may handle it by requeue, then double ->queue_rq() is caused, and kernel<br />
panic.<br />
<br />
So far, it is driver&#39;s responsibility to cover the race between timeout<br />
and completion, so it seems supposed to be solved in driver in theory,<br />
given driver has enough knowledge.<br />
<br />
But it is really one common problem, lots of driver could have similar<br />
issue, and could be hard to fix all affected drivers, even it isn&#39;t easy<br />
for driver to handle the race. So David suggests this patch by draining<br />
in-progress ->queue_rq() for solving this issue.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.18 (including) | 6.0.16 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.1 (including) | 6.1.2 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



