{"apiVersion":"1.0","identifier":"CVE-2026-72287","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.","publishedAt":"2026-08-15T06:22:00","lastModifiedAt":"2026-08-17T06:18:31","sourceUrl":"https://nvd.nist.gov/vuln/detail/CVE-2026-72287","cvssScore":7.8,"cvssVector":"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H","epssProbability":0.00141,"riskScore":0.79,"affectedProduct":"Linux kernel","affectedVersions":"unknown","vulnerabilityType":"Kernel","operatingSystems":[],"links":{"self":"https://www.redsauce.net/api/cves/CVE-2026-72287","webPages":{"es":"https://www.redsauce.net/es/cves/CVE-2026-72287","en":"https://www.redsauce.net/en/cves/CVE-2026-72287","fr":"https://www.redsauce.net/fr/cves/CVE-2026-72287","pt":"https://www.redsauce.net/pt/cves/CVE-2026-72287","de":"https://www.redsauce.net/de/cves/CVE-2026-72287","sk":"https://www.redsauce.net/sk/cves/CVE-2026-72287","el":"https://www.redsauce.net/el/cves/CVE-2026-72287"},"source":"https://nvd.nist.gov/vuln/detail/CVE-2026-72287"}}