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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会开源的一个操作系统内核。 Linux kernel存在安全漏洞,该漏洞源于dev_validate_header()函数在处理CAP_SYS_RAWIO零填充时直接读取dev->hard_header_len,若设备重配置导致该值增大,可能引发缓冲区越界写入。

CVSS 7.8 · High EPSS 0.18% · P8

影响版本矩阵 29

厂商产品 版本范围状态
Linux Linux b5518429e70cd783b8ca52335456172c1a0589f6< 53fd7f912c0877647d6a1e1877f5ea8535ee0b4a affected
2793a23aacbd754dbbb5cb75093deb7e4103bace< fa6d98dd925e72fc028b26a0cbbff9d2f0601ff6 affected
2793a23aacbd754dbbb5cb75093deb7e4103bace< 8fc9816404166a90ed8d544dc52482fafffb6d9f affected
2793a23aacbd754dbbb5cb75093deb7e4103bace< b0f92a5731dc82556a9ae005cc35f71ab136307b affected
2793a23aacbd754dbbb5cb75093deb7e4103bace< 99df6b7a713f96eda206680d100b76e15f9d9b69 affected
2793a23aacbd754dbbb5cb75093deb7e4103bace< 74e035f07f53feca09e2352e77fccb09cad5e208 affected
2793a23aacbd754dbbb5cb75093deb7e4103bace< dbb30dc943a93e083f1e531bfdc6779e57de40d0 affected
2793a23aacbd754dbbb5cb75093deb7e4103bace< fc902f52a02298c7432b2334c0c82a2885a1a8b6 affected
… +21 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
net: remove CAP_SYS_RAWIO zero-padding in dev_validate_header
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: net: remove CAP_SYS_RAWIO zero-padding in dev_validate_header dev_validate_header() reads dev->hard_header_len directly when zero-padding short link layer headers for CAP_SYS_RAWIO holders: if (capable(CAP_SYS_RAWIO)) { memset(ll_header + len, 0, dev->hard_header_len - len); return true; } Packet send paths call dev_validate_header() on skbs whose headroom was allocated from an earlier hard_header_len read. If the device is reconfigured so that dev->hard_header_len increases before validation, the memset writes past the reserved buffer, an out-of-bounds write. This out-of-bounds write is masked in some SOCK_RAW paths today because the same concurrent increase can first make skb_push() exceed the reserved headroom and trigger skb_under_panic(). Remove the zero-padding branch before making those hard_header_len reads consistent, so the snapshot fixes do not turn a loud panic into a silent overwrite. This path is only reached for variable length L2 protocols, where len < hard_header_len but len >= min_header_len. No remaining in-tree variable length L2 protocol implements header_ops->validate, and the CAP_SYS_RAWIO bypass that zero-pads and accepts short headers has no real value beyond allowing testing of intentionally malformed input. Drop the CAP_SYS_RAWIO branch. The remaining reads of dev->hard_header_len in dev_validate_header() are comparisons only and have no memory safety impact.
来源: 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
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会开源的一个操作系统内核。 Linux kernel存在安全漏洞,该漏洞源于dev_validate_header()函数在处理CAP_SYS_RAWIO零填充时直接读取dev->hard_header_len,若设备重配置导致该值增大,可能引发缓冲区越界写入。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux b5518429e70cd783b8ca52335456172c1a0589f6 ~ 53fd7f912c0877647d6a1e1877f5ea8535ee0b4a -
Linux Linux 4.6 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

CVE-2026-80731 厂商安全公告 (1)

CVE-2026-80731 其他参考 (1)

同批安全公告 · Linux · 2026-09-03 · 共 32 条

CVE-2026-80726 9.3 CRITICAL Linux kernel 安全漏洞
CVE-2026-80734 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-80745 8.4 HIGH Linux kernel 安全漏洞
CVE-2026-80750 8.4 HIGH Linux kernel 安全漏洞
CVE-2026-80752 8.4 HIGH Linux kernel 安全漏洞
CVE-2026-80753 8.4 HIGH Linux kernel 安全漏洞
CVE-2026-80747 8.0 HIGH Linux kernel 安全漏洞
CVE-2026-80751 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-80754 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-80748 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-80736 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-80737 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-80732 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-80735 7.3 HIGH Linux kernel 安全漏洞
CVE-2026-80738 7.3 HIGH Linux kernel 安全漏洞
CVE-2026-80741 7.1 HIGH Linux kernel 安全漏洞
CVE-2026-80749 7.1 HIGH Linux kernel 安全漏洞
CVE-2026-80730 Linux kernel 安全漏洞
CVE-2026-80733 Linux kernel 安全漏洞
CVE-2026-80727 Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-80731

暂无评论


发表评论