Linux Kernel Arena VMA Use-After-Free Vulnerability on Fork

Vulnerability

A use-after-free vulnerability has been identified in the Linux kernel's BPF arena management, specifically within the VMA (Virtual Memory Area) handling. This issue arises because the child VMA created during a fork operation is not properly registered, leading to a dangling pointer after the parent VMA is unmapped. If the child process then attempts to free arena pages, it can trigger a use-after-free condition by accessing the stale VMA pointer. The vulnerability affects several versions of the Linux kernel.

Impact

Exploitation of this vulnerability can lead to a use-after-free condition, which may be exploited to execute arbitrary code or cause a denial-of-service by crashing the system.

Reproduction

The vulnerability can be reproduced by forking a process that has a BPF arena VMA. The child process will inherit a pointer to the parent VMA, which becomes invalid once the parent VMA is unmapped. If the child then calls 'bpf_arena_free_pages()', the system will attempt to access the now-invalid VMA pointer, causing a use-after-free condition.

Remediation

Users can upgrade to the latest stable version of the Linux kernel, where this vulnerability has been addressed.

Added: May 27, 2026, 11:27 AM
Updated: May 27, 2026, 11:27 AM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
4.3
remediation
7.7
relevance
9.7
threat
4.8
urgency
2.9
incentive
0.0

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.