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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会开源的一个操作系统内核。 Linux kernel 4.7版本存在安全漏洞,该漏洞源于tipc_sk_conn_proto_rcv()函数处理CONN_ACK消息时未检查连接确认计数是否超过未完成消息数,导致snt_unacked下溢,可能造成连接发送阻塞,攻击者可通过发送过大的连接确认消息导致TIPC连接发送端阻塞。

CVSS 7.5 · High EPSS 0.68% · P50

影响版本矩阵 18

厂商产品 版本范围状态
Linux Linux 10724cc7bb7832b482df049c20fd824d928c5eaa< 3388145d258cf2c4c98278e3987296007d30672e affected
10724cc7bb7832b482df049c20fd824d928c5eaa< 67e55b054bf8025658dc0e255057f2a6236416bd affected
10724cc7bb7832b482df049c20fd824d928c5eaa< 96f91b8ae1a489b3eca137e7acf42cf985fb8939 affected
10724cc7bb7832b482df049c20fd824d928c5eaa< 47ed873e4ceda34098bd46d8e96b4bb13cad3a04 affected
10724cc7bb7832b482df049c20fd824d928c5eaa< b44bebdd32c9ff66ee2aebfc317ced44bedd9335 affected
10724cc7bb7832b482df049c20fd824d928c5eaa< 3cfa3d8e0dc167850edeb5bf5a07757db83fd54e affected
10724cc7bb7832b482df049c20fd824d928c5eaa< 1e2c956745777e6ffdee7f30da5935741c03ee1e affected
10724cc7bb7832b482df049c20fd824d928c5eaa< ab3e10b44ba5411779aac7afd2477917dd77750f affected
… +10 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
tipc: prevent snt_unacked underflow on CONN_ACK
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: tipc: prevent snt_unacked underflow on CONN_ACK tipc_sk_conn_proto_rcv() subtracts the peer-supplied connection ack count from the unsigned 16-bit send counter snt_unacked without checking that it does not exceed the number of messages actually outstanding: tsk->snt_unacked -= msg_conn_ack(hdr); msg_conn_ack() is read straight from a received CONN_MANAGER/CONN_ACK message. If the ack count is larger than snt_unacked, the subtraction wraps to a near-maximum value, leaving tsk_conn_cong() permanently true and starving the connection of further transmits. Validate the ACK count at the start of the CONN_ACK block and drop the message if it acknowledges more messages than are outstanding. A peer (or, for a local connection, the connected peer socket) can otherwise wedge a TIPC connection's send side by sending an oversized connection ack.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/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 4.7版本存在安全漏洞,该漏洞源于tipc_sk_conn_proto_rcv()函数处理CONN_ACK消息时未检查连接确认计数是否超过未完成消息数,导致snt_unacked下溢,可能造成连接发送阻塞,攻击者可通过发送过大的连接确认消息导致TIPC连接发送端阻塞。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 10724cc7bb7832b482df049c20fd824d928c5eaa ~ 3388145d258cf2c4c98278e3987296007d30672e -
Linux Linux 4.7 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

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-74475 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72408 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72421 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-74279 10.0 CRITICAL Linux kernel 安全漏洞
CVE-2026-72493 9.9 CRITICAL Linux kernel 安全漏洞
CVE-2026-74350 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72249 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72248 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72494 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-74345 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72083 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72098 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72226 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-74255 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-74428 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72084 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-72234 9.8 CRITICAL Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-74282

暂无评论


发表评论