目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1000

100.0%

CVE-2024-43892— Linux kernel 安全漏洞

EPSS 0.01% · P1
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2024-43892 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
memcg: protect concurrent access to mem_cgroup_idr
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: memcg: protect concurrent access to mem_cgroup_idr Commit 73f576c04b94 ("mm: memcontrol: fix cgroup creation failure after many small jobs") decoupled the memcg IDs from the CSS ID space to fix the cgroup creation failures. It introduced IDR to maintain the memcg ID space. The IDR depends on external synchronization mechanisms for modifications. For the mem_cgroup_idr, the idr_alloc() and idr_replace() happen within css callback and thus are protected through cgroup_mutex from concurrent modifications. However idr_remove() for mem_cgroup_idr was not protected against concurrency and can be run concurrently for different memcgs when they hit their refcnt to zero. Fix that. We have been seeing list_lru based kernel crashes at a low frequency in our fleet for a long time. These crashes were in different part of list_lru code including list_lru_add(), list_lru_del() and reparenting code. Upon further inspection, it looked like for a given object (dentry and inode), the super_block's list_lru didn't have list_lru_one for the memcg of that object. The initial suspicions were either the object is not allocated through kmem_cache_alloc_lru() or somehow memcg_list_lru_alloc() failed to allocate list_lru_one() for a memcg but returned success. No evidence were found for these cases. Looking more deeply, we started seeing situations where valid memcg's id is not present in mem_cgroup_idr and in some cases multiple valid memcgs have same id and mem_cgroup_idr is pointing to one of them. So, the most reasonable explanation is that these situations can happen due to race between multiple idr_remove() calls or race between idr_alloc()/idr_replace() and idr_remove(). These races are causing multiple memcgs to acquire the same ID and then offlining of one of them would cleanup list_lrus on the system for all of them. Later access from other memcgs to the list_lru cause crashes due to missing list_lru_one.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于在访问mem_cgroup_idr时未保护并发访问,导致潜在的竞争条件。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 73f576c04b9410ed19660f74f97521bee6e1c546 ~ 912736a0435ef40e6a4ae78197ccb5553cb80b05 -
LinuxLinux 4.7 -

二、漏洞 CVE-2024-43892 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2024-43892 的情报信息

登录查看更多情报信息。

同批安全公告 · Linux · 2024-08-26 · 共 39 条

CVE-2024-44934Linux kernel 安全漏洞
CVE-2024-43909Linux kernel 安全漏洞
CVE-2024-43910Linux kernel 安全漏洞
CVE-2024-43911Linux kernel 安全漏洞
CVE-2024-43912Linux kernel 安全漏洞
CVE-2024-43913Linux kernel 安全漏洞
CVE-2024-43914Linux kernel 安全漏洞
CVE-2024-44931Linux kernel 安全漏洞
CVE-2024-44932Linux kernel 安全漏洞
CVE-2024-44933Linux kernel 安全漏洞
CVE-2024-43908Linux kernel 安全漏洞
CVE-2024-44935Linux kernel 安全漏洞
CVE-2024-44936Linux kernel 安全漏洞
CVE-2024-44937Linux kernel 安全漏洞
CVE-2024-44938Linux kernel 安全漏洞
CVE-2024-44939Linux kernel 安全漏洞
CVE-2024-44940Linux kernel 安全漏洞
CVE-2024-44941Linux kernel 安全漏洞
CVE-2024-44942Linux kernel 安全漏洞
CVE-2024-43897Linux kernel 安全漏洞

显示前 20 条,共 39 条。 查看全部 → →

IV. Related Vulnerabilities

V. Comments for CVE-2024-43892

暂无评论


发表评论