PT-2026-6147 · Linux · Linux Kernel
Syzbot
·
Published
2026-01-01
·
Updated
2026-02-04
·
CVE-2026-23077
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The Linux kernel contains a use-after-free issue within the mm/vma subsystem, specifically related to merging Virtual Memory Areas (VMAs) after a memory remapping operation (mremap). The problem arises when merging a faulted VMA adjacent to an unfaulted VMA. The issue occurs in scenarios where the previous VMA is unfaulted, the next VMA is unfaulted, or both adjacent VMAs are unfaulted. The root cause is an incorrect handling of anonymous VMA state during the merge process, particularly when a new VMA is merged using mremap. The vulnerability was discovered through a syzbot report and addressed by ensuring that the
dup anon vma() function is correctly invoked to handle anonymous VMA state in all relevant cases. The fix also includes cleanup of the vma expand() function and renaming of vma had uncowed parents() to vma is fork child() for clarity.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel