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

8.2 · HIGH
Published Jul 25, 2026 linux

Overview

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

This vulnerability has a CVSS 3.1 base score of 8.2, 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:

KVM: arm64: Bound used_lrs when flushing the pKVM hyp vCPU

flush_hyp_vcpu() copies the host vGIC state into the hyp's private vCPU

on every run. The vGIC list register save and restore use used_lrs as

their loop bound and expect it to stay within the number of implemented

list registers. While this is generally the case, flush_hyp_vcpu()

copies vgic_v3 verbatim and does not enforce this, so a value provided

by the host is used at EL2 to index vgic_lr[] and access ICH_LR<n>_EL2

(host -> EL2).

Fix by clamping used_lrs to the number of implemented list registers

after the copy, as the trusted path already does in

vgic_flush_lr_state(). The number of implemented list registers is

constant after init, so it is replicated once from

kvm_vgic_global_state.nr_lr into hyp_gicv3_nr_lr rather than read on

every entry.

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 >= 6.2, < 6.6.145 Affected

Frequently Asked Questions

What is CVE-2026-64287?

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

How severe is CVE-2026-64287?

This vulnerability has a CVSS 3.1 base score of 8.2, 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-64287?

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-64287?

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