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

目标: 1000 元 · 已筹: 1336

100%

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

CVSS 7.8 · High EPSS 0.23% · P14

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinux73f576c04b9410ed19660f74f97521bee6e1c546< 912736a0435ef40e6a4ae78197ccb5553cb80b05affected
73f576c04b9410ed19660f74f97521bee6e1c546< e6cc9ff2ac0b5df9f25eb790934c3104f6710278affected
73f576c04b9410ed19660f74f97521bee6e1c546< 56fd70f4aa8b82199dbe7e99366b1fd7a04d86fbaffected
73f576c04b9410ed19660f74f97521bee6e1c546< 37a060b64ae83b76600d187d76591ce488ab836baffected
73f576c04b9410ed19660f74f97521bee6e1c546< 51c0b1bb7541f8893ec1accba59eb04361a70946affected
73f576c04b9410ed19660f74f97521bee6e1c546< 9972605a238339b85bd16b084eed5f18414d22dbaffected
8627c7750a66a46d56d3564e1e881aa53764497caffected
db70cd18d3da727a3a59694de428a9e41c620de7affected
… +10 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
memcg: protect concurrent access to mem_cgroup_idr
来源: CVE Program / CVE List V5
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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
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 的情报信息

登录查看更多情报信息。

CVE-2024-43892 补丁与修复 (3)

CVE-2024-43892 其他参考 (3)

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

CVE-2024-438977.8 HIGHLinux kernel 安全漏洞
CVE-2024-439107.8 HIGHLinux kernel 安全漏洞
CVE-2024-449347.8 HIGHLinux kernel 安全漏洞
CVE-2024-438917.8 HIGHLinux kernel 安全漏洞
CVE-2024-449397.8 HIGHLinux kernel 安全漏洞
CVE-2024-438887.8 HIGHLinux kernel 安全漏洞
CVE-2024-449417.8 HIGHLinux kernel 安全漏洞
CVE-2024-449427.8 HIGHLinux kernel 安全漏洞
CVE-2024-449407.5 HIGHLinux kernel 安全漏洞
CVE-2024-449337.3 HIGHLinux kernel 安全漏洞
CVE-2024-439137.0 HIGHLinux kernel 安全漏洞
CVE-2024-44938Linux kernel 安全漏洞
CVE-2024-44937Linux kernel 安全漏洞
CVE-2024-44936Linux kernel 安全漏洞
CVE-2024-43908Linux kernel 安全漏洞
CVE-2024-44935Linux kernel 安全漏洞
CVE-2024-44932Linux kernel 安全漏洞
CVE-2024-44931Linux kernel 安全漏洞
CVE-2024-43914Linux kernel 安全漏洞
CVE-2024-43912Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2024-43892

暂无评论


发表评论