CVE-2026-64288
Last modified
CVE-2026-64288 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Avoid dereferencing NULL VNCR pseudo-TLB VNCR TLB invalidation occurs from MMU notifiers or TLBI instructions, and either can race against a vcpu not being onlined yet (no pseudo-TLB allocated). Similarly, the TLB might be invalid, and the invalidation should be skipped in this case. Both kvm_invalidate_vncr_ipa() and kvm_invalidate_vncr_va() are expected to perform the same checks, except that the latter doesn't check for the allocation and blindly dereferences the pointer. Solve this by introducing a new iterator built on top of the usual kvm_for_each_vcpu() that checks for both of the above conditions, and convert the two users to it.. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Avoid dereferencing NULL VNCR pseudo-TLB VNCR TLB invalidation occurs from MMU notifiers or TLBI instructions, and either can race against a vcpu not being onlined yet (no pseudo-TLB allocated). Similarly, the TLB might be invalid, and the invalidation should be skipped in this case. Both kvm_invalidate_vncr_ipa() and kvm_invalidate_vncr_va() are expected to perform the same checks, except that the latter doesn't check for the allocation and blindly dereferences the pointer. Solve this by introducing a new iterator built on top of the usual kvm_for_each_vcpu() that checks for both of the above conditions, and convert the two users to it.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4ffa72ad8f37e73bbb6c0baa88557bcb4fd39929, < 7c73a269a880b1399baacfb9d521415e6ef7ecc2; >= 4ffa72ad8f37e73bbb6c0baa88557bcb4fd39929, < 5fd30133af864a1de0a0bd87d3fe3cf23205fbc7; >= 4ffa72ad8f37e73bbb6c0baa88557bcb4fd39929, < 4be6cbeb93d26994bd1827ddbce391e3c4395c8f |
| Linux | Linux | 6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64288?
How severe is CVE-2026-64288?
How do I fix CVE-2026-64288?
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-64282In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64283In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64284In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64285In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64286In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-64287In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-64289In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6429When asked to both use a `.netrc` file for credentials and t…5.3
- CVE-2026-64290In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64291In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64292In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64293In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-64288?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
