CVE & CISA-KEV Catalog

CVE-2025-68807

UNSCORED

Description

In the Linux kernel, the following vulnerability has been resolved: block: fix race between wbt_enable_default and IO submission When wbt_enable_default() is moved out of queue freezing in elevator_change(), it can cause the wbt inflight counter to become negative (-1), leading to hung tasks in the writeback path. Tasks get stuck in wbt_wait() because the counter is in an inconsistent state. The issue occurs because wbt_enable_default() could race with IO submission, allowing the counter to be decremented before proper initialization. This manifests as: rq_wait[0]: inflight: -1 has_waiters: True rwb_enabled() checks the state, which can be updated exactly between wbt_wait() (rq_qos_throttle()) and wbt_track()(rq_qos_track()), then the inflight counter will become negative. And results in hung task warnings like: task:kworker/u24:39 state:D stack:0 pid:14767 Call Trace: rq_qos_wait+0xb4/0x150 wbt_wait+0xa9/0x100 __rq_qos_throttle+0x24/0x40 blk_mq_submit_bio+0x672/0x7b0 ... Fix this by: 1. Splitting wbt_enable_default() into: - __wbt_enable_default(): Returns true if wbt_init() should be called - wbt_enable_default(): Wrapper for existing callers (no init) - wbt_init_enable_default(): New function that checks and inits WBT 2. Using wbt_init_enable_default() in blk_register_queue() to ensure proper initialization during queue registration 3. Move wbt_init() out of wbt_enable_default() which is only for enabling disabled wbt from bfq and iocost, and wbt_init() isn't needed. Then the original lock warning can be avoided. 4. Removing the ELEVATOR_FLAG_ENABLE_WBT_ON_EXIT flag and its handling code since it's no longer needed This ensures WBT is properly initialized before any IO can be submitted, preventing the counter from going negative.

How to fix

