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]
References
Configurations
Configuration 1 (hide)
|
History
16 Apr 2025, 19:15
Type | Values Removed | Values Added |
---|---|---|
Summary | (en) 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] |
Information
Published : 2024-08-26 11:15
Updated : 2025-04-16 19:15
NVD link : CVE-2024-43888
Mitre link : CVE-2024-43888
CVE.ORG link : CVE-2024-43888
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free