Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix host stage-2 PGD refcount The KVM page-table library refcounts the pages of concatenated stage-2 PGDs individually. However, when running KVM in protected mode, the host's stage-2 PGD is currently managed by EL2 as a single high-order compound page, which can cause the refcount of the tail pages to reach 0 when they shouldn't, hence corrupting the page-table. Fix this by introducing a new hyp_split_page() helper in the EL2 page allocator (matching the kernel's split_page() function), and make use of it from host_s2_zalloc_pages_exact().
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.13, < 5.14.15 |
References
- https://git.kernel.org/stable/c/1d58a17ef54599506d44c45ac95be27273a4d2b1Patch
- https://git.kernel.org/stable/c/b372264c66ef78f2cab44e877fbd765ad6d24c39Patch
- https://git.kernel.org/stable/c/1d58a17ef54599506d44c45ac95be27273a4d2b1Patch
- https://git.kernel.org/stable/c/b372264c66ef78f2cab44e877fbd765ad6d24c39Patch
FAQ
What is CVE-2021-47450?
CVE-2021-47450 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix host stage-2 PGD refcount The KVM page-table library refcounts the pages of concatenated stage-2 PGDs individually...
How severe is CVE-2021-47450?
CVE-2021-47450 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2021-47450?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.