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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-64543— TIPC discoverer use-after-free漏洞

AI 预测 7.8 利用难度: 中等 EPSS 0.17% · P6

可能的 ATT&CK 技术 1AI

T1055 · Process Injection

影响版本矩阵 12

厂商产品版本范围状态
LinuxLinux25b0b9c4e835ffaa65b61c3efe2e28acf84d0259< 5e215bf1c47fdddf8203a0fe80a0ed594065f101affected
25b0b9c4e835ffaa65b61c3efe2e28acf84d0259< ec7d54d8cc1723921d671e3272b427c96366506faffected
25b0b9c4e835ffaa65b61c3efe2e28acf84d0259< a0c5fdeb5fa257f8c6d469af266bc087cb5de6a2affected
25b0b9c4e835ffaa65b61c3efe2e28acf84d0259< b65289e1c3f352a9f92c6e19713ddd647e033253affected
25b0b9c4e835ffaa65b61c3efe2e28acf84d0259< 1579342d71133da7f00daa02c75cebec7372097baffected
4.17affected
< 4.17unaffected
6.6.145≤ 6.6.*unaffected
… +4 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
tipc: fix use-after-free of the discoverer in tipc_disc_rcv()
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: tipc: fix use-after-free of the discoverer in tipc_disc_rcv() bearer_disable() frees b->disc with tipc_disc_delete()'s plain kfree(), but tipc_disc_rcv() still dereferences b->disc in RX softirq under rcu_read_lock() (tipc_udp_recv -> tipc_rcv -> tipc_disc_rcv). L2 bearers are safe thanks to the synchronize_net() in tipc_disable_l2_media(), but the UDP bearer defers that call to the cleanup_bearer() workqueue, so the discoverer is freed with no grace period: BUG: KASAN: slab-use-after-free in tipc_disc_rcv (net/tipc/discover.c:149) Read of size 8 at addr ffff88802348b728 by task poc_tipc/184 <IRQ> tipc_disc_rcv (net/tipc/discover.c:149) tipc_rcv (net/tipc/node.c:2126) tipc_udp_recv (net/tipc/udp_media.c:391) udp_rcv (net/ipv4/udp.c:2643) ip_local_deliver_finish (net/ipv4/ip_input.c:241) </IRQ> Freed by task 181: kfree (mm/slub.c:6565) bearer_disable (net/tipc/bearer.c:418) tipc_nl_bearer_disable (net/tipc/bearer.c:1001) The bearer is freed with kfree_rcu(); free the discoverer the same way. Add an rcu_head to struct tipc_discoverer and free it and its skb from an RCU callback. Because the RCU callback (tipc_disc_free_rcu) lives in module text, a call_rcu() that is still pending when the tipc module is unloaded would invoke a freed function. Add an rcu_barrier() to tipc_exit() after the bearer subsystem has been torn down, so all pending discoverer callbacks have run before the module text goes away. Reachable from an unprivileged user namespace: the TIPCv2 genl family is netnsok and its bearer commands have no GENL_ADMIN_PERM. Needs CONFIG_TIPC and CONFIG_TIPC_MEDIA_UDP.
来源: 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 25b0b9c4e835ffaa65b61c3efe2e28acf84d0259 ~ 5e215bf1c47fdddf8203a0fe80a0ed594065f101 -
LinuxLinux 4.17 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

CVE-2026-64542IPv6 网络发现 accept_untracked_na() NULL 解引用漏洞
CVE-2026-64532NTFS3 更新记录数据越界访问漏洞
CVE-2026-64531OpenvSwitch 拒绝超大嵌套动作属性漏洞
CVE-2026-64533ntfs3:日志回放转换中lcns_follow验证缺失
CVE-2026-64534Linux nvmet-tcp digest错误处理漏洞
CVE-2026-64535nvmet-tcp 远程代码执行漏洞
CVE-2026-64536rtl8723bs 驱动 is_ap_in_tkip() 函数存在越界读取漏洞
CVE-2026-64537bridge cfm 配置时拒绝无效 CCM 间隔
CVE-2026-64538IPv6 fib6_nh_mtu_change()空指针解引用漏洞
CVE-2026-64539蓝牙 EIR 标志 AD 预写栈溢出漏洞
CVE-2026-64540USBNet gl620a泛林rx_fixup()越界读取漏洞
CVE-2026-64541net/smc:修复smc_cdc_rx_handler()中的UAF漏洞
CVE-2026-64554Linux netfilter 桥接模块 br_ip6_fragment() 悬垂指针漏洞
CVE-2026-64544crypto: 不对称密钥 pefile_digest_pe_contents 越界读取漏洞
CVE-2026-64546drm/edid: drm_parse_tiled_block()越界读取漏洞
CVE-2026-64545Linux内核BPF模块xpd_master_redirect()空指针解引用漏洞
CVE-2026-64547net1080 驱动 rx_fixup 函数漏洞
CVE-2026-64548bpf sockmap: bpf_msg_push_data() 溢出复制长度拒绝
CVE-2026-64550Qualcomm RMNET MAP帧长度验证漏洞
CVE-2026-64549蓝牙驱动 bpa10x 在 bpa10x_setup() 中存在越界读取漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-64543

暂无评论


发表评论