CVE Database
/

CVE-2019-18421

Back to search

CVE-2019-18421

Published: Oct 31, 2019

Modified: Aug 5, 2024

PUBLISHED

Description

An issue was discovered in Xen through 4.12.x allowing x86 PV guest OS users to gain host OS privileges by leveraging race conditions in pagetable promotion and demotion operations. There are issues with restartable PV type change operations. To avoid using shadow pagetables for PV guests, Xen exposes the actual hardware pagetables to the guest. In order to prevent the guest from modifying these page tables directly, Xen keeps track of how pages are used using a type system; pages must be "promoted" before being used as a pagetable, and "demoted" before being used for any other type. Xen also allows for "recursive" promotions: i.e., an operating system promoting a page to an L4 pagetable may end up causing pages to be promoted to L3s, which may in turn cause pages to be promoted to L2s, and so on. These operations may take an arbitrarily large amount of time, and so must be re-startable. Unfortunately, making recursive pagetable promotion and demotion operations restartable is incredibly complicated, and the code contains several races which, if triggered, can cause Xen to drop or retain extra type counts, potentially allowing guests to get write access to in-use pagetables. A malicious PV guest administrator may be able to escalate their privilege to that of the host. All x86 systems with untrusted PV guests are vulnerable. HVM and PVH guests cannot exercise this vulnerability.

VendorProductVersions

n/a

n/a

affected
n/a

References

openSUSE-SU-2019:2506
vendor-advisory
x_refsource_SUSE
FEDORA-2019-865bb16900
vendor-advisory
x_refsource_FEDORA
FEDORA-2019-376ec5c107
vendor-advisory
x_refsource_FEDORA
FEDORA-2019-cbb732f760
vendor-advisory
x_refsource_FEDORA
DSA-4602
vendor-advisory
x_refsource_DEBIAN
GLSA-202003-56
vendor-advisory
x_refsource_GENTOO

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now