CVE-2025-68756
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2025-68756 is a deadlock vulnerability in the Linux kernel's block layer multi-queue (blk-mq) tag set management subsystem. The flaw was introduced when the NVMe driver switched to using blk_mq_[un]quiesce_tagset() (via commit 98d81f0df70c), causing a circular wait condition between threads handling NVMe command timeouts and queue management operations. It was published on January 5, 2026, and affects the Linux kernel across multiple stable branches, with downstream impact on distributions including Red Hat, Ubuntu, Oracle Linux, and Microsoft Azure Linux 3 (kernel versions 6.6.117.1-1 and 6.6.119.3-3). The vulnerability carries a CVSS v3.1 base score of 7.1 (High) (Red Hat CVE, Feedly).

Technical details

The root cause is improper synchronization (CWE-667: Improper Locking) between two concurrent kernel operations. The blk_mq_quiesce_tagset() function attempts to acquire set->tag_list_lock while traversing queues, but blk_mq_{add,del}_queue_tag_set() already holds this mutex while waiting for a queue to be frozen — a queue whose usage counter will never drop to zero because the NVMe timeout handler (nvme_timeout()) is blocked waiting for the same mutex. This creates a classic circular wait deadlock: Thread 1 (nvme_timeoutnvme_dev_disableblk_mq_quiesce_tagset) waits for tag_list_lock, while Thread 2 (blk_mq_exit_queueblk_mq_update_tag_set_sharedblk_mq_freeze_queue_wait) holds tag_list_lock and waits for the queue to freeze. The fix replaces mutex-based synchronization with RCU (Read-Copy-Update) in the affected functions and updates list operations to be RCU-safe (kernel.org patches).

Impact

Successful triggering of this vulnerability causes a complete kernel deadlock, rendering the affected system fully unresponsive and requiring a hard reboot to recover. The primary impact is on availability — there is no confidentiality breach or data exfiltration risk. Systems using NVMe storage devices are particularly at risk, as the deadlock is triggered through the NVMe command timeout handling path. In cloud or virtualized environments, this could cause denial of service for all workloads running on the affected host (Red Hat CVE, Feedly).

Mitigation and workarounds

Patches have been applied to multiple Linux kernel stable branches, with fixes available at the kernel.org stable tree commits 3baeec23a82e, 59e25ef2b413, 6e8d363786765, ca8764c0ea1f, and ef0cd7b69492. Downstream distributions have issued security advisories and updated packages: Ubuntu has released USN-8179-1, USN-8179-2, USN-8179-3, USN-8179-4, USN-8184-1, USN-8185-1, USN-8185-2, USN-8203-1, USN-8258-1, USN-8260-1, and USN-8265-1; Oracle Linux has issued ELSA-2026-50112; and Microsoft has addressed affected Azure Linux 3 kernel versions. Administrators should update to the latest patched kernel version for their distribution as soon as possible, prioritizing systems with NVMe storage (Ubuntu USN-8179-1, Red Hat CVE, Microsoft MSRC).

Community reactions

The vulnerability was noted in the context of Microsoft's January 2026 Patch Tuesday coverage, which addressed 114 flaws including this kernel issue in Azure Linux 3 (BleepingComputer). Red Hat and Ubuntu have both issued formal security advisories and patched packages. No significant independent researcher commentary or social media discussion specific to this CVE has been identified beyond standard vulnerability tracking and distribution advisory channels.

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management