๐Ÿ” CVE Alert

CVE-2022-50554

UNKNOWN 0.0

blk-mq: avoid double ->queue_rq() because of early timeout

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: blk-mq: avoid double ->queue_rq() because of early timeout David Jeffery found one double ->queue_rq() issue, so far it can be triggered in VM use case because of long vmexit latency or preempt latency of vCPU pthread or long page fault in vCPU pthread, then block IO req could be timed out before queuing the request to hardware but after calling blk_mq_start_request() during ->queue_rq(), then timeout handler may handle it by requeue, then double ->queue_rq() is caused, and kernel panic. So far, it is driver's responsibility to cover the race between timeout and completion, so it seems supposed to be solved in driver in theory, given driver has enough knowledge. But it is really one common problem, lots of driver could have similar issue, and could be hard to fix all affected drivers, even it isn't easy for driver to handle the race. So David suggests this patch by draining in-progress ->queue_rq() for solving this issue.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Oct 7, 2025
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
12f5b93145450c750f315657ef239a314811aeeb < 7a73c54a3750895888ab586896736c9434e062a1 12f5b93145450c750f315657ef239a314811aeeb < 8b3d6b029a552d2978bbac275303d11419826a69 12f5b93145450c750f315657ef239a314811aeeb < 82c229476b8f6afd7e09bc4dc77d89dc19ff7688
Linux / Linux
4.18

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/7a73c54a3750895888ab586896736c9434e062a1 git.kernel.org: https://git.kernel.org/stable/c/8b3d6b029a552d2978bbac275303d11419826a69 git.kernel.org: https://git.kernel.org/stable/c/82c229476b8f6afd7e09bc4dc77d89dc19ff7688