PT-2026-43909 · Linux · Linux Kernel
Published
2026-05-27
·
Updated
2026-06-04
·
CVE-2026-46042
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
Memory leaks occur in the
weighted interleave auto store() function within the mm/mempolicy component. The issue arises because the old wi state is fetched only when the input is null. This leads to two scenarios: first, when a user writes "false" while the mode is already manual, the function returns early without freeing the newly allocated new wi state. Second, when a user writes "true", the old wi state remains null, causing the old state to be overwritten by rcu assign pointer() without being freed. This second scenario can be triggered repeatedly by writing "1" in a loop.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Memory Leak
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel