Files
CVEs-PoC/2018/CVE-2018-10901.md
T
2025-09-29 21:09:30 +02:00

1.1 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.