CVE-2026-53153
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
25/06/2026
Last modified:
15/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
mm/list_lru: drain before clearing xarray entry on reparent<br />
<br />
memcg_reparent_list_lrus() clears the dying memcg&#39;s xarray entry with<br />
xas_store(&xas, NULL) before reparenting its per-node lists into the<br />
parent. This opens a window where a concurrent list_lru_del() arriving<br />
for the dying memcg sees xa_load() == NULL, walks to the parent in<br />
lock_list_lru_of_memcg(), takes the parent&#39;s per-node lock, and calls<br />
list_del_init() on an item still physically linked on the dying memcg&#39;s<br />
list.<br />
<br />
If another in-flight thread holds the dying memcg&#39;s per-node lock at the<br />
same moment (another list_lru_del, or a list_lru_walk_one running an<br />
isolate callback), both threads modify ->next/->prev pointers on the same<br />
physical list under different locks. Adjacent items can corrupt each<br />
other&#39;s links.<br />
<br />
Fix it by reversing the order: reparent each per-node list and mark the<br />
child&#39;s list lru dead and then clear the xarray entry. Any concurrent<br />
list_lru op that finds the still-set xarray entry either takes the dying<br />
memcg&#39;s per-node lock (synchronizing with the drain) or sees LONG_MIN and<br />
walks to the parent, where the items now live.
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.36 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.13 (excluding) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc7:*:*:*:*:*:* | ||
| cpe:2.3:o:redhat:enterprise_linux:10.0:*:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/2b66496d794e98f7aeec7688573051f22ec40bac
- https://git.kernel.org/stable/c/98733f3f0becb1ae0701d021c1748e974e5fa55c
- https://git.kernel.org/stable/c/c19ff4351214f059349788e13e70e74325831ff6
- https://access.redhat.com/security/cve/CVE-2026-53153
- https://bugzilla.redhat.com/show_bug.cgi?id=2492790
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53153.json



