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

目标: 1000 元 · 已筹: 1336

100%

CVE-2025-38218— Linux kernel 安全漏洞

AI 预测 5.5 利用难度: 中等 EPSS 0.15% · P4

可能的 ATT&CK 技术 2AI

T1496 · Resource Hijacking T1562

影响版本矩阵 16

厂商产品版本范围状态
LinuxLinux98e4da8ca301e062d79ae168c67e56f3c3de3ce4< 82f51bff393e4c12cf4de553120ca831cfa4ef19affected
98e4da8ca301e062d79ae168c67e56f3c3de3ce4< 38ef48a8afef8df646b6f6ae7abb872f18b533c1affected
98e4da8ca301e062d79ae168c67e56f3c3de3ce4< ad862f71016ba38039df1c96ed55c0a4314cc183affected
98e4da8ca301e062d79ae168c67e56f3c3de3ce4< 79ef8a6c4ec53d327580fd7d2b522cf4f1d05b0caffected
98e4da8ca301e062d79ae168c67e56f3c3de3ce4< ee1b421c469876544e297ec1090574bd76100247affected
98e4da8ca301e062d79ae168c67e56f3c3de3ce4< 3e5ac62a56a24f4d88ce8ffd7bc452428b235868affected
98e4da8ca301e062d79ae168c67e56f3c3de3ce4< 5db0d252c64e91ba1929c70112352e85dc5751e7affected
3.8affected
… +8 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2025-38218 基础信息

漏洞信息

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

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

Vulnerability Title
f2fs: fix to do sanity check on sit_bitmap_size
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on sit_bitmap_size w/ below testcase, resize will generate a corrupted image which contains inconsistent metadata, so when mounting such image, it will trigger kernel panic: touch img truncate -s $((512*1024*1024*1024)) img mkfs.f2fs -f img $((256*1024*1024)) resize.f2fs -s -i img -t $((1024*1024*1024)) mount img /mnt/f2fs ------------[ cut here ]------------ kernel BUG at fs/f2fs/segment.h:863! Oops: invalid opcode: 0000 [#1] SMP PTI CPU: 11 UID: 0 PID: 3922 Comm: mount Not tainted 6.15.0-rc1+ #191 PREEMPT(voluntary) Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.3-debian-1.16.3-2 04/01/2014 RIP: 0010:f2fs_ra_meta_pages+0x47c/0x490 Call Trace: f2fs_build_segment_manager+0x11c3/0x2600 f2fs_fill_super+0xe97/0x2840 mount_bdev+0xf4/0x140 legacy_get_tree+0x2b/0x50 vfs_get_tree+0x29/0xd0 path_mount+0x487/0xaf0 __x64_sys_mount+0x116/0x150 do_syscall_64+0x82/0x190 entry_SYSCALL_64_after_hwframe+0x76/0x7e RIP: 0033:0x7fdbfde1bcfe The reaseon is: sit_i->bitmap_size is 192, so size of sit bitmap is 192*8=1536, at maximum there are 1536 sit blocks, however MAIN_SEGS is 261893, so that sit_blk_cnt is 4762, build_sit_entries() -> current_sit_addr() tries to access out-of-boundary in sit_bitmap at offset from [1536, 4762), once sit_bitmap and sit_bitmap_mirror is not the same, it will trigger f2fs_bug_on(). Let's add sanity check in f2fs_sanity_check_ckpt() to avoid panic.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于未验证sit_bitmap_size导致内存损坏。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 98e4da8ca301e062d79ae168c67e56f3c3de3ce4 ~ 82f51bff393e4c12cf4de553120ca831cfa4ef19 -
LinuxLinux 3.8 -

二、漏洞 CVE-2025-38218 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2025-38218 的情报信息

登录查看更多情报信息。

同批安全公告 · Linux · 2025-07-04 · 共 59 条

CVE-2025-38215Linux kernel 安全漏洞
CVE-2025-38229Linux kernel 安全漏洞
CVE-2025-38231Linux kernel 安全漏洞
CVE-2025-38230Linux kernel 安全漏洞
CVE-2025-38228Linux kernel 安全漏洞
CVE-2025-38233Linux kernel 安全漏洞
CVE-2025-38221Linux kernel 安全漏洞
CVE-2025-38219Linux kernel 安全漏洞
CVE-2025-38217Linux kernel 安全漏洞
CVE-2025-38216Linux kernel 安全漏洞
CVE-2025-38220Linux kernel 安全漏洞
CVE-2025-38214Linux kernel 安全漏洞
CVE-2025-38212Linux kernel 安全漏洞
CVE-2025-38211Linux kernel 安全漏洞
CVE-2025-38210Linux kernel 安全漏洞
CVE-2025-38209Linux kernel 安全漏洞
CVE-2025-38208Linux kernel 安全漏洞
CVE-2025-38207Linux kernel 安全漏洞
CVE-2025-38206Linux kernel 安全漏洞
CVE-2025-38205Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2025-38218

暂无评论


发表评论