arch/x86/kvm/mmu.c in the Linux kernel through 4.13.5, when nested virtualisation is used, does not properly traverse guest pagetable entries to resolve a guest virtual address, which allows L1 guest OS users to execute arbitrary code on the host OS or cause a denial of service (incorrect index during page walking, and host OS crash), aka an "MMU potential stack buffer overrun."
References
Link | Resource |
---|---|
https://patchwork.kernel.org/patch/9996587/ | Issue Tracking Patch Vendor Advisory |
https://patchwork.kernel.org/patch/9996579/ | Issue Tracking Patch Vendor Advisory |
https://bugzilla.redhat.com/show_bug.cgi?id=1500380 | Issue Tracking Patch Third Party Advisory |
http://www.securityfocus.com/bid/101267 | Third Party Advisory VDB Entry |
https://access.redhat.com/errata/RHSA-2018:0412 | |
https://access.redhat.com/errata/RHSA-2018:0395 |
Configurations
Information
Published : 2017-10-11 08:29
Updated : 2023-02-12 15:27
NVD link : CVE-2017-12188
Mitre link : CVE-2017-12188
JSON object : View
CWE
CWE-121
Stack-based Buffer Overflow
Products Affected
linux
- linux_kernel