Race condition in Linux kernel - CVE-2026-53153
Published: June 26, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause memory corruption.
The vulnerability exists due to a race condition in memcg_reparent_list_lrus() in mm/list_lru.c when reparenting list lru entries for a dying memory cgroup during concurrent list_lru operations. A local user can trigger concurrent list_lru activity to cause memory corruption.
The issue occurs because different threads may modify the same physical list under different per-node locks during the reparenting window.