In the Linux kernel, the following vulnerability has been resolved:
KVM: x86: Unconditionally recompute CR8 intercept on PPR update
The TPR_THRESHOLD field in the VMCS is used by VMX to induce VM exits when the guest's virtual TPR falls under the specified threshold, allowing KVM to inject previously masked interrupts.
KVM handles these VM exits in handle_tpr_below_threshold(). Commit eb90f3417a0c ("KVM: vmx: speed up TPR below threshold vmexits") optimized this function by calling apic_update_ppr() instead of raising KVM_REQ_EVENT. apic_update_ppr() then raises KVM_REQ_EVENT if there is a pending, deliverable interrupt.
However, if there are no new interrupts pending, apic_update_ppr() does not issue the request. Thus, kvm_lapic_update_cr8_intercept() and vmx_update_cr8_intercept() are not called before VM entry, which results in a high, stale TPR_THRESHOLD. This is problematic due to the following sentence in 28.2.1.1 "VM-Execution Control Fields" in the SDM:
The following check is performed if the “use TPR shadow” VM-execution control is 1 and the “virtualize APIC accesses” and “virtual-interrupt delivery” VM-execution controls are both 0: the value of bits 3:0 of the TPR threshold VM-execution control field should not be greater than the value of bits 7:4 of VTPR.
This error condition is typically not observed when KVM runs on a bare metal system because modern processors support APICv, which enables virtual-interrupt delivery, and which KVM uses when possible. This causes the processor to no longer generate TPR-below-threshold exits and to no longer check TPR_THRESHOLD on entry. However, when running on older platforms, or under nested virtualization on a hypervisor that does not support virtual-interrupt delivery and enforces this check (like Hyper-V) this can cause a VM entry failure with hardware error 0x7, as seen in [1].
Call kvm_lapic_update_cr8_intercept() if apic_update_ppr() does not find a deliverable interrupt (and thus does not raise KVM_REQ_EVENT). Remove calls to kvm_lapic_update_cr8_intercept() on paths that end up in apic_update_ppr(), as they now become redundant. This ensures that any path that updates the guest's PPR also figures out if KVM needs to wait for a TPR change (using TPR_THRESHOLD on VMX or CR8 intercepts on SVM).
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Amazon_linux_2023 | — | Upgrade python3-perf6.18-debuginfoUpgrade kernel-livepatch-6.18.39-79.141Upgrade perf6.18-debuginfoUpgrade bpftool6.18Upgrade kernel6.18Upgrade kernel6.18-modules-extra-commonUpgrade kernel6.18-debuginfo-common-aarch64Upgrade kernel6.18-tools-debuginfoUpgrade bpftool6.18-debuginfoUpgrade kernel6.18-toolsUpgrade kernel6.18-modules-extraUpgrade kernel6.18-develUpgrade perf6.18Upgrade python3-perf6.18Upgrade kernel6.18-headersUpgrade microvm-kernel6.18Upgrade kernel6.18-debuginfo-common-x86_64Upgrade kernel6.18-tools-develUpgrade kernel6.18-debuginfo | Aug 18, 2026 | Jul 25, 2026 |
| Redhat_linux | — | No solution exists | Jul 31, 2026 | Jul 25, 2026 |
| Ubuntu | — | Upgrade linux-image-gkeUpgrade linux-image-virtualUpgrade linux-image-raspi-realtime-7.0Upgrade linux-image-aws-64kUpgrade linux-image-gcp-64k-7.0Upgrade linux-image-virtual-7.0Upgrade linux-image-7.0.0-1013-oemUpgrade linux-image-genericUpgrade linux-image-gke-hwe-26.04Upgrade linux-image-realtimeUpgrade linux-image-7.0.0-1019-raspiUpgrade linux-image-raspi-7.0Upgrade linux-image-gcp-64kUpgrade linux-image-7.0.0-2018-nvidia-bosUpgrade linux-image-generic-64k-hwe-26.04Upgrade linux-image-realtime-hwe-26.04Upgrade linux-image-nvidia-64k-hwe-26.04Upgrade linux-image-gke-7.0Upgrade linux-image-7.0.0-31-generic-64kUpgrade linux-image-generic-7.0Upgrade linux-image-oem-26.04aUpgrade linux-image-7.0.0-1019-raspi-realtimeUpgrade linux-image-oem-7.0Upgrade linux-image-7.0.0-1006-gke-64kUpgrade linux-image-generic-hwe-26.04Upgrade linux-image-aws-7.0Upgrade linux-image-nvidia-hwe-26.04Upgrade linux-image-7.0.0-1018-nvidia-64kUpgrade linux-image-virtual-hwe-24.04Upgrade linux-image-aws-64k-7.0Upgrade linux-image-gke-64k-hwe-26.04Upgrade linux-image-realtime-64k-7.0Upgrade linux-image-realtime-64kUpgrade linux-image-generic-64k-7.0Upgrade linux-image-nvidia-bos-7.0Upgrade linux-image-realtime-7.0Upgrade linux-image-7.0.0-31-genericUpgrade linux-image-nvidia-bos-64kUpgrade linux-image-generic-64kUpgrade linux-image-nvidia-64kUpgrade linux-image-7.0.0-2018-nvidia-bos-64kUpgrade linux-image-nvidiaUpgrade linux-image-7.0.0-1011-gcp-64kUpgrade linux-image-7.0.0-1006-gkeUpgrade linux-image-awsUpgrade linux-image-nvidia-64k-7.0Upgrade linux-image-generic-hwe-24.04Upgrade linux-image-gcp-7.0Upgrade linux-image-7.0.0-1018-nvidiaUpgrade linux-image-nvidia-bosUpgrade linux-image-virtual-hwe-26.04Upgrade linux-image-oem-26.04Upgrade linux-image-oem-26.04bUpgrade linux-image-raspiUpgrade linux-image-gcpUpgrade linux-image-realtime-64k-hwe-26.04Upgrade linux-image-generic-64k-hwe-24.04Upgrade linux-image-gke-64k-7.0Upgrade linux-image-nvidia-bos-64k-7.0Upgrade linux-image-ibm-7.0Upgrade linux-image-7.0.0-1013-ibmUpgrade linux-image-7.0.0-1011-gcpUpgrade linux-image-ibmUpgrade linux-image-7.0.0-31-realtimeUpgrade linux-image-7.0.0-1012-awsUpgrade linux-image-nvidia-7.0Upgrade linux-image-7.0.0-31-realtime-64kUpgrade linux-image-raspi-realtimeUpgrade linux-image-gke-64kUpgrade linux-image-7.0.0-1012-aws-64k | Sep 14, 2026 | Sep 7, 2026 |
Prioritise with Active Threat Intelligence
With curated Threat Intelligence, you can see which vulnerabilities truly put you at risk, prioritize what matters most, and act before attackers do.
Explore Intelligence Hub