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

目标: 1000 元 · 已筹: 1325

100%

CVE-2023-52622— Linux kernel 安全漏洞

AI 预测 5.5 利用难度: 中等 EPSS 0.24% · P15

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinux28c7bac0091687e6116ebd6c179e154ae4053c90< cd1f93ca97a9136989f3bd2bf90696732a2ed644affected
28c7bac0091687e6116ebd6c179e154ae4053c90< b183fe8702e78bba3dcef8e7193cab6898abee07affected
28c7bac0091687e6116ebd6c179e154ae4053c90< cfbbb3199e71b63fc26cee0ebff327c47128a1e8affected
28c7bac0091687e6116ebd6c179e154ae4053c90< d76c8d7ffe163c6bf2f1ef680b0539c2b3902b90affected
28c7bac0091687e6116ebd6c179e154ae4053c90< 6d2cbf517dcabc093159cf138ad5712c9c7fa954affected
28c7bac0091687e6116ebd6c179e154ae4053c90< 8b1413dbfe49646eda2c00c0f1144ee9d3368e0caffected
28c7bac0091687e6116ebd6c179e154ae4053c90< dc3e0f55bec4410f3d74352c4a7c79f518088ee2affected
28c7bac0091687e6116ebd6c179e154ae4053c90< 5d1935ac02ca5aee364a449a35e2977ea84509b0affected
… +10 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2023-52622 基础信息

漏洞信息

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

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

Vulnerability Title
ext4: avoid online resizing failures due to oversized flex bg
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ext4: avoid online resizing failures due to oversized flex bg When we online resize an ext4 filesystem with a oversized flexbg_size, mkfs.ext4 -F -G 67108864 $dev -b 4096 100M mount $dev $dir resize2fs $dev 16G the following WARN_ON is triggered: ================================================================== WARNING: CPU: 0 PID: 427 at mm/page_alloc.c:4402 __alloc_pages+0x411/0x550 Modules linked in: sg(E) CPU: 0 PID: 427 Comm: resize2fs Tainted: G E 6.6.0-rc5+ #314 RIP: 0010:__alloc_pages+0x411/0x550 Call Trace: <TASK> __kmalloc_large_node+0xa2/0x200 __kmalloc+0x16e/0x290 ext4_resize_fs+0x481/0xd80 __ext4_ioctl+0x1616/0x1d90 ext4_ioctl+0x12/0x20 __x64_sys_ioctl+0xf0/0x150 do_syscall_64+0x3b/0x90 ================================================================== This is because flexbg_size is too large and the size of the new_group_data array to be allocated exceeds MAX_ORDER. Currently, the minimum value of MAX_ORDER is 8, the minimum value of PAGE_SIZE is 4096, the corresponding maximum number of groups that can be allocated is: (PAGE_SIZE << MAX_ORDER) / sizeof(struct ext4_new_group_data) ≈ 21845 And the value that is down-aligned to the power of 2 is 16384. Therefore, this value is defined as MAX_RESIZE_BG, and the number of groups added each time does not exceed this value during resizing, and is added multiple times to complete the online resizing. The difference is that the metadata in a flex_bg may be more dispersed.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于flexbg_size过大而导致调整 ext4 文件系统大小失败。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 28c7bac0091687e6116ebd6c179e154ae4053c90 ~ cd1f93ca97a9136989f3bd2bf90696732a2ed644 -
LinuxLinux 3.3 -

二、漏洞 CVE-2023-52622 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2023-52622 的情报信息

登录查看更多情报信息。

CVE-2023-52622 邮件列表归档 (2)

CVE-2023-52622 其他参考 (8)

同批安全公告 · Linux · 2024-03-26 · 共 13 条

CVE-2024-26644Linux kernel 安全漏洞
CVE-2024-26645Linux kernel 安全漏洞
CVE-2023-52621Linux kernel 安全漏洞
CVE-2023-52623Linux kernel 安全漏洞
CVE-2023-52624Linux kernel 安全漏洞
CVE-2023-52625Linux kernel 安全漏洞
CVE-2023-52626Linux kernel 安全漏洞
CVE-2023-52627Linux kernel 安全漏洞
CVE-2024-26646Linux kernel 安全漏洞
CVE-2024-26647Linux kernel 安全漏洞
CVE-2024-26648Linux kernel 安全漏洞
CVE-2024-26649Linux kernel 安全漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2023-52622

暂无评论


发表评论