Another race in XENMAPSPACE_grant_table handling Guests are permitted access to certain Xen-owned pages of memory. The majority of such pages remain allocated / associated with a guest for its entire lifetime. Grant table v2 status pages, however, are de-allocated when a guest switches (back) from v2 to v1. Freeing such pages requires that the hypervisor enforce that no parallel request can result in the addition of a mapping of such a page to a guest. That enforcement was missing, allowing guests to retain access to pages that were freed and perhaps re-used for other purposes. Unfortunately, when XSA-379 was being prepared, this similar issue was not noticed.
References
Configurations
History
No history.
Information
Published : 2021-09-08 14:15
Updated : 2023-11-07 03:32
NVD link : CVE-2021-28701
Mitre link : CVE-2021-28701
CVE.ORG link : CVE-2021-28701
JSON object : View
Products Affected
xen
- xen
fedoraproject
- fedora
debian
- debian_linux
CWE
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')