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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会开源的一个操作系统内核。 Linux kernel 2.6.34版本存在安全漏洞,该漏洞源于在IPv6 SCTP数据包携带扩展头时,set_sctp_state()函数错误计算SCTP块头偏移量,可能导致SCTP连接状态机解析错误,造成连接状态异常及活动/非活动目标计数器更新错误。

CVSS 8.2 · High EPSS 0.57% · P45

可能的 ATT&CK 技术 1 AI

T1055 · Process Injection

影响版本矩阵 18

厂商产品 版本范围状态
Linux Linux 2906f66a5682e5670a5eefe991843689b8d8563f< d2b8b1557ec07ea1bb5dddbceaf4dfe63d388e27 affected
2906f66a5682e5670a5eefe991843689b8d8563f< 9f94573ab962a9e81954b755da016fa3cd2f5039 affected
2906f66a5682e5670a5eefe991843689b8d8563f< 290e9e8389b556efc603522e28bd1543846aa336 affected
2906f66a5682e5670a5eefe991843689b8d8563f< 9cb5ac594ca76d3a71803b23b74c835b0721e628 affected
2906f66a5682e5670a5eefe991843689b8d8563f< a4a2d2e483d79cc2ad3a170674cf159644acf22b affected
2906f66a5682e5670a5eefe991843689b8d8563f< 247d055504dcc852e539b9f7f30d19f9741474bf affected
2906f66a5682e5670a5eefe991843689b8d8563f< e5d0bb8871668f20de8f3c94b5ae3f372346bc6e affected
2906f66a5682e5670a5eefe991843689b8d8563f< 2f75c0faa3361b28e36cc0512b3299e163e25789 affected
… +10 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
ipvs: use parsed transport offset in SCTP state lookup
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ipvs: use parsed transport offset in SCTP state lookup set_sctp_state() reads the SCTP chunk header again in order to drive the IPVS SCTP state table. For IPv6 it computes the offset with sizeof(struct ipv6hdr), while the surrounding IPVS code uses iph.len from ip_vs_fill_iph_skb(), where ipv6_find_hdr() has already skipped extension headers and found the real transport header. This makes the state machine read from the wrong offset for IPv6 SCTP packets that carry extension headers. For example, an INIT packet with an 8-byte destination options header can be scheduled correctly by sctp_conn_schedule(), but set_sctp_state() reads the first byte of the SCTP verification tag as a DATA chunk type. The connection then moves from NONE to ESTABLISHED instead of INIT1, gets the longer established timeout, and updates the active/inactive destination counters incorrectly. This happens even though the SCTP handshake has not completed. Use the parsed transport offset passed down from ip_vs_set_state() for the SCTP chunk-header lookup. For IPv4 and IPv6 packets without extension headers this preserves the existing offset.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
来源: 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 2.6.34版本存在安全漏洞,该漏洞源于在IPv6 SCTP数据包携带扩展头时,set_sctp_state()函数错误计算SCTP块头偏移量,可能导致SCTP连接状态机解析错误,造成连接状态异常及活动/非活动目标计数器更新错误。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 2906f66a5682e5670a5eefe991843689b8d8563f ~ d2b8b1557ec07ea1bb5dddbceaf4dfe63d388e27 -
Linux Linux 2.6.34 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-72021 补丁与修复 (7)

同批安全公告 · Linux · 2026-08-15 · 共 845 条

CVE-2026-74475 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-74279 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-74280 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-74309 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72407 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72408 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72421 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72493 9.9 CRITICAL Linux kernel 安全漏洞
CVE-2026-72451 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72323 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72322 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72436 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72129 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72130 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72206 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-74384 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72319 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72317 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72137 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-74433 9.8 CRITICAL Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-72021

暂无评论


发表评论