CVE-2024-35974
Last modified
CVE-2024-35974 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: block: fix q->blkg_list corruption during disk rebind Multiple gendisk instances can allocated/added for single request queue in case of disk rebind. blkg may still stay in q->blkg_list when calling blkcg_init_disk() for rebind, then q->blkg_list becomes corrupted. Fix the list corruption issue by: - add blkg_init_queue() to initialize q->blkg_list & q->blkcg_mutex only - move calling blkg_init_queue() into blk_alloc_queue() The list corruption should be started since commit f1c006f1c685 ("blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deactivate_policy()") which delays removing blkg from q->blkg_list into blkg_free_workfn().. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: block: fix q->blkg_list corruption during disk rebind Multiple gendisk instances can allocated/added for single request queue in case of disk rebind. blkg may still stay in q->blkg_list when calling blkcg_init_disk() for rebind, then q->blkg_list becomes corrupted. Fix the list corruption issue by: - add blkg_init_queue() to initialize q->blkg_list & q->blkcg_mutex only - move calling blkg_init_queue() into blk_alloc_queue() The list corruption should be started since commit f1c006f1c685 ("blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deactivate_policy()") which delays removing blkg from q->blkg_list into blkg_free_workfn().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.18, < 6.6.28 | — |
| Linux | Linux Kernel | >= 6.7, < 6.8.7 | — |
| Linux | Linux Kernel | 6.9 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-35974?
How severe is CVE-2024-35974?
How do I fix CVE-2024-35974?
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 2024
- CVE-2024-35969In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2024-3597The Export WP Page to Static HTML/CSS plugin for WordPress i…6.1
- CVE-2024-35970In the Linux kernel, the following vulnerability has been re…6.3
- CVE-2024-35971In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35972In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35973In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35975In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35976In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-35977In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-35978In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35979In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-3598The ElementsKit Pro plugin for WordPress is vulnerable to St…5.4
Are you affected by CVE-2024-35974?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
