Vulnerability in Linux
CVE-2026-64017
In the Linux kernel, the following vulnerability has been resolved: blk-mq: pop cached request if it is usable When submitting a bio to blk-mq, if the task should sleep after peeking a cached request, but before it pops it, the plug flushes and calls blk_mq_free_plug_rqs, freeing the cached_rqs. This creates a use-after-free bug. Fix this by popping the cached request before any possible blocking calls if it is suitable for use. Popping this request first holds a queue reference, so avoid any serialization races with queue freezes and can safely proceed with dispatching that request to the driver. This potentially increases a timing window from when a driver wants to freeze its queue to when requests stop being dispatched. That scenario is off the fast path though, and drivers need to appropriately handle requests during a freeze request anyway. The downside is the popped element needs to be individually freed when we performed a bio plug merge. The cached request would have had to be freed later anyway, but this patch does it inline with building the plug list instead of after flushing it.
EPSS: 0.001 (2.5th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions b0077e269f6c152e807fdac90b58caf012cdbaab, b5c8e0ff76d10f6bf70a7237678f27c20cf59bc9, e9c309ded295b7f8849097d71ae231456ca79f78
References
Frequently asked questions
- What is CVE-2026-64017?
- CVE-2026-64017 is a high-severity vulnerability in Linux. CVSS score: 7.8/10. Published 2026-07-19.
- How severe is CVE-2026-64017?
- High severity. CVSS v3 base score is 7.8 out of 10.