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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-72164— Linux kernel 安全漏洞

一分钟漏洞结论

影响对象
Linux Linux
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Linux kernel是美国Linux基金会开源的一个操作系统内核。 Linux kernel存在安全漏洞,该漏洞源于ocfs2移动extents时未正确检查目标集群是否空闲,可能导致文件数据被写入其他inode占用的集群,造成数据损坏。

CVSS 7.8 · High EPSS 0.16% · P6

影响版本矩阵 18

厂商产品 版本范围状态
Linux Linux e6b5859cccfa0fec02f3c5b1069481efc7186f47< 3112afebf2a76e522fbaabcbb0c47aafbdc35932 affected
e6b5859cccfa0fec02f3c5b1069481efc7186f47< 35486b291b8fbde6c4d0b1c79e565c6260d3329d affected
e6b5859cccfa0fec02f3c5b1069481efc7186f47< 19f7b04924b20b81dabbeed19d5542792ba5b6d6 affected
e6b5859cccfa0fec02f3c5b1069481efc7186f47< e281d892ce5870a50fdc718cb3bfc3dd5b62c728 affected
e6b5859cccfa0fec02f3c5b1069481efc7186f47< 0d0c5c17b18bdbc592ac26ab4d1de7e3dbf9be1e affected
e6b5859cccfa0fec02f3c5b1069481efc7186f47< d5d5a21fb33cd9b963aea99da81e4dacd452cd95 affected
e6b5859cccfa0fec02f3c5b1069481efc7186f47< 4d1953d3aeb4a7f6623083e1839068ee1c157db2 affected
e6b5859cccfa0fec02f3c5b1069481efc7186f47< 22920541c35a9f23f219038ba5874c843a7c4419 affected
… +10 条更多
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-72164 基础信息

漏洞信息

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

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

Vulnerability Title
ocfs2: avoid moving extents to occupied clusters
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ocfs2: avoid moving extents to occupied clusters For non-auto OCFS2_IOC_MOVE_EXT operations, userspace supplies a physical me_goal. ocfs2_move_extent() initializes new_phys_cpos from that goal and expects ocfs2_probe_alloc_group() to replace it with a free run in the target block group. The probe currently leaves *phys_cpos unchanged if the scan reaches the end of the group without finding a free run. An occupied goal at the last bit can therefore survive the probe and be passed to __ocfs2_move_extent(), which copies file data into a cluster still owned by another inode before the bitmap is updated. When the probe does find a free run, it also subtracts move_len from the ending bit. The start of an N-bit run ending at i is i - N + 1, so the current calculation can report the bit immediately before the free run. Clear *phys_cpos before scanning and use the correct free-run start. Callers already treat a zero result as -ENOSPC, so failed probes no longer continue with an occupied caller-controlled goal.
来源: 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 kernel存在安全漏洞,该漏洞源于ocfs2移动extents时未正确检查目标集群是否空闲,可能导致文件数据被写入其他inode占用的集群,造成数据损坏。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux e6b5859cccfa0fec02f3c5b1069481efc7186f47 ~ 3112afebf2a76e522fbaabcbb0c47aafbdc35932 -
Linux Linux 3.0 -

二、漏洞 CVE-2026-72164 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-72164 的情报信息

登录查看更多情报信息。

CVE-2026-72164 补丁与修复 (7)

同批安全公告 · Linux · 2026-08-15 · 共 845 条

CVE-2026-74475 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-74280 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72407 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72408 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72421 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-74309 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-74279 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72493 9.9 CRITICAL Linux kernel 安全漏洞
CVE-2026-72381 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72393 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-74401 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-74406 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72355 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72339 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72211 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72194 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72351 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72366 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72098 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72083 9.8 CRITICAL Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-72164

暂无评论


发表评论