Security Advisory

CVE-2021-47450

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-05-22 06:19:41
Last updated 2026-05-11 13:54:56
Assigner Linux
State PUBLISHED

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 hosts 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 shouldnt, hence corrupting the page-table. Fix this by introducing a new hyp_split_page() helper in the EL2 page allocator (matching the kernels split_page() function), and make use of it from host_s2_zalloc_pages_exact().