Vulnerability in Linux
CVE-2021-47450
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().
EPSS: 0.002 (9.7th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 8.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H.
Affected products
- Linux — versions 1025c8c0c6accfcbdc8f52ca1940160f65cd87d6, 5.13, 0
- Linux Linux_kernel — versions 5.15
References
Frequently asked questions
- What is CVE-2021-47450?
- CVE-2021-47450 is a high-severity vulnerability in Linux. CVSS score: 8.8/10. Published 2024-05-22.
- How severe is CVE-2021-47450?
- High severity. CVSS v3 base score is 8.8 out of 10.