CVE-2021-47450
Last modified
CVE-2021-47450 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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 estimates a 0.20% chance of exploitation in the next 30 days.
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().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.13, < 5.14.15 | — |
| Linux | Linux Kernel | 5.15 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2021-47450?
How severe is CVE-2021-47450?
How do I fix CVE-2021-47450?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2021
- CVE-2021-47444In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47445In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47446In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47447In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47448In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47449In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2021-47451In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47452In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47453In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47454In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47455In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47456In the Linux kernel, the following vulnerability has been re…8.4
Are you affected by CVE-2021-47450?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
