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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-64551— SCTP STALE_COOKIE 原因长度未验证漏洞

AI 预测 7.5 利用难度: 中等
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
sctp: validate STALE_COOKIE cause length before reading staleness
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: sctp: validate STALE_COOKIE cause length before reading staleness When an ERROR chunk with a STALE_COOKIE cause is received in the COOKIE_ECHOED state, sctp_sf_do_5_2_6_stale() reads the 4-byte Measure of Staleness that follows the cause header: err = (struct sctp_errhdr *)(chunk->skb->data); stale = ntohl(*(__be32 *)((u8 *)err + sizeof(*err))); err is the first cause in the chunk, not the STALE_COOKIE cause that caused the dispatch, and nothing guarantees the staleness field is present. sctp_walk_errors() only requires a cause to be as long as the 4-byte header, so for a STALE_COOKIE cause of length 4 the read runs past the cause, and for a minimal ERROR chunk past skb->tail. The value is echoed to the peer in the Cookie Preservative of the reply INIT, leaking uninitialized memory. sctp_sf_cookie_echoed_err() already walks to the STALE_COOKIE cause, so check its length there and pass it to sctp_sf_do_5_2_6_stale(), which reads that cause instead of the first one. A STALE_COOKIE cause too short to hold the staleness field is discarded. The read is reachable by any peer that can drive an association into COOKIE_ECHOED, including an unprivileged process using a raw SCTP socket in a user and network namespace.
来源: 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 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 ~ 6022da37786701df1fc5dd946a6dcba59d5473b1 -
LinuxLinux 2.6.12 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-64551 补丁与修复 (8)

同批安全公告 · 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-64543TIPC discoverer use-after-free漏洞
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帧长度验证漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-64551

暂无评论


发表评论