In the Linux kernel, the following vulnerability has been resolved:
mshv: Fix use-after-free in mshv_map_user_memory error path
In the error path of mshv_map_user_memory(), calling vfree() directly on
the region leaves the MMU notifier registered. When userspace later unmaps
the memory, the notifier fires and accesses the freed region, causing a
use-after-free and potential kernel panic.
Replace vfree() with mshv_partition_put() to properly unregister
the MMU notifier before freeing the region.
CVE-2026-23432
NONE
EPSS 0.01%
Updated Apr 07, 2026
Linux
CVE Details
CVE ID
CVE-2026-23432
Published Date
Apr 03, 2026
Vendor
Linux
Severity
NONE
Exploit Prediction (EPSS)
Probability of Exploit
0.01%
Likelihood of exploitation in next 30 days
Percentile:
2.9th percentile (higher than 2.9% of all CVEs)
Standard patching cycle
Impact
Minimal impact
Source
View Advisory