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-64112

7.8 · HIGH
Published Jul 19, 2026 linux CWE-367 EPSS 0.10% (1th pctl)

Overview

CVE-2026-64112 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 19, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

rbd: eliminate a race in lock_dwork draining on unmap

Given how rbd_lock_add_request() and rbd_img_exclusive_lock() are

written, lock_dwork may be (re)queued more than it's actually needed:

for example in case a new I/O request comes in while we are in the

middle of rbd_acquire_lock() on behalf of another I/O request. This is

expected and with rbd_release_lock() preemptively canceling lock_dwork

is benign under normal operation.

A more problematic example is maybe_kick_acquire():

if (have_requests || delayed_work_pending(&rbd_dev->lock_dwork)) {

dout("%s rbd_dev %p kicking lock_dwork\n", __func__, rbd_dev);

mod_delayed_work(rbd_dev->task_wq, &rbd_dev->lock_dwork, 0);

}

It's not unrealistic for lock_dwork to get canceled right after

delayed_work_pending() returns true and for mod_delayed_work() to

requeue it right there anyway. This is a classic TOCTOU race.

When it comes to unmap

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.12, < 6.12.92 Affected

Frequently Asked Questions

What is CVE-2026-64112?

CVE-2026-64112 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 19, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-64112?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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-64112?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64112 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.