CVE-2026-90182
Last modified
CVE-2026-90182 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: blk-iocost: clear delay state when freeing policy data iocg_kick_delay() turns sufficiently large debt into an explicit block-cgroup delay with blkcg_set_delay(), setting blkg->use_delay to -1 and incrementing blkcg->congestion_count. Clearing it again depends on iocg_kick_delay() running from the period timer, the waitq timer or the issue path. ioc_pd_free() removes the iocg from active_iocgs and cancels its waitq timer, and no further bios can arrive, so once it has run nothing is left which can reduce the debt and clear the delay.
Description
In the Linux kernel, the following vulnerability has been resolved: blk-iocost: clear delay state when freeing policy data iocg_kick_delay() turns sufficiently large debt into an explicit block-cgroup delay with blkcg_set_delay(), setting blkg->use_delay to -1 and incrementing blkcg->congestion_count. Clearing it again depends on iocg_kick_delay() running from the period timer, the waitq timer or the issue path. ioc_pd_free() removes the iocg from active_iocgs and cancels its waitq timer, and no further bios can arrive, so once it has run nothing is left which can reduce the debt and clear the delay. The blkcg stays marked congested for the rest of its life. blk_cgroup_congested() then returns true for every task in that cgroup and its descendants: page_cache_sync_ra() cuts readahead to a single page, page_cache_async_ra() skips it altogether, and __folio_throttle_swaprate() takes swap_avail_lock and schedules a throttle on anonymous folio allocation. Clear it explicitly, after the list removal and the synchronous hrtimer_cancel() so that neither timer processing nor an I/O path can re-arm it. The free callback can also see policy data which was never attached to a blkg, hence the pd->blkg check.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 7caa47151ab2e644dd221f741ec7578d9532c9a3, < b9c16db833e3ff15d923282f94dddf0e10fab8c0; >= 7caa47151ab2e644dd221f741ec7578d9532c9a3, < 97cb95d2148835ae86ff916b145aef332d40439d |
| Linux | Linux | 5.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90182?
How severe is CVE-2026-90182?
How do I fix CVE-2026-90182?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-90177In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90178In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90179In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9018The Easy Elements for Elementor – Addons & Website Templates…8.8
- CVE-2026-90180In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90181In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90183In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90184In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90185In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90186In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90187In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90188In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90182?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
