Linux Kernel Memory Leak Vulnerability in mmap Region Handling

Vulnerability

A memory leak vulnerability has been identified in the Linux kernel's handling of memory mappings. This issue arises in the __mmap_region() function, where a new shared memory file allocated to back a mapping is not properly released if an error occurs during the mapping process. The vulnerability can be reproduced using fault injection.

Impact

Exploitation of this vulnerability leads to a memory leak, where allocated memory is not properly released, potentially causing increased memory usage and degradation of system performance.

Reproduction

The vulnerability can be reproduced by mapping /dev/zero with the MAP_SHARED flag. This triggers the allocation of a new shared memory file. If the __mmap_new_vma() function fails, the newly allocated file is not released, causing a memory leak. This failure can be induced by using the fault injection feature of the syzkaller fuzzer, specifically by forcing a failure named 'failslab'.

Remediation

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

Added: Apr 24, 2026, 4:12 PM
Updated: Apr 24, 2026, 4:12 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
0.6
exploitability
3.9
remediation
7.7
relevance
6.6
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.