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-49003

9.8 · CRITICAL
Published Oct 21, 2024 linux CWE-416 EPSS 0.62% (47th pctl)

Overview

CVE-2022-49003 is a critical-severity vulnerability affecting linux linux_kernel. It was published on October 21, 2024 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

nvme: fix SRCU protection of nvme_ns_head list

Walking the nvme_ns_head siblings list is protected by the head's srcu

in nvme_ns_head_submit_bio() but not nvme_mpath_revalidate_paths().

Removing namespaces from the list also fails to synchronize the srcu.

Concurrent scan work can therefore cause use-after-frees.

Hold the head's srcu lock in nvme_mpath_revalidate_paths() and

synchronize with the srcu, not the global RCU, in nvme_ns_remove().

Observed the following panic when making NVMe/RDMA connections

with native multipath on the Rocky Linux 8.6 kernel

(it seems the upstream kernel has the same race condition).

Disassembly shows the faulting instruction is cmp 0x50(%rdx),%rcx;

computing capacity != get_capacity(ns->disk).

Address 0x50 is dereferenced because ns->disk is NULL.

The NULL disk appears to be the result of concurrent scan work

freeing the namespace (note the log line in the middle of the panic).

[37314

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 >= 5.15, < 5.15.82 Affected

Frequently Asked Questions

What is CVE-2022-49003?

CVE-2022-49003 is a critical-severity vulnerability affecting linux linux_kernel. It was published on October 21, 2024 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2022-49003?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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-49003?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-49003 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.