CVE-2026-72287
Last modified
CVE-2026-72287 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: KVM: nVMX: Move vTPR vs. TPR Threshold consistency check into "normal" checks Move the off-by-default consistency check for vmcs12.tpr_threshold vs. the virtual APIC vTPR into the "normal" controls checks, as waiting until KVM has loaded some amount of state is unnecessary and actively dangerous. Specifically, failure to unwind vmcs01.GUEST_CR3 to KVM's value when EPT is disabled results in KVM running L1 with an L1-controlled CR3, not with KVM's CR3! Alternatively, KVM could simply reset the MMU to force a reload of vmcs01.GUEST_CR3, but the _only_ reason the check was shoved into a "late" flow was to wait until the vmcs12 pages were retrieved. 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: nVMX: Move vTPR vs. TPR Threshold consistency check into "normal" checks Move the off-by-default consistency check for vmcs12.tpr_threshold vs. the virtual APIC vTPR into the "normal" controls checks, as waiting until KVM has loaded some amount of state is unnecessary and actively dangerous. Specifically, failure to unwind vmcs01.GUEST_CR3 to KVM's value when EPT is disabled results in KVM running L1 with an L1-controlled CR3, not with KVM's CR3! Alternatively, KVM could simply reset the MMU to force a reload of vmcs01.GUEST_CR3, but the _only_ reason the check was shoved into a "late" flow was to wait until the vmcs12 pages were retrieved. Rather than build up more crusty code, simply access vTPR using a regular guest memory access (performance isn't a concern). To circumvent the restrictions that led to KVM deferring nested_get_vmcs12_pages(), (a) use a VM-scoped API to read guest memory so that it always hits non-SMM memslots (for RSM), and (b) skip the check (since its off-by-default anyways) when the vCPU doesn't want to run, i.e. when userspace is restoring/stuffing state. If reading guest memory fails, simply skip the consistency check, as KVM's de facto ABI is that VMX instruction accesses to non-existent memory get PCI Bus Error semantics, where reads return 0xFFs. And if vTPR=0xFF, then the vTPR is guaranteed to be greater than or equal to TPR_THRESHOLD.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1100e4910ad207bc00aedc8dfdb228dd1b81f310, < 7d066368f72e6192af7e21c5817626f6da666991; >= 1100e4910ad207bc00aedc8dfdb228dd1b81f310, < ebdac7554abb347ca4197be241116842161acd9b |
| Linux | Linux | 6.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72287?
How severe is CVE-2026-72287?
How do I fix CVE-2026-72287?
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-72281In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72282In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72283In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72284In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-72285In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72286In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72288In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-72289In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-7229A vulnerability was found in code-projects Coaching Manageme…6.3
- CVE-2026-72290In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72291In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-72292In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72287?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
