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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 5.5 利用难度: 理论可行 EPSS 0.23% · P14

影响版本矩阵 16

厂商产品版本范围状态
LinuxLinux9ff078f5bad8990091f1639347de5e02636e9536< e6684ed39edc35401a3341f85b1ab50a6f89a45daffected
19e85d939001946671643f4c16e1de8c633a6ce0< df1fa034c0fc229a63d01ffb20bb919b839cb576affected
2ef3cec44c60ae171b287db7fc2aa341586d65ba< f84e48707051812289b6c2684d4df2daa9d3bfbcaffected
2ef3cec44c60ae171b287db7fc2aa341586d65ba< 5855792c6bb9a825607845db3feaddaff0414ec3affected
2ef3cec44c60ae171b287db7fc2aa341586d65ba< 85e1ff61060a765d91ee62dc5606d4d547d9d105affected
abeede7011da6c88e83ed260b909c140b8c9c250affected
6.1.94< 6.1.155affected
6.6.34< 6.6.109affected
… +8 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
kmsan: fix out-of-bounds access to shadow memory
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: kmsan: fix out-of-bounds access to shadow memory Running sha224_kunit on a KMSAN-enabled kernel results in a crash in kmsan_internal_set_shadow_origin(): BUG: unable to handle page fault for address: ffffbc3840291000 #PF: supervisor read access in kernel mode #PF: error_code(0x0000) - not-present page PGD 1810067 P4D 1810067 PUD 192d067 PMD 3c17067 PTE 0 Oops: 0000 [#1] SMP NOPTI CPU: 0 UID: 0 PID: 81 Comm: kunit_try_catch Tainted: G N 6.17.0-rc3 #10 PREEMPT(voluntary) Tainted: [N]=TEST Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.17.0-0-gb52ca86e094d-prebuilt.qemu.org 04/01/2014 RIP: 0010:kmsan_internal_set_shadow_origin+0x91/0x100 [...] Call Trace: <TASK> __msan_memset+0xee/0x1a0 sha224_final+0x9e/0x350 test_hash_buffer_overruns+0x46f/0x5f0 ? kmsan_get_shadow_origin_ptr+0x46/0xa0 ? __pfx_test_hash_buffer_overruns+0x10/0x10 kunit_try_run_case+0x198/0xa00 This occurs when memset() is called on a buffer that is not 4-byte aligned and extends to the end of a guard page, i.e. the next page is unmapped. The bug is that the loop at the end of kmsan_internal_set_shadow_origin() accesses the wrong shadow memory bytes when the address is not 4-byte aligned. Since each 4 bytes are associated with an origin, it rounds the address and size so that it can access all the origins that contain the buffer. However, when it checks the corresponding shadow bytes for a particular origin, it incorrectly uses the original unrounded shadow address. This results in reads from shadow memory beyond the end of the buffer's shadow memory, which crashes when that memory is not mapped. To fix this, correctly align the shadow address before accessing the 4 shadow bytes corresponding to each origin.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: 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存在安全漏洞,该漏洞源于kmsan_internal_set_shadow_origin函数中存在越界访问阴影内存的问题,可能导致内核崩溃。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 9ff078f5bad8990091f1639347de5e02636e9536 ~ e6684ed39edc35401a3341f85b1ab50a6f89a45d -
LinuxLinux 6.10 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

同批安全公告 · Linux · 2025-10-20 · 共 13 条

CVE-2025-400127.8 HIGHLinux kernel 安全漏洞
CVE-2025-400067.8 HIGHLinux kernel 安全漏洞
CVE-2025-40017Linux kernel 安全漏洞
CVE-2025-40015Linux kernel 安全漏洞
CVE-2025-40016Linux kernel 安全漏洞
CVE-2025-40013Linux kernel 安全漏洞
CVE-2025-40011Linux kernel 安全漏洞
CVE-2025-40010Linux kernel 安全漏洞
CVE-2025-40009Linux kernel 安全漏洞
CVE-2025-40007Linux kernel 安全漏洞
CVE-2025-40005Linux kernel 安全漏洞
CVE-2025-40004Linux kernel 安全漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2025-40008

暂无评论


发表评论