
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 ismergeableanon_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 anonvma->degree tracking, which combines the count of child anonvmas and VMAs that use the anonvma as their ->anonvma. The issue arises because the ->degree optimization leads to leaf nodes being abandoned on anonvmaclone(), allowing an anonvma to be reused for one VMA while still tied to another VMA. This violates the assumption that VMAs with the same ->anonvma 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 rootanonvma pointer (Project Zero).
The vulnerability was fixed in Linux kernel version 5.19.7 by separately tracking the number of child anonvmas and the number of VMAs using the anonvma 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."