CVE & CISA-KEV Catalog

CVE-2026-53153

HIGH
7.8
CVSS v3
NVD

Description

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.

How to fix

Remediation Available
linuxDebian
Fixed in:7.0.13-1CVE-2026-53153
kernelRocky
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernelRed Hat / RHEL
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64kRocky
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-coreRocky
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-debugRocky
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-develRocky
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887
kernel-64k-modulesRocky
Fixed in:0:6.12.0-211.50.1.el10_2RHSA-2026:61887

This vulnerability affects an unusually large number of packages. The highest-confidence fixes are shown above; the full list is longer. Check the referenced advisories for complete coverage.

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Exploit Intelligence

0.10%probability of exploitation in 30 days
1stpercentile

Low risk: more likely to be exploited than 1% of all known CVEs.

References

Related Vulnerabilities

Other CWE-820 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2023-2801High7.50.7%-Fix
CVE-2024-49114High7.80.7%-Fix
CVE-2025-47154Critical9.00.7%--
CVE-2025-49751Medium6.80.5%-Fix
CVE-2025-47999Medium6.80.4%-Fix
CVE-2025-1445High7.50.3%--

Common questions

How do I fix CVE-2026-53153?

Published advisories record a fix for 209 affected products. The "How to fix" section on this page lists the fixed version and source advisory for each one, so apply the entry matching what you actually run.

Is CVE-2026-53153 being actively exploited?

Not that we know of. CVE-2026-53153 is not in the CISA Known Exploited Vulnerabilities catalog. Its EPSS score of 0.10% is the estimated probability that it will be exploited in the next 30 days. That is higher than 1% of all scored CVEs.

How severe is CVE-2026-53153?

CVE-2026-53153 has a CVSS v3 base score of 7.8, rated high. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.

What does CVE-2026-53153 affect?

Published advisories record a fix for linux (Debian), kernel (Rocky), kernel (Red Hat / RHEL), kernel-64k (Rocky), and 205 more. Only products with a sourced advisory are listed, so treat this as what we can cite rather than a complete inventory.

Embed a live status badge for CVE-2026-53153
CVE-2026-53153 severity badge

Markdown

[![CVE-2026-53153](https://tridentstack.com/cve/badge/CVE-2026-53153.svg)](https://tridentstack.com/cve/CVE-2026-53153)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-53153"><img src="https://tridentstack.com/cve/badge/CVE-2026-53153.svg" alt="CVE-2026-53153"></a>

Check your Linux endpoints for this class of vulnerability

TridentStack Control continuously scans Linux endpoints for known vulnerabilities and deploys the fixes from the same console. 200 endpoints free forever, no credit card.

Patch your fleet freeStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-09-02.