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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 3.3 利用难度: 极易 EPSS 0.17% · P7

可能的 ATT&CK 技术 1AI

T1562.001

影响版本矩阵 8

厂商产品版本范围状态
LinuxLinux824bd0ce6c7c43a9e1e210abf124958e54d88342< 7758e308aeda1038aba1944f7302d34161b3effeaffected
824bd0ce6c7c43a9e1e210abf124958e54d88342< 1f1c29aa1934177349c17e3c32e68ec38a7a56dfaffected
824bd0ce6c7c43a9e1e210abf124958e54d88342< 11ba7ce076e5903e7bdc1fd1498979c331b3c286affected
4.6affected
< 4.6unaffected
6.12.26≤ 6.12.*unaffected
6.14.5≤ 6.14.*unaffected
6.15≤ *unaffected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
bpf: Fix kmemleak warning for percpu hashmap
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix kmemleak warning for percpu hashmap Vlad Poenaru reported the following kmemleak issue: unreferenced object 0x606fd7c44ac8 (size 32): backtrace (crc 0): pcpu_alloc_noprof+0x730/0xeb0 bpf_map_alloc_percpu+0x69/0xc0 prealloc_init+0x9d/0x1b0 htab_map_alloc+0x363/0x510 map_create+0x215/0x3a0 __sys_bpf+0x16b/0x3e0 __x64_sys_bpf+0x18/0x20 do_syscall_64+0x7b/0x150 entry_SYSCALL_64_after_hwframe+0x4b/0x53 Further investigation shows the reason is due to not 8-byte aligned store of percpu pointer in htab_elem_set_ptr(): *(void __percpu **)(l->key + key_size) = pptr; Note that the whole htab_elem alignment is 8 (for x86_64). If the key_size is 4, that means pptr is stored in a location which is 4 byte aligned but not 8 byte aligned. In mm/kmemleak.c, scan_block() scans the memory based on 8 byte stride, so it won't detect above pptr, hence reporting the memory leak. In htab_map_alloc(), we already have htab->elem_size = sizeof(struct htab_elem) + round_up(htab->map.key_size, 8); if (percpu) htab->elem_size += sizeof(void *); else htab->elem_size += round_up(htab->map.value_size, 8); So storing pptr with 8-byte alignment won't cause any problem and can fix kmemleak too. The issue can be reproduced with bpf selftest as well: 1. Enable CONFIG_DEBUG_KMEMLEAK config 2. Add a getchar() before skel destroy in test_hash_map() in prog_tests/for_each.c. The purpose is to keep map available so kmemleak can be detected. 3. run './test_progs -t for_each/hash_map &' and a kmemleak should be reported.
来源: 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存在安全漏洞,该漏洞源于percpu指针未8字节对齐导致内存泄漏警告。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 824bd0ce6c7c43a9e1e210abf124958e54d88342 ~ 7758e308aeda1038aba1944f7302d34161b3effe -
LinuxLinux 4.6 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

同批安全公告 · Linux · 2025-05-08 · 共 33 条

CVE-2025-378017.8 HIGHLinux kernel 安全漏洞
CVE-2025-378227.8 HIGHLinux kernel 安全漏洞
CVE-2025-378237.8 HIGHLinux kernel 安全漏洞
CVE-2025-378147.8 HIGHLinux kernel 安全漏洞
CVE-2025-378137.8 HIGHLinux kernel 安全漏洞
CVE-2025-378207.5 HIGHLinux kernel 安全漏洞
CVE-2025-378027.5 HIGHLinux kernel 安全漏洞
CVE-2025-378007.1 HIGHLinux kernel 安全漏洞
CVE-2025-37830Linux kernel 安全漏洞
CVE-2025-37829Linux kernel 安全漏洞
CVE-2025-37828Linux kernel 安全漏洞
CVE-2025-37826Linux kernel 安全漏洞
CVE-2025-37827Linux kernel 安全漏洞
CVE-2025-37831Linux kernel 安全漏洞
CVE-2025-37834Linux kernel 安全漏洞
CVE-2025-37825Linux kernel 安全漏洞
CVE-2025-37824Linux kernel 安全漏洞
CVE-2025-37821Linux kernel 安全漏洞
CVE-2025-37833Linux kernel 安全漏洞
CVE-2025-37819Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2025-37807

暂无评论


发表评论