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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-64579— xfrm策略预分配不精确桶前xfrm_hash_rebuild重插入

AI 预测 7.8 利用难度: 中等 EPSS 0.16% · P5
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
xfrm: policy: preallocate inexact bins before xfrm_hash_rebuild reinsert
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: xfrm: policy: preallocate inexact bins before xfrm_hash_rebuild reinsert xfrm_hash_rebuild()'s first loop preallocates the bins/chains the reinsert loop needs, so the reinsert (after hlist_del_rcu()) cannot allocate or fail. But its guard is inverted: it skips policies with prefixlen < threshold and preallocates for the rest. prefixlen < threshold is exactly when policy_hash_bysel() returns NULL and the reinsert takes the allocating xfrm_policy_inexact_insert() path. So the loop preallocates for the exact policies (which never allocate) and skips the inexact ones, whose bin/node is then allocated GFP_ATOMIC during reinsert. On failure the error path only WARN_ONCE()s and continues, leaving a poisoned bydst node; the next rebuild's hlist_del_rcu() dereferences LIST_POISON2 and takes a GPF. Reachable under memory pressure, deterministic via failslab. Invert the guard so preallocation covers exactly the reinserted policies; the reinsert then allocates nothing and cannot fail. Crash: Oops: general protection fault, probably for non-canonical address 0xfbd59c0000000024: 0000 [#1] SMP KASAN NOPTI KASAN: maybe wild-memory-access in range [0xdead...] ... Workqueue: events xfrm_hash_rebuild RIP: 0010:xfrm_hash_rebuild+0x5b3/0x1190 RAX: dead000000000122 (LIST_POISON2 + offset) ... Call Trace: hlist_del_rcu (include/linux/rculist.h:599) xfrm_hash_rebuild (net/xfrm/xfrm_policy.c:1365) process_one_work (kernel/workqueue.c:3322) worker_thread (kernel/workqueue.c:3486) kthread (kernel/kthread.c:436) ret_from_fork (arch/x86/kernel/process.c:158) ret_from_fork_asm (arch/x86/entry/entry_64.S:245) ... Kernel panic - not syncing: Fatal exception in interrupt
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 24969facd704a5f0dd8e08da86bf32a9ce972bee ~ d9d9cc21cc90014724a14c447e3d587be9447107 -
LinuxLinux 5.0 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-64579 补丁与修复 (5)

同批安全公告 · Linux · 2026-08-05 · 共 17 条

CVE-2026-64582RDMA/rxe: rxe_mmap中内存使用后释放漏洞
CVE-2026-64581Linux 内核 sk_dst_cache 双重释放漏洞
CVE-2026-64580xfrm6: 避免 xfrm6_fill_dst 中重复 netdev_put
CVE-2026-64578ksmbd 结构大小校验漏洞
CVE-2026-64576nexthop: nh_res_bucket_migrate() 初始化 extack
CVE-2026-64577GTP 协议内核模块回显响应远程代码执行漏洞
CVE-2026-64575bpf: tcp批量重分配时双重释放sock漏洞
CVE-2026-64573蓝牙qca:TLV解析器中NVM标签长度下溢漏洞
CVE-2026-64574mac80211 链路更新错误路径下销毁新链路漏洞
CVE-2026-64572IPv4 FIB fib_alias 插入错误路径释放漏洞
CVE-2026-64571p54驱动接收帧长度验证漏洞
CVE-2026-64570mac80211 FTS 发现双释放漏洞
CVE-2026-64569MPLS CONFIG_INET=n时空指针解引用漏洞
CVE-2026-64568mac80211 未应答广播探测响应双释放漏洞
CVE-2026-64567btrfs 拒绝包含超过页面数条目的空闲空间缓存
CVE-2026-64566Linux内核xfrm模块iptfs_skb_add_frags共享碎片传播漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-64579

暂无评论


发表评论