PT-2026-30127 · Linux · Linux Kernel

Published

2026-04-03

·

Updated

2026-04-03

·

CVE-2026-23432

CVSS v3.1

7.8

High

VectorAV: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 A use-after-free issue exists in the mshv map user memory() function within the Linux kernel. Specifically, in the error path of this function, directly calling vfree() on a memory region leaves the MMU notifier registered. Subsequently, when userspace unmaps the memory, the registered notifier triggers and attempts to access the already freed region, leading to a use-after-free condition and a potential kernel panic.
Recommendations Replace the call to vfree() with mshv partition put() to ensure the MMU notifier is unregistered before the memory region is freed.

Fix

Use After Free

Weakness Enumeration

Related Identifiers

CVE-2026-23432

Affected Products

Linux Kernel