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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-74582— Linux网络栈 非环形发送路径中 hard_header_len 不一致漏洞

一分钟漏洞结论

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

在 Linux 内核中,已解决以下漏洞: packet: 在非环形发送路径中使用一致的 hard_header_len 在分配和构造 (套接字缓冲区)时会多次读取 。设备配置的重构可能会并发地改变该值,例如通过 bonding 设备的类型变更。 对于 类型的套接字, 可能在 中保存一个较大的值,随后使用较小的值来分配头空间(headroom)。将 向后移动 大小的距离后,可能导致其位于 之前,此时从用户空间进行的后续拷贝操作可能尝试执行越界写入。 也存在相同的问题,因为它在释放 RCU 读锁以分配 之前,从多次独立

CVSS 7.8 · High EPSS 0.12% · P2

影响版本矩阵 20

厂商产品 版本范围状态
Linux Linux b84bbaf7a6c8cca24f8acf25a2c8e46913a947ba< 91f041451f967cd87ed722a8f43c0b767a64f1a0 affected
b84bbaf7a6c8cca24f8acf25a2c8e46913a947ba< 9052756290962ffb9a661bcf319e92dedaaedfed affected
b84bbaf7a6c8cca24f8acf25a2c8e46913a947ba< 5bb10753d428aadfc356a2bfe9acea09c82a62ec affected
b84bbaf7a6c8cca24f8acf25a2c8e46913a947ba< b06b6fce6d7deaf7238e09b48ce3b1125ff41acd affected
b84bbaf7a6c8cca24f8acf25a2c8e46913a947ba< 03390aa32e669cc4ecd7d34108e2e1afc13d689d affected
d9fb8cc230b2a4757e9fe4f81468f81212d4deaa affected
6190cce26e40bf71c4d375b21eea74bb07b6a0f3 affected
01a658c1b9d4b5393c38d5a92d9112ab1425382a affected
… +12 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
packet: use consistent hard_header_len in non-ring send paths
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hard_header_len in non-ring send paths packet_snd() reads dev->hard_header_len multiple times while allocating and constructing an skb. Device reconfiguration can change this value concurrently, for example through bonding device type changes. For SOCK_RAW, packet_snd() can save a larger value in reserve and later allocate headroom using a smaller value. Moving skb->data back by reserve then places it before skb->head, and the following copy from userspace can attempt an out-of-bounds write. packet_sendmsg_spkt() has the same issue because it calculates its reservation and header offset from separate reads before dropping the RCU read lock to allocate the skb. Add LL_RESERVED_SPACE_EX() for callers that already saved a header length. Read hard_header_len once in packet_snd() and use it for allocation and construction. In packet_sendmsg_spkt(), preserve the allocation-time value through the device lookup retry. The separate SOCK_DGRAM consistency problem between hard_header_len and header_ops->create is not addressed here.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux b84bbaf7a6c8cca24f8acf25a2c8e46913a947ba ~ 91f041451f967cd87ed722a8f43c0b767a64f1a0 -
Linux Linux 4.17 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-74582 补丁与修复 (5)

同批安全公告 · Linux · 2026-08-21 · 共 4 条

CVE-2026-74581 9.8 CRITICAL Linux IPv6 清除被抑制的FIB6规则结果
CVE-2026-74580 8.8 HIGH vhost 重置 vring 元数据缓存
CVE-2026-74583 7.8 HIGH Linux内核cls_route模块过滤器快速映射use-after-free漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-74582

暂无评论


发表评论