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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 7.5 利用难度: 困难 EPSS 0.16% · P5

可能的 ATT&CK 技术 1AI

T1499 · Endpoint Denial of Service

影响版本矩阵 16

厂商产品版本范围状态
LinuxLinux438b1f668ad58f46ce699bb48e4698a7839e3f9e< bca6386dc08750fc7cdcbc7683473748ba3114b9affected
3733fce2871c9bca9dd18a1a23b1432ea215a094< 91cc13978ab0bc6f669139f53e7e613a860d10e0affected
069daad4f2ae9c5c108131995529d5f02392c446< d14ae8ef88c2c6590e107db61b6adce148cec7b3affected
069daad4f2ae9c5c108131995529d5f02392c446< 3e52417318473782012b236d0325bf7d2266a597affected
b66920a3348c0f63ba18365248fa21fbf0b3a937affected
33a3149dd81a1e2f52b80ee1e0fc380b39f3d028affected
6.12.83< 6.12.93affected
6.18.24< 6.18.35affected
… +8 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
xfrm: move policy_bydst RCU sync from per-netns .exit to .pre_exit
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: xfrm: move policy_bydst RCU sync from per-netns .exit to .pre_exit The struct pernet_operations docstring in include/net/net_namespace.h explicitly warns against blocking RCU primitives in .exit handlers: Exit methods using blocking RCU primitives, such as synchronize_rcu(), should be implemented via exit_batch. [...] Please, avoid synchronize_rcu() at all, where it's possible. Note that a combination of pre_exit() and exit() can be used, since a synchronize_rcu() is guaranteed between the calls. xfrm_policy_fini() violates this: it calls synchronize_rcu() before freeing the policy_bydst hash tables (so no RCU reader is mid- traversal at free time), but runs from xfrm_net_ops.exit -- once per namespace -- so a cleanup_net() of N namespaces pays N full RCU grace periods serially. Use the documented pre_exit/exit split. Move the policy flush (and the workqueue drains it depends on) into a new .pre_exit handler; xfrm_policy_fini() then runs in .exit and frees the hash tables after the synchronize_rcu_expedited() that cleanup_net() guarantees between the two phases. Providing O(1) RCU grace periods per batch instead of O(N). Observed on Linux 6.18 with a workload doing unshare(CLONE_NEWNET) at ~13/sec sustained: cleanup_net() and the netns_wq rescuer kthread both stuck in xfrm_policy_fini()'s synchronize_rcu(), >300k struct net accumulated in the cleanup queue, Percpu in /proc/meminfo climbed to 130+ GB on 256-CPU hosts, and memcg OOMs followed. setup_net and __put_net counts were balanced, ruling out a refcount leak.
来源: 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 kernel存在安全漏洞,该漏洞源于在命名空间退出处理中错误使用synchronize_rcu阻塞RCU原语,导致RCU同步延迟和资源耗尽,可能引发拒绝服务。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 438b1f668ad58f46ce699bb48e4698a7839e3f9e ~ bca6386dc08750fc7cdcbc7683473748ba3114b9 -
LinuxLinux 7.0 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-64525 补丁与修复 (4)

同批安全公告 · Linux · 2026-07-25 · 共 274 条

CVE-2026-643919.8 CRITICALLinux kernel 安全漏洞
CVE-2026-642689.8 CRITICALLinux kernel 安全漏洞
CVE-2026-643849.8 CRITICALLinux kernel 安全漏洞
CVE-2026-643839.8 CRITICALLinux kernel 安全漏洞
CVE-2026-643859.8 CRITICALLinux kernel 安全漏洞
CVE-2026-643869.8 CRITICALLinux kernel 安全漏洞
CVE-2026-643879.8 CRITICALLinux kernel 安全漏洞
CVE-2026-644399.8 CRITICALLinux kernel 安全漏洞
CVE-2026-643039.8 CRITICALLinux kernel 安全漏洞
CVE-2026-643559.8 CRITICALLinux kernel 安全漏洞
CVE-2026-644599.8 CRITICALLinux kernel 安全漏洞
CVE-2026-643999.8 CRITICALLinux kernel 安全漏洞
CVE-2026-644109.8 CRITICALLinux kernel 安全漏洞
CVE-2026-645239.8 CRITICALLinux kernel 安全漏洞
CVE-2026-643979.8 CRITICALLinux kernel 安全漏洞
CVE-2026-643209.1 CRITICALLinux kernel 安全漏洞
CVE-2026-643199.1 CRITICALLinux kernel 安全漏洞
CVE-2026-642699.1 CRITICALLinux kernel 安全漏洞
CVE-2026-643939.1 CRITICALLinux kernel 安全漏洞
CVE-2026-643929.1 CRITICALLinux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-64525

暂无评论


发表评论