CVE-2026-46131
Awaiting Analysis Awaiting Analysis - Queue
KVM x86 Nested EPT/NPT Validation Flaw

Publication date: 2026-05-28

Last updated on: 2026-05-28

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: check for nEPT/nNPT in slow flush hypercalls Checking is_guest_mode(vcpu) is incorrect, because translate_nested_gpa() is only valid if an L2 guest is running *with nested EPT/NPT enabled*. Instead use the same condition as translate_nested_gpa() itself.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-28
Last Modified
2026-05-28
Generated
2026-05-28
AI Q&A
2026-05-28
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :

This vulnerability relates to the Linux kernel's KVM module for x86 architectures, specifically in the handling of nested virtualization with EPT/NPT (Extended Page Tables/Nested Page Tables). An incorrect check for nested page table usage could potentially lead to improper memory translation in nested guests, which might cause unexpected behavior or security issues in virtualized environments.


Can you explain this vulnerability to me?

This vulnerability exists in the Linux kernel's KVM (Kernel-based Virtual Machine) component for x86 architectures. It involves an incorrect check for nested Extended Page Tables (nEPT) or nested Nested Page Tables (nNPT) during slow flush hypercalls. Specifically, the code incorrectly uses the is_guest_mode(vcpu) check, which is not valid unless an L2 guest is running with nested EPT/NPT enabled. The correct approach is to use the same condition as the translate_nested_gpa() function itself.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart