CVE-2024-43888: mm: list_lru: fix UAF for memory cgroup
In the Linux kernel, the following vulnerability has been resolved:
mm: list_lru: fix UAF for memory cgroup
The mem_cgroup_from_slab_obj() is supposed to be called under rcu lock or
cgroup_mutex or others which could prevent returned memcg from being
freed. Fix it by adding missing rcu read lock.
Found by code inspection.
[songmuchun@bytedance.com: only grab rcu lock when necessary, per Vlastimil]
Security readout for executives and security teams
Plain-English summary
CVE-2024-43888 is a Linux kernel memory-management bug involving memory cgroups. The upstream record says a missing RCU read lock could allow a use-after-free condition. Public sources provided do not give CVSS, confirmed impact, or active exploitation evidence.
Executive priority
Treat this as a kernel maintenance item requiring timely validation, not an emergency based on current evidence. Escalate priority for sensitive Linux hosts if they match affected kernels and lack a vendor fix.
Technical view
The issue is in mm/list_lru handling around mem_cgroup_from_slab_obj(). The function can return a memory cgroup that may be freed unless protected by RCU, cgroup_mutex, or equivalent locking. The fix adds the missing RCU read lock when needed.
Likely exposure
Exposure is limited to Linux systems running affected kernel builds identified by the CVE record, including affected 6.8 and 6.10.5-era versions. Downstream distributions may have backported the fix, so package-level validation is required.
Exploitation context
The source bundle says this was found by code inspection. It is not listed in CISA KEV, and the provided sources do not report active exploitation, public exploit code, or real-world attacks.
Researcher notes
The available record identifies a locking bug leading to potential UAF in memory cgroup list_lru handling. It does not provide exploitability details, CVSS, CWE, attack prerequisites, or downstream distribution status.
Mitigation direction
Apply Linux kernel updates that include the referenced stable fixes.
Check distribution or appliance vendor advisories for backported patches.
Prioritize shared, container-hosting, or high-availability Linux systems for review.
Avoid assuming exposure from version number alone when vendors backport fixes.
Validation and detection
Inventory Linux kernel versions across servers, endpoints, and appliances.
Check vendor changelogs for the referenced stable commit identifiers.
Confirm patched hosts are running the updated kernel after reboot.
Track exceptions where vendor guidance is unavailable or unclear.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-43888 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.