Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-64509

Published Jul 25, 2026 EPSS 0.16% (5th pctl)

Overview

CVE-2026-64509 is a known-severity vulnerability. It was published on July 25, 2026.

Technical 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.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-64509?

CVE-2026-64509 is a known-severity vulnerability. It was published on July 25, 2026.

How severe is CVE-2026-64509?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

How do I fix or remediate CVE-2026-64509?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-64509?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64509 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.