CVE-2026-46093 Details
Description
In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: take vmap_purge_lock in shrinker decay_va_pool_node() can be invoked concurrently from two paths: __purge_vmap_area_lazy() when pools are being purged, and the shrinker via vmap_node_shrink_scan(). However, decay_va_pool_node() is not safe to run concurrently, and the shrinker path currently lacks serialization, leading to races and possible leaks. Protect decay_va_pool_node() by taking vmap_purge_lock in the shrinker path to ensure serialization with purge users.
A vulnerability in the Linux kernel's memory management component can lead to race conditions and potential memory leaks. The issue arises in the vmap_node_shrink_scan() function of the vmalloc memory management area. This function can be called concurrently from two different paths: one that purges vmap areas and another that shrinks vmap nodes. The decay_va_pool_node() function, responsible for managing vmap node pools, is not designed to handle concurrent execution, and the lack of proper serialization in the shrinker path can cause race conditions and memory leaks. The vulnerability affects the Linux kernel stable tree.
The vulnerability has been addressed by modifying the vmap_node_shrink_scan() function to include a mutex lock, ensuring that the decay_va_pool_node() function is not called concurrently from different paths. Users can apply the latest patches available in the Linux kernel stable tree to mitigate this vulnerability.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/12f2341b4c235d5593a433abac201c1c6725787f | kernel.org | Patch |
| https://git.kernel.org/stable/c/687ccdf582169cd680aeaf24cc953807c4cd4345 | kernel.org | Patch |
| https://git.kernel.org/stable/c/c15ff206ba78820bf2873d0c668a882e99f4b631 | kernel.org | |
| https://git.kernel.org/stable/c/ec05f51f1e65bce95528543eb73fda56fd201d94 | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-noinfo | Insufficient Information to Classify Weakness | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 6.9, < 6.18.27 >= 6.19, < 7.0.4 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 18, 2026 | CVE Modified | kernel.org |
| Jun 25, 2026 | Initial Analysis | [email protected] |
| Jun 17, 2026 | CVE Modified | kernel.org |
| May 30, 2026 | CVE Modified | kernel.org |
| May 27, 2026 | New CVE Received | kernel.org |