U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

CVE-2022-49492 Detail

Description

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tags In nvme_alloc_admin_tags, the admin_q can be set to an error (typically -ENOMEM) if the blk_mq_init_queue call fails to set up the queue, which is checked immediately after the call. However, when we return the error message up the stack, to nvme_reset_work the error takes us to nvme_remove_dead_ctrl() nvme_dev_disable() nvme_suspend_queue(&dev->queues[0]). Here, we only check that the admin_q is non-NULL, rather than not an error or NULL, and begin quiescing a queue that never existed, leading to bad / NULL pointer dereference.


Metrics

NVD enrichment efforts reference publicly available information to associate vector strings. CVSS information contributed by other sources is also displayed.
CVSS 4.0 Severity and Vector Strings:

NIST CVSS score
NIST: NVD
N/A
NVD assessment not yet provided.

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving NIST webspace. We have provided these links to other web sites because they may have information that would be of interest to you. No inferences should be drawn on account of other sites being referenced, or not, from this page. There may be other web sites that are more appropriate for your purpose. NIST does not necessarily endorse the views expressed, or concur with the facts presented on these sites. Further, NIST does not endorse any commercial products that may be mentioned on these sites. Please address comments about this page to nvd@nist.gov.

Hyperlink Resource
https://git.kernel.org/stable/c/54a4c1e47d1b2585e74920399455bd9abbfb2bd7 Patch 
https://git.kernel.org/stable/c/7a28556082d1fbcbc599baf1c24252dfc73efefc Patch 
https://git.kernel.org/stable/c/8321b17789f614414206af07e17ce4751c95dc76 Patch 
https://git.kernel.org/stable/c/8da2b7bdb47e94bbc4062a3978c708926bcb022c Patch 
https://git.kernel.org/stable/c/906c81dba8ee8057523859b5e1a2479e9fd34860 Patch 
https://git.kernel.org/stable/c/9e649471b396fa0139d53919354ce1eace9b9a24 Patch 
https://git.kernel.org/stable/c/af98940dd33c9f9e1beb4f71c0a39260100e2a65 Patch 
https://git.kernel.org/stable/c/da42761181627e9bdc37d18368b827948a583929 Patch 
https://git.kernel.org/stable/c/f76729662650cd7bc8f8194e057af381370349a7 Patch 

Weakness Enumeration

CWE-ID CWE Name Source
CWE-476 NULL Pointer Dereference cwe source acceptance level NIST  

Known Affected Software Configurations Switch to CPE 2.2

CPEs loading, please wait.

Denotes Vulnerable Software
Are we missing a CPE here? Please let us know.

Change History

2 change records found show changes

Quick Info

CVE Dictionary Entry:
CVE-2022-49492
NVD Published Date:
02/26/2025
NVD Last Modified:
03/17/2025
Source:
kernel.org