CVE & CISA-KEV Catalog

CVE-2024-53169

MEDIUM
4.7
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: nvme-fabrics: fix kernel crash while shutting down controller The nvme keep-alive operation, which executes at a periodic interval, could potentially sneak in while shutting down a fabric controller. This may lead to a race between the fabric controller admin queue destroy code path (invoked while shutting down controller) and hw/hctx queue dispatcher called from the nvme keep-alive async request queuing operation. This race could lead to the kernel crash shown below: Call Trace: autoremove_wake_function+0x0/0xbc (unreliable) __blk_mq_sched_dispatch_requests+0x114/0x24c blk_mq_sched_dispatch_requests+0x44/0x84 blk_mq_run_hw_queue+0x140/0x220 nvme_keep_alive_work+0xc8/0x19c [nvme_core] process_one_work+0x200/0x4e0 worker_thread+0x340/0x504 kthread+0x138/0x140 start_kernel_thread+0x14/0x18 While shutting down fabric controller, if nvme keep-alive request sneaks in then it would be flushed off. The nvme_keep_alive_end_io function is then invoked to handle the end of the keep-alive operation which decrements the admin->q_usage_counter and assuming this is the last/only request in the admin queue then the admin->q_usage_counter becomes zero. If that happens then blk-mq destroy queue operation (blk_mq_destroy_ queue()) which could be potentially running simultaneously on another cpu (as this is the controller shutdown code path) would forward progress and deletes the admin queue. So, now from this point onward we are not supposed to access the admin queue resources. However the issue here's that the nvme keep-alive thread running hw/hctx queue dispatch operation hasn't yet finished its work and so it could still potentially access the admin queue resource while the admin queue had been already deleted and that causes the above crash. The above kernel crash is regression caused due to changes implemented in commit a54a93d0e359 ("nvme: move stopping keep-alive into nvme_uninit_ctrl()"). Ideally we should stop keep-alive before destroyin g the admin queue and freeing the admin tagset so that it wouldn't sneak in during the shutdown operation. However we removed the keep alive stop operation from the beginning of the controller shutdown code path in commit a54a93d0e359 ("nvme: move stopping keep-alive into nvme_uninit_ctrl()") and added it under nvme_uninit_ctrl() which executes very late in the shutdown code path after the admin queue is destroyed and its tagset is removed. So this change created the possibility of keep-alive sneaking in and interfering with the shutdown operation and causing observed kernel crash. To fix the observed crash, we decided to move nvme_stop_keep_alive() from nvme_uninit_ctrl() to nvme_remove_admin_tag_set(). This change would ensure that we don't forward progress and delete the admin queue until the keep- alive operation is finished (if it's in-flight) or cancelled and that would help contain the race condition explained above and hence avoid the crash. Moving nvme_stop_keep_alive() to nvme_remove_admin_tag_set() instead of adding nvme_stop_keep_alive() to the beginning of the controller shutdown code path in nvme_stop_ctrl(), as was the case earlier before commit a54a93d0e359 ("nvme: move stopping keep-alive into nvme_uninit_ctrl()"), would help save one callsite of nvme_stop_keep_alive().

How to fix

Remediation Available
linuxDebian
Fixed in:6.12.3-1CVE-2024-53169
Fixed in:6.12.3-1CVE-2024-53169
linuxUbuntu
Fixed in:6.8.0-58.60USN-7449-1
linux-awsUbuntu
Fixed in:6.8.0-1027.29USN-7449-1
linux-aws-6.8Ubuntu
Fixed in:6.8.0-1027.29~22.04.1USN-7451-1
linux-azureUbuntu
Fixed in:6.8.0-1027.32USN-7449-1
linux-azure-6.8Ubuntu
Fixed in:6.8.0-1027.32~22.04.1USN-7449-1
linux-azure-nvidiaUbuntu
Fixed in:6.8.0-1014.15USN-7468-1
linux-gcpUbuntu
Fixed in:6.8.0-1028.30USN-7450-1
linux-gcp-6.8Ubuntu
Fixed in:6.8.0-1028.30~22.04.1USN-7452-1
linux-gkeUbuntu
Fixed in:6.8.0-1023.27USN-7450-1
linux-gkeopUbuntu
Fixed in:6.8.0-1010.12USN-7450-1
linux-hwe-6.8Ubuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
linux-ibmUbuntu
Fixed in:6.8.0-1024.24USN-7449-1
linux-image-6.11.0-1015-oemUbuntu
Fixed in:6.11.0-1015.15USN-7310-1
linux-image-6.8.0-1010-gkeopUbuntu
Fixed in:6.8.0-1010.12USN-7450-1
linux-image-6.8.0-1014-azure-nvidiaUbuntu
Fixed in:6.8.0-1014.15USN-7468-1
linux-image-6.8.0-1023-gkeUbuntu
Fixed in:6.8.0-1023.27USN-7450-1
linux-image-6.8.0-1024-ibmUbuntu
Fixed in:6.8.0-1024.24USN-7449-1
linux-image-6.8.0-1024-oracleUbuntu
Fixed in:6.8.0-1024.25~22.04.1USN-7449-1
Fixed in:6.8.0-1024.25USN-7449-1
linux-image-6.8.0-1024-oracle-64kUbuntu
Fixed in:6.8.0-1024.25~22.04.1USN-7449-1
Fixed in:6.8.0-1024.25USN-7449-1
linux-image-6.8.0-1026-nvidiaUbuntu
Fixed in:6.8.0-1026.29~22.04.1USN-7449-1
Fixed in:6.8.0-1026.29USN-7449-1
linux-image-6.8.0-1026-nvidia-64kUbuntu
Fixed in:6.8.0-1026.29~22.04.1USN-7449-1
Fixed in:6.8.0-1026.29USN-7449-1
linux-image-6.8.0-1026-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1026.29.1USN-7449-1
linux-image-6.8.0-1026-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1026.29.1USN-7449-1
linux-image-6.8.0-1026-oemUbuntu
Fixed in:6.8.0-1026.26USN-7449-1
linux-image-6.8.0-1027-awsUbuntu
Fixed in:6.8.0-1027.29~22.04.1USN-7451-1
Fixed in:6.8.0-1027.29USN-7449-1
linux-image-6.8.0-1027-azureUbuntu
Fixed in:6.8.0-1027.32~22.04.1USN-7449-1
Fixed in:6.8.0-1027.32USN-7449-1
linux-image-6.8.0-1027-azure-fdeUbuntu
Fixed in:6.8.0-1027.32~22.04.1USN-7449-1
Fixed in:6.8.0-1027.32USN-7449-1
linux-image-6.8.0-1028-gcpUbuntu
Fixed in:6.8.0-1028.30~22.04.1USN-7452-1
Fixed in:6.8.0-1028.30USN-7450-1
linux-image-6.8.0-1028-gcp-64kUbuntu
Fixed in:6.8.0-1028.30~22.04.1USN-7452-1
Fixed in:6.8.0-1028.30USN-7450-1
linux-image-6.8.0-1028-raspiUbuntu
Fixed in:6.8.0-1028.32USN-7524-1
linux-image-6.8.0-2023-raspi-realtimeUbuntu
Fixed in:6.8.0-2023.24USN-7523-1
linux-image-6.8.0-58-genericUbuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
Fixed in:6.8.0-58.60+1USN-7449-1
linux-image-6.8.0-58-generic-64kUbuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
Fixed in:6.8.0-58.60+1USN-7449-1
linux-image-6.8.0-58-lowlatencyUbuntu
Fixed in:6.8.0-58.60.1~22.04.1USN-7449-1
Fixed in:6.8.0-58.60.1USN-7449-1
linux-image-6.8.0-58-lowlatency-64kUbuntu
Fixed in:6.8.0-58.60.1~22.04.1USN-7449-1
Fixed in:6.8.0-58.60.1USN-7449-1
linux-image-6.8.1-1020-realtimeUbuntu
Fixed in:6.8.1-1020.21USN-7453-1
linux-image-awsUbuntu
Fixed in:6.8.0-1027.29~22.04.1USN-7451-1
Fixed in:6.8.0-1027.29USN-7449-1
linux-image-aws-lts-24.04Ubuntu
Fixed in:6.8.0-1027.29USN-7449-1
linux-image-azureUbuntu
Fixed in:6.8.0-1027.32~22.04.1USN-7449-1
linux-image-azure-fdeUbuntu
Fixed in:6.8.0-1027.32~22.04.1USN-7449-1
linux-image-azure-fde-lts-24.04Ubuntu
Fixed in:6.8.0-1027.32USN-7449-1
linux-image-azure-lts-24.04Ubuntu
Fixed in:6.8.0-1027.32USN-7449-1
linux-image-azure-nvidiaUbuntu
Fixed in:6.8.0-1014.15USN-7468-1
linux-image-gcpUbuntu
Fixed in:6.8.0-1028.30~22.04.1USN-7452-1
linux-image-gcp-64kUbuntu
Fixed in:6.8.0-1028.30~22.04.1USN-7452-1
linux-image-gcp-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1028.30USN-7450-1
linux-image-gcp-lts-24.04Ubuntu
Fixed in:6.8.0-1028.30USN-7450-1
linux-image-genericUbuntu
Fixed in:6.8.0-58.60USN-7449-1
linux-image-generic-64kUbuntu
Fixed in:6.8.0-58.60USN-7449-1
linux-image-generic-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
linux-image-generic-hwe-22.04Ubuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
linux-image-generic-lpaeUbuntu
Fixed in:6.8.0-58.60USN-7449-1
linux-image-gkeUbuntu
Fixed in:6.8.0-1023.27USN-7450-1
linux-image-gkeopUbuntu
Fixed in:6.8.0-1010.12USN-7450-1
linux-image-gkeop-6.8Ubuntu
Fixed in:6.8.0-1010.12USN-7450-1
linux-image-ibmUbuntu
Fixed in:6.8.0-1024.24USN-7449-1
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1024.24USN-7449-1
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1024.24USN-7449-1
linux-image-kvmUbuntu
Fixed in:6.8.0-58.60USN-7449-1
linux-image-lowlatencyUbuntu
Fixed in:6.8.0-58.60.1USN-7449-1
linux-image-lowlatency-64kUbuntu
Fixed in:6.8.0-58.60.1USN-7449-1
linux-image-lowlatency-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-58.60.1~22.04.1USN-7449-1
linux-image-lowlatency-hwe-22.04Ubuntu
Fixed in:6.8.0-58.60.1~22.04.1USN-7449-1
linux-image-nvidiaUbuntu
Fixed in:6.8.0-1026.29USN-7449-1
linux-image-nvidia-6.8Ubuntu
Fixed in:6.8.0-1026.29~22.04.1USN-7449-1
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1026.29USN-7449-1
linux-image-nvidia-64k-6.8Ubuntu
Fixed in:6.8.0-1026.29~22.04.1USN-7449-1
linux-image-nvidia-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-1026.29~22.04.1USN-7449-1
linux-image-nvidia-hwe-22.04Ubuntu
Fixed in:6.8.0-1026.29~22.04.1USN-7449-1
linux-image-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1026.29.1USN-7449-1
linux-image-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1026.29.1USN-7449-1
linux-image-oem-22.04Ubuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
linux-image-oem-22.04aUbuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
linux-image-oem-22.04bUbuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
linux-image-oem-22.04cUbuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
linux-image-oem-22.04dUbuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
linux-image-oem-24.04Ubuntu
Fixed in:6.8.0-1026.26USN-7449-1
linux-image-oem-24.04aUbuntu
Fixed in:6.8.0-1026.26USN-7449-1
linux-image-oem-24.04bUbuntu
Fixed in:6.11.0-1015.15USN-7310-1
linux-image-oracleUbuntu
Fixed in:6.8.0-1024.25~22.04.1USN-7449-1
Fixed in:6.8.0-1024.25USN-7449-1
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1024.25~22.04.1USN-7449-1
Fixed in:6.8.0-1024.25USN-7449-1
linux-image-oracle-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1024.25USN-7449-1
linux-image-oracle-lts-24.04Ubuntu
Fixed in:6.8.0-1024.25USN-7449-1
linux-image-raspiUbuntu
Fixed in:6.8.0-1028.32USN-7524-1
linux-image-raspi-realtimeUbuntu
Fixed in:6.8.0-2023.24USN-7523-1
linux-image-realtimeUbuntu
Fixed in:6.8.1-1020.21USN-7453-1
linux-image-realtime-hwe-24.04Ubuntu
Fixed in:6.8.1-1020.21USN-7453-1
linux-image-virtualUbuntu
Fixed in:6.8.0-58.60USN-7449-1
linux-image-virtual-hwe-22.04Ubuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
linux-lowlatencyUbuntu
Fixed in:6.8.0-58.60.1USN-7449-1
linux-lowlatency-hwe-6.8Ubuntu
Fixed in:6.8.0-58.60.1~22.04.1USN-7449-1
linux-nvidiaUbuntu
Fixed in:6.8.0-1026.29USN-7449-1
linux-nvidia-6.8Ubuntu
Fixed in:6.8.0-1026.29~22.04.1USN-7449-1
linux-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1026.29.1USN-7449-1
linux-oem-6.11Ubuntu
Fixed in:6.11.0-1015.15USN-7310-1
linux-oem-6.8Ubuntu
Fixed in:6.8.0-1026.26USN-7449-1
linux-oracleUbuntu
Fixed in:6.8.0-1024.25USN-7449-1
linux-oracle-6.8Ubuntu
Fixed in:6.8.0-1024.25~22.04.1USN-7449-1
linux-raspiUbuntu
Fixed in:6.8.0-1028.32USN-7524-1
linux-raspi-realtimeUbuntu
Fixed in:6.8.0-2023.24USN-7523-1
linux-realtimeUbuntu
Fixed in:6.8.1-1020.21USN-7453-1

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityHigh
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H

Exploit Intelligence

0.22%probability of exploitation in 30 days
12thpercentile

Low risk: more likely to be exploited than 12% of all known CVEs.

References

Embed a live status badge for CVE-2024-53169
CVE-2024-53169 severity badge

Markdown

[![CVE-2024-53169](https://tridentstack.com/cve/badge/CVE-2024-53169.svg)](https://tridentstack.com/cve/CVE-2024-53169)

HTML

<a href="https://tridentstack.com/cve/CVE-2024-53169"><img src="https://tridentstack.com/cve/badge/CVE-2024-53169.svg" alt="CVE-2024-53169"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2025-10-01.