CVE-2024-50135

MEDIUM

Linux Kernel 4.6-6.6.58, 6.7.0-6.11.5 - Race Condition in NVMe PCI Queue Management

Title source: llm
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix race condition between reset and nvme_dev_disable() nvme_dev_disable() modifies the dev->online_queues field, therefore nvme_pci_update_nr_queues() should avoid racing against it, otherwise we could end up passing invalid values to blk_mq_update_nr_hw_queues(). WARNING: CPU: 39 PID: 61303 at drivers/pci/msi/api.c:347 pci_irq_get_affinity+0x187/0x210 Workqueue: nvme-reset-wq nvme_reset_work [nvme] RIP: 0010:pci_irq_get_affinity+0x187/0x210 Call Trace: <TASK> ? blk_mq_pci_map_queues+0x87/0x3c0 ? pci_irq_get_affinity+0x187/0x210 blk_mq_pci_map_queues+0x87/0x3c0 nvme_pci_map_queues+0x189/0x460 [nvme] blk_mq_update_nr_hw_queues+0x2a/0x40 nvme_reset_work+0x1be/0x2a0 [nvme] Fix the bug by locking the shutdown_lock mutex before using dev->online_queues. Give up if nvme_dev_disable() is running or if it has been executed already.

Scores

CVSS v3 4.7
EPSS 0.0016
EPSS Percentile 6.0%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact partial

Details

CWE
CWE-362
Status published
Products (12)
linux/Kernel 4.6.0 - 6.6.59linux
linux/Kernel 6.7.0 - 6.11.6linux
Linux/Linux < 4.6
Linux/Linux 4.6
Linux/Linux 6.11.6 - 6.11.*
Linux/Linux 6.12
Linux/Linux 6.6.59 - 6.6.*
Linux/Linux 949928c1c731417cc0f070912c63878b62b544f4 - 26bc0a81f64ce00fc4342c38eeb2eddaad084dd2
Linux/Linux 949928c1c731417cc0f070912c63878b62b544f4 - 4ed32cc0939b64e3d7b48c8c0d63ea038775f304
Linux/Linux 949928c1c731417cc0f070912c63878b62b544f4 - b33e49a5f254474b33ce98fd45dd0ffdc247a0be
... and 2 more
Published Nov 05, 2024
Tracked Since Feb 18, 2026