Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2022-50554

5.5 · MEDIUM
Published Oct 7, 2025 linux EPSS 0.19% (9th pctl)

Overview

CVE-2022-50554 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 7, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.18, < 6.0.16 Affected

Frequently Asked Questions

What is CVE-2022-50554?

CVE-2022-50554 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 7, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2022-50554?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2022-50554?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2022-50554?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-50554 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.