CVE-2025-68807
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2025-68807 is a race condition vulnerability in the Linux kernel's block layer writeback throttling (WBT) subsystem. The flaw occurs between wbt_enable_default() and IO submission, causing the WBT inflight counter to become negative (-1), which leads to hung tasks in the writeback path. It was published on January 13, 2026, and affects the Linux kernel. Feedly estimates the severity as Medium, with an EPSS score of 0.000180 (Red Hat CVE, Feedly).

Technical details

The root cause is a race condition (CWE-362) introduced when wbt_enable_default() was moved out of queue freezing in elevator_change(). This allows the WBT inflight counter to be decremented before proper initialization completes, because rwb_enabled() state can be updated between wbt_wait() (called via rq_qos_throttle()) and wbt_track() (called via rq_qos_track()). The result is an inflight counter value of -1 with has_waiters: True, causing tasks to block indefinitely in wbt_wait(). The fix splits wbt_enable_default() into __wbt_enable_default(), wbt_enable_default(), and a new wbt_init_enable_default() function used in blk_register_queue() to ensure atomic initialization (Red Hat CVE).

Impact

Successful exploitation of this race condition results in hung kernel tasks, specifically kworker threads blocking indefinitely in rq_qos_wait()wbt_wait()blk_mq_submit_bio(). This constitutes a denial-of-service condition affecting the availability of the writeback I/O path on the system. There is no evidence of confidentiality or integrity impact; the primary consequence is system instability or unresponsiveness on affected Linux kernel deployments (Red Hat CVE).

Indicators of compromise

  • Logs: Kernel hung task warnings in dmesg or /var/log/kern.log referencing kworker threads in state D (uninterruptible sleep) with call traces through rq_qos_wait, wbt_wait, __rq_qos_throttle, and blk_mq_submit_bio.
  • Process: Kernel worker threads (kworker/u*) stuck in uninterruptible sleep (D state) visible via ps aux or top.
  • System State: WBT inflight counter at -1 observable via kernel debug interfaces if WBT debug tracing is enabled.

Mitigation and workarounds

The fix is included in upstream Linux kernel patches referenced by commits 9869d3a6fed3 and f55201fb3bec in the stable kernel tree. Ubuntu has issued security notices USN-8177-1, USN-8177-2, USN-8183-1, USN-8183-2, USN-8245-1, and USN-8257-1 addressing this vulnerability. Red Hat has tracked the issue but has not yet assigned a severity rating. Users should update to a patched kernel version provided by their Linux distribution as soon as available (Ubuntu USN-8177-1, Ubuntu USN-8183-1, Red Hat CVE).

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