
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-42703 is a memory leak vulnerability with use-after-free capability discovered in the Linux kernel's mm/rmap.c functionality, specifically in the is_mergeable_anon_vma() function. The vulnerability was discovered on October 9, 2022 and affects Linux kernel versions before 5.19.7. The issue occurs due to improper tracking of memory allocations for anonymous VMA mappings (Ubuntu Security, CVE Mitre).
The vulnerability stems from an ambiguity in anon_vma->degree tracking, which combines the count of child anon_vmas and VMAs that use the anon_vma as their ->anon_vma. The issue arises because the ->degree optimization leads to leaf nodes being abandoned on anon_vma_clone(), allowing an anon_vma to be reused for one VMA while still tied to another VMA. This violates the assumption that VMAs with the same ->anon_vma must have identical lists of attached anon_vmas, potentially leading to dangling page->mapping pointers that will be dereferenced during rmap walks (Kernel Commit).
A local attacker could exploit this vulnerability to cause a denial of service (system crash) or potentially execute arbitrary code with kernel privileges. The vulnerability allows attackers to corrupt memory at chosen addresses through manipulation of the root_anon_vma pointer (Project Zero).
The vulnerability has been demonstrated to be exploitable in practice. A detailed exploit has been developed that can achieve kernel code execution on x86 platforms. The exploit technique involves corrupting exception stack data and leveraging hardware breakpoints to achieve arbitrary code execution. The attack can be performed reliably even in the presence of KASLR and other common kernel protections (Project Zero).
The vulnerability was fixed in Linux kernel version 5.19.7 by separately tracking the number of child anon_vmas and the number of VMAs using the anon_vma as their ->anon_vma. Various Linux distributions have released patches to address this vulnerability. Users are advised to update their kernel to a patched version (Red Hat).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."