CVE-2026-53153

HIGHPre-NVD 7.87.8
EchelonGraph scoreHIGH confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-06-25. a secondary CVSS source baseline 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 3 sources updated this week
7.8
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 7.8Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

In the Linux kernel, the following vulnerability has been resolved:

mm/list_lru: drain before clearing xarray entry on reparent

memcg_reparent_list_lrus() clears the dying memcg's xarray entry with xas_store(&xas, NULL) before reparenting its per-node lists into the parent. This opens a window where a concurrent list_lru_del() arriving for the dying memcg sees xa_load() == NULL, walks to the parent in lock_list_lru_of_memcg(), takes the parent's per-node lock, and calls list_del_init() on an item still physically linked on the dying memcg's list.

If another in-flight thread holds the dying memcg's per-node lock at the same moment (another list_lru_del, or a list_lru_walk_one running an isolate callback), both threads modify ->next/->prev pointers on the same physical list under different locks. Adjacent items can corrupt each other's links.

Fix it by reversing the order: reparent each per-node list and mark the child's list lru dead and then clear the xarray entry. Any concurrent list_lru op that finds the still-set xarray entry either takes the dying memcg's per-node lock (synchronizing with the drain) or sees LONG_MIN and walks to the parent, where the items now live.

CVSS v3
7.8
EG Score
7.8(high)
EPSS
1.1%
KEV
Not listed

Published

June 25, 2026

Last Modified

June 30, 2026

Advisory Details (3)

Auto-updated Jun 28, 2026
No patch confirmed yet.
generic

mm/list_lru: drain before clearing xarray entry on reparent - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/c19ff4351214f059349788e13e70e74325831ff6
generic

mm/list_lru: drain before clearing xarray entry on reparent - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/98733f3f0becb1ae0701d021c1748e974e5fa55c
generic

mm/list_lru: drain before clearing xarray entry on reparent - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2b66496d794e98f7aeec7688573051f22ec40bac

Vendor Advisories for CVE-2026-53153(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 30× in last 7d / 42× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-06 21:37 UTCEG score recompute
  2. 2026-07-06 21:37 UTCGHSA enrichment
  3. 2026-07-06 08:25 UTCEG score recompute
  4. 2026-07-06 08:25 UTCGHSA enrichment
  5. 2026-07-05 19:13 UTCEG score recompute
  6. 2026-07-05 19:13 UTCGHSA enrichment
  7. 2026-07-05 06:03 UTCEG score recompute
  8. 2026-07-05 06:03 UTCGHSA enrichment
  9. 2026-07-05 02:31 UTCEPSS rescore
  10. 2026-07-05 02:30 UTCEPSS rescore
  11. 2026-07-04 16:50 UTCEG score recompute
  12. 2026-07-04 16:50 UTCGHSA enrichment
  13. 2026-07-04 06:31 UTCEPSS rescore
  14. 2026-07-04 06:31 UTCEPSS rescore
  15. 2026-07-04 03:17 UTCEG score recompute
  16. 2026-07-04 03:17 UTCGHSA enrichment
  17. 2026-07-03 14:06 UTCEG score recompute
  18. 2026-07-03 14:06 UTCGHSA enrichment
  19. 2026-07-03 00:56 UTCEG score recompute
  20. 2026-07-03 00:56 UTCGHSA enrichment
  21. 2026-07-02 11:47 UTCEG score recompute
  22. 2026-07-02 11:47 UTCGHSA enrichment
  23. 2026-07-01 22:36 UTCEG score recompute
  24. 2026-07-01 22:36 UTCGHSA enrichment
  25. 2026-07-01 15:07 UTCEPSS rescore
Show 17 more
  1. 2026-07-01 09:24 UTCEG score recompute
  2. 2026-07-01 09:24 UTCGHSA enrichment
  3. 2026-06-30 23:22 UTCEPSS rescore
  4. 2026-06-30 20:14 UTCEG score recompute 7.80
  5. 2026-06-30 20:14 UTCGHSA enrichment
  6. 2026-06-29 14:06 UTCEPSS rescore
  7. 2026-06-29 14:06 UTCEPSS rescore
  8. 2026-06-28 14:07 UTCEPSS rescore
  9. 2026-06-28 07:52 UTCMITRE cvelistV5CVSS v3 → 7.8 · severity → HIGH
  10. 2026-06-28 04:56 UTCEPSS rescore
  11. 2026-06-28 04:56 UTCEPSS rescore
  12. 2026-06-28 03:12 UTCEG score recompute
  13. 2026-06-28 03:12 UTCGHSA enrichment
  14. 2026-06-27 03:08 UTCEPSS rescore
  15. 2026-06-25 13:49 UTCEPSS rescore
  16. 2026-06-25 10:09 UTCEG score recompute
  17. 2026-06-25 10:09 UTCGHSA enrichment

Frequently asked(5)

What is CVE-2026-53153?
CVE-2026-53153 is a high vulnerability published on June 25, 2026. In the Linux kernel, the following vulnerability has been resolved: mm/list_lru: drain before clearing xarray entry on reparent memcgreparentlist_lrus() clears the dying memcg's xarray entry with xas_store(&xas, NULL) before reparenting its per-node lists into the parent. This opens a window where…
When was CVE-2026-53153 disclosed?
CVE-2026-53153 was first published in the National Vulnerability Database on June 25, 2026, with the most recent update on June 30, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-53153 actively exploited?
CVE-2026-53153 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 1.1% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-53153?
CVE-2026-53153 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-53153?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-53153, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-53153

Explore →

Is Your Infrastructure Affected by CVE-2026-53153?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.