CVE-2022-50554
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
07/10/2025
Última modificación:
06/02/2026
Descripción
*** Pendiente de traducción *** 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.
Impacto
Puntuación base 3.x
5.50
Gravedad 3.x
MEDIA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.18 (incluyendo) | 6.0.16 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.1 (incluyendo) | 6.1.2 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



