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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-74587— SCTP 缓存 ASCONF 块使用后释放漏洞

一分钟漏洞结论

影响对象
Linux Linux
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

在 Linux 内核中,已修复以下漏洞: sctp:修复缓存的 ASCONF 块使用的使用后释放(use-after-free)漏洞 会缓存待发送的 ASCONF 块。正常的 ASCONF-ACK 完成路径会释放该块并清空指针。 然而, 在释放缓存块时并未清空 指针。在对等体重启处理过程中, 会入队 命令,从而调用 。此时关联(association)仍然处于活跃状态,导致该指针变为悬垂指针。 随后,一个延迟的经过身份验证的 ASCONF-ACK 可能到达 ,该函数访问了过期的块,并将其传递给 ,从而导致使用后释放

AI 预测 7.4 利用难度: 困难 EPSS 0.22% · P13

影响版本矩阵 18

厂商产品 版本范围状态
Linux Linux a000c01e60e40e15304ffe48fff051d17a7bea91< 10459b03e2d9ee12435e96f587de4d4cacdbf435 affected
a000c01e60e40e15304ffe48fff051d17a7bea91< e1bb114e09372fd6e03387ced9ef566da336ed6c affected
a000c01e60e40e15304ffe48fff051d17a7bea91< 179676f0166230c80053a392303485b37c93dd33 affected
a000c01e60e40e15304ffe48fff051d17a7bea91< dc67d528c2fa939cec7fe3bf7f3089c8d281ca3d affected
a000c01e60e40e15304ffe48fff051d17a7bea91< 618b5c6d049896fcfabb91afc072954c92cb2693 affected
a000c01e60e40e15304ffe48fff051d17a7bea91< 07daf4f9750104960a1d60831b2353c0d41f35fb affected
a000c01e60e40e15304ffe48fff051d17a7bea91< d949992bc3f00027a2c755e860a11950c75f6073 affected
a000c01e60e40e15304ffe48fff051d17a7bea91< 8c283e7b56adce00193837f3311b06662466fb21 affected
… +10 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
sctp: fix use-after-free of cached ASCONF chunk
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: sctp: fix use-after-free of cached ASCONF chunk addip_last_asconf caches the outstanding outbound ASCONF chunk. The normal ASCONF-ACK completion path releases the chunk and clears the pointer. However, sctp_asconf_queue_teardown() releases the cached chunk without clearing addip_last_asconf. During peer restart handling, sctp_sf_do_dupcook_a() queues SCTP_CMD_PURGE_ASCONF_QUEUE, which invokes sctp_asconf_queue_teardown() while the association remains alive and leaves the pointer dangling. A delayed authenticated ASCONF-ACK can then reach sctp_sf_do_asconf_ack(), which accesses the stale chunk and passes it to sctp_process_asconf_ack(), causing a use-after-free and a second release. Clearing the pointer exposes a race with T4 expiry. Peer restart handling queues the timer stop before the purge, but SCTP_CMD_TIMER_STOP uses timer_delete(), which does not wait for a callback already running on another CPU. Such a callback can reach sctp_sf_t4_timer_expire() after the purge and dereference NULL. Clear addip_last_asconf after releasing the cached chunk, and make sctp_sf_t4_timer_expire() consume a stale T4 expiry if no outstanding ASCONF remains.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux a000c01e60e40e15304ffe48fff051d17a7bea91 ~ 10459b03e2d9ee12435e96f587de4d4cacdbf435 -
Linux Linux 3.0 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

同批安全公告 · Linux · 2026-08-22 · 共 150 条

CVE-2026-74640 ALSA FCP fcp_meter_ctl_get 缓冲区越界写漏洞
CVE-2026-74622 Atlantic 网卡 RX 页面释放漏洞
CVE-2026-74623 Atlantic网卡驱动TX缓冲区释放漏洞
CVE-2026-74624 netfilter: nf_conntrack 解锁前延迟记录无效
CVE-2026-74625 netfilter 网桥非IP路径模板连接跟踪释放漏洞
CVE-2026-74627 net: devmem 防止 net-io v/页面混合漏洞
CVE-2026-74626 NTB:ntb_netdev 分配失败时保留 RX 队列深度
CVE-2026-74628 Linux内核 x25 远程计时器释放后使用漏洞
CVE-2026-74629 net/dibs: 修复 dmb_clientid_arr 释放漏洞
CVE-2026-74631 Linux SMC splice条目生命周期不平衡漏洞
CVE-2026-74630 IPv6中in6_dev_get()防止复活inet6_dev漏洞
CVE-2026-74632 Linux内核 huge_memory 竞态条件漏洞
CVE-2026-74633 tracing: 修复模块事件缓存移除中的空指针解引用漏洞
CVE-2026-74634 ring-buffer:禁用调整大小时防止子缓冲区间顺序变化
CVE-2026-74635 fbdev bitblit bit_cursor() glyph索引越界漏洞
CVE-2026-74636 tracing 工具更新字段与事件定义字段竞态条件漏洞
CVE-2026-74637 Linux Perf 核心组件 组领导者 分离后释放后使用漏洞
CVE-2026-74639 ALSA us144mkii 重新锚定捕获 URB 漏洞
CVE-2026-74638 drm/v3d 调度器超时处理串行化漏洞
CVE-2026-74651 rtl8723bs: 修复rtw_get_wpa_ie()中的越界读取漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-74587

暂无评论


发表评论