Files
CVEs-PoC/2018/CVE-2018-10901.md
T
2024-06-09 00:33:16 +00:00

1.2 KiB

CVE-2018-10901

Description

A flaw was found in Linux kernel's KVM virtualization subsystem. The VMX code does not restore the GDT.LIMIT to the previous host value, but instead sets it to 64KB. With a corrupted GDT limit a host's userspace code has an ability to place malicious entries in the GDT, particularly to the per-cpu variables. An attacker can use this to escalate their privileges.

POC

Reference

Github

No PoCs found on GitHub currently.