Remediation Available
linuxDebian
Fixed in:6.18.3-1CVE-2025-68807
linuxUbuntu
Fixed in:6.17.0-22.22USN-8177-1
linux-awsUbuntu
Fixed in:6.17.0-1012.12USN-8183-2
linux-aws-6.17Ubuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-2
linux-azureUbuntu
Fixed in:6.17.0-1013.13USN-8245-1
linux-azure-6.17Ubuntu
Fixed in:6.17.0-1013.13~24.04.1USN-8245-1
linux-gcpUbuntu
Fixed in:6.17.0-1012.12USN-8183-1
linux-gcp-6.17Ubuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-1
linux-hwe-6.17Ubuntu
Fixed in:6.17.0-22.22~24.04.1USN-8183-2
linux-image-6.17.0-1010-realtimeUbuntu
Fixed in:6.17.0-1010.11~24.04.1USN-8177-2
Fixed in:6.17.0-1010.11USN-8177-1
linux-image-6.17.0-1011-oracleUbuntu
Fixed in:6.17.0-1011.11~24.04.1USN-8183-2
Fixed in:6.17.0-1011.11USN-8183-2
linux-image-6.17.0-1011-oracle-64kUbuntu
Fixed in:6.17.0-1011.11~24.04.1USN-8183-2
Fixed in:6.17.0-1011.11USN-8183-2
linux-image-6.17.0-1012-awsUbuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-2
Fixed in:6.17.0-1012.12USN-8183-2
linux-image-6.17.0-1012-aws-64kUbuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-2
Fixed in:6.17.0-1012.12USN-8183-2
linux-image-6.17.0-1012-gcpUbuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-1
Fixed in:6.17.0-1012.12USN-8183-1
linux-image-6.17.0-1012-gcp-64kUbuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-1
Fixed in:6.17.0-1012.12USN-8183-1
linux-image-6.17.0-1013-azureUbuntu
Fixed in:6.17.0-1013.13~24.04.1USN-8245-1
Fixed in:6.17.0-1013.13USN-8245-1
linux-image-6.17.0-1014-raspiUbuntu
Fixed in:6.17.0-1014.14USN-8257-1
linux-image-6.17.0-1020-oemUbuntu
Fixed in:6.17.0-1020.20USN-8245-1
linux-image-6.17.0-22-genericUbuntu
Fixed in:6.17.0-22.22~24.04.1USN-8183-2
Fixed in:6.17.0-22.22USN-8177-1
linux-image-6.17.0-22-generic-64kUbuntu
Fixed in:6.17.0-22.22~24.04.1USN-8183-2
Fixed in:6.17.0-22.22USN-8177-1
linux-image-awsUbuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-2
Fixed in:6.17.0-1012.12USN-8183-2
linux-image-aws-6.17Ubuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-2
Fixed in:6.17.0-1012.12USN-8183-2
linux-image-aws-64kUbuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-2
Fixed in:6.17.0-1012.12USN-8183-2
linux-image-aws-64k-6.17Ubuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-2
Fixed in:6.17.0-1012.12USN-8183-2
linux-image-azureUbuntu
Fixed in:6.17.0-1013.13~24.04.1USN-8245-1
Fixed in:6.17.0-1013.13USN-8245-1
linux-image-azure-6.17Ubuntu
Fixed in:6.17.0-1013.13~24.04.1USN-8245-1
Fixed in:6.17.0-1013.13USN-8245-1
linux-image-gcpUbuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-1
Fixed in:6.17.0-1012.12USN-8183-1
linux-image-gcp-6.17Ubuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-1
Fixed in:6.17.0-1012.12USN-8183-1
linux-image-gcp-64kUbuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-1
Fixed in:6.17.0-1012.12USN-8183-1
linux-image-gcp-64k-6.17Ubuntu
Fixed in:6.17.0-1012.12~24.04.1USN-8183-1
Fixed in:6.17.0-1012.12USN-8183-1
linux-image-genericUbuntu
Fixed in:6.17.0-22.22USN-8177-1
linux-image-generic-6.17Ubuntu
Fixed in:6.17.0-22.22~24.04.1USN-8183-2
Fixed in:6.17.0-22.22USN-8177-1
linux-image-generic-64kUbuntu
Fixed in:6.17.0-22.22USN-8177-1
linux-image-generic-64k-6.17Ubuntu
Fixed in:6.17.0-22.22~24.04.1USN-8183-2
Fixed in:6.17.0-22.22USN-8177-1
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.17.0-22.22~24.04.1USN-8183-2
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.17.0-22.22~24.04.1USN-8183-2
linux-image-oem-24.04Ubuntu
Fixed in:6.17.0-1020.20USN-8245-1
linux-image-oem-24.04aUbuntu
Fixed in:6.17.0-1020.20USN-8245-1
linux-image-oem-24.04bUbuntu
Fixed in:6.17.0-1020.20USN-8245-1
linux-image-oem-24.04cUbuntu
Fixed in:6.17.0-1020.20USN-8245-1
linux-image-oem-24.04dUbuntu
Fixed in:6.17.0-1020.20USN-8245-1
linux-image-oem-6.17Ubuntu
Fixed in:6.17.0-1020.20USN-8245-1
linux-image-oracleUbuntu
Fixed in:6.17.0-1011.11~24.04.1USN-8183-2
Fixed in:6.17.0-1011.11USN-8183-2
linux-image-oracle-6.17Ubuntu
Fixed in:6.17.0-1011.11~24.04.1USN-8183-2
Fixed in:6.17.0-1011.11USN-8183-2
linux-image-oracle-64kUbuntu
Fixed in:6.17.0-1011.11~24.04.1USN-8183-2
Fixed in:6.17.0-1011.11USN-8183-2
linux-image-oracle-64k-6.17Ubuntu
Fixed in:6.17.0-1011.11~24.04.1USN-8183-2
Fixed in:6.17.0-1011.11USN-8183-2
linux-image-raspiUbuntu
Fixed in:6.17.0-1014.14USN-8257-1
linux-image-raspi-6.17Ubuntu
Fixed in:6.17.0-1014.14USN-8257-1
linux-image-realtimeUbuntu
Fixed in:6.17.0-1010.11USN-8177-1
linux-image-realtime-6.17Ubuntu
Fixed in:6.17.0-1010.11~24.04.1USN-8177-2
Fixed in:6.17.0-1010.11USN-8177-1
linux-image-realtime-hwe-24.04Ubuntu
Fixed in:6.17.0-1010.11~24.04.1USN-8177-2
linux-image-virtualUbuntu
Fixed in:6.17.0-22.22USN-8177-1
linux-image-virtual-6.17Ubuntu
Fixed in:6.17.0-22.22~24.04.1USN-8183-2
Fixed in:6.17.0-22.22USN-8177-1
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.17.0-22.22~24.04.1USN-8183-2
linux-oem-6.17Ubuntu
Fixed in:6.17.0-1020.20USN-8245-1
linux-oracleUbuntu
Fixed in:6.17.0-1011.11USN-8183-2
linux-oracle-6.17Ubuntu
Fixed in:6.17.0-1011.11~24.04.1USN-8183-2
linux-raspiUbuntu
Fixed in:6.17.0-1014.14USN-8257-1
linux-realtimeUbuntu
Fixed in:6.17.0-1010.11USN-8177-1
linux-realtime-6.17Ubuntu
Fixed in:6.17.0-1010.11~24.04.1USN-8177-2

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

CVSS v3.1 Vector

No CVSS vector data available.

Exploit Intelligence

0.15%probability of exploitation in 30 days
5thpercentile

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

References

Embed a live status badge for CVE-2025-68807
CVE-2025-68807 severity badge

Markdown

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

HTML

<a href="https://tridentstack.com/cve/CVE-2025-68807"><img src="https://tridentstack.com/cve/badge/CVE-2025-68807.svg" alt="CVE-2025-68807"></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 2026-01-14.