In the Linux kernel, the following vulnerability has been resolved:
KVM: x86: check for nEPT/nNPT in slow flush hypercalls
Checking isguestmode(vcpu) is incorrect, because translatenestedgpa() is only valid if an L2 guest is running with nested EPT/NPT enabled. Instead use the same condition as translatenestedgpa() itself.