CVE-2026-64509
Last modified
CVE-2026-64509 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: rust: block: fix GenDisk cleanup paths GenDiskBuilder::build() still has fallible work after __blk_mq_alloc_disk(), but its error path only recovers the foreign queue data. That leaks the temporary gendisk and request_queue until later teardown.
Description
In the Linux kernel, the following vulnerability has been resolved: rust: block: fix GenDisk cleanup paths GenDiskBuilder::build() still has fallible work after __blk_mq_alloc_disk(), but its error path only recovers the foreign queue data. That leaks the temporary gendisk and request_queue until later teardown. If the caller moved the last Arc<TagSet<T>> into build(), the leaked queue can retain blk-mq state after the tag set is dropped. Fix the pre-registration failure path by dropping the temporary gendisk reference with put_disk() before recovering queue_data, so disk_release() can tear down the owned queue. Also pair GenDisk::drop() with put_disk() after del_gendisk(). Once a Rust GenDisk has been added with device_add_disk(), del_gendisk() only unregisters it; the final gendisk reference still has to be dropped to complete the release path.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 3253aba3408aa4eb2e4e09365eede3e63ef7536b, < d1dcaa5229a63a6b6df7e0f673fe576cf3d6e8cb; >= 3253aba3408aa4eb2e4e09365eede3e63ef7536b, < e7636f26f77070a529c26d65afd217514ce85ce4; >= 3253aba3408aa4eb2e4e09365eede3e63ef7536b, < 6822a2685b4da9a87efd1fce4b042678a31ff734; >= 3253aba3408aa4eb2e4e09365eede3e63ef7536b, < 2957771379fa335103a4b539db57bb2271e12142 |
| Linux | Linux | 6.11 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64509?
How severe is CVE-2026-64509?
How do I fix CVE-2026-64509?
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-64503In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64504In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64505In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64506In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64507In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64508In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6451The cms-fuer-motorrad-werkstaetten plugin for WordPress is v…4.3
- CVE-2026-64510In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-64511In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64512In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64513In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64514In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-64509?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
