CVE-2026-72284: KVM: x86: Ignore pending PV EOI if the vCPU has since disabled PV EOIs
In the Linux kernel, the following vulnerability has been resolved:
KVM: x86: Ignore pending PV EOI if the vCPU has since disabled PV EOIs
Ignore KVM's internal "service pending PV EOI" request if the vCPU has disabled PV EOIs since the request was made. Asserting that PV EOIs are enabled can fail if reading guest memory in pveoigetuser() fails, i.e. if pveoitestandclrpending() bails early, and the vCPU also disables PV EOIs.
kernel BUG at arch/x86/kvm/lapic.c:3338! Oops: invalid opcode: 0000 [#1] SMP CPU: 4 UID: 1000 PID: 890 Comm: pveoitest Not tainted 7.0.0-d585aa5894d8-vm #337 PREEMPT Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015 RIP: 0010:kvmlapicsyncfromvapic+0x12b/0x140 [kvm] Call Trace: <TASK> kvmarchvcpuioctlrun+0x1075/0x1c30 [kvm] kvmvcpuioctl+0x2d5/0x980 [kvm] x64sysioctl+0x8a/0xd0 dosyscall64+0xb5/0xb40 entrySYSCALL64afterhwframe+0x4b/0x53 </TASK> Modules linked in: kvmintel kvm irqbypass ---[ end trace 0000000000000000 ]---
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Linux kernel (KVM on x86)to a version that resolves this vulnerability.Fixed in 7.0.0-d585aa5894d8-vm #337Patch KVM: x86: Ignore pending PV EOI if the vCPU has since disabled PV EOIs