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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 5.5 利用难度: 中等 EPSS 0.17% · P6

影响版本矩阵 20

厂商产品版本范围状态
LinuxLinuxa5d45bc0dc50f9dd83703510e9804d813a9cac32< 3ee7b3f813b11f28cd6efdf7f24d64b5a7fd4dc7affected
a5d45bc0dc50f9dd83703510e9804d813a9cac32< 8720df4504e0ed1781a702f65251bd47b3534d5eaffected
a5d45bc0dc50f9dd83703510e9804d813a9cac32< 363c3a84a946d53e5e121c9f47c7c2b7d228c46baffected
a5d45bc0dc50f9dd83703510e9804d813a9cac32< b19b5d2e042c294e2cc1c908dc598f9d64015396affected
a5d45bc0dc50f9dd83703510e9804d813a9cac32< a375d8ace807767f29f276b681b6324c74929b1daffected
a5d45bc0dc50f9dd83703510e9804d813a9cac32< 16b553c46e347bc9de9946c4960654d5884a86deaffected
a5d45bc0dc50f9dd83703510e9804d813a9cac32< 630295d5bba1d0e0f494cc459452eb0a0058c545affected
a5d45bc0dc50f9dd83703510e9804d813a9cac32< 39e88f28fb32bf02bd4b525c24c842c9cff5663daffected
… +12 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
netfilter: nft_payload: fix mask build for partial field offload
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_payload: fix mask build for partial field offload nft_payload_offload_mask() builds the offload match mask for a payload expression that covers only part of a header field. For a partial IPv6 address match (field_len = 16, priv_len = 1) that shift is 1 << 120, which is undefined on the 32-bit int operand. It also trims only one word, so the remaining words stay 0xffffffff (and when priv_len is a multiple of 4 the trim is skipped entirely), leaving the mask covering more bytes than the rule matches. UBSAN: shift-out-of-bounds in net/netfilter/nft_payload.c:278:20 shift exponent 120 is too large for 32-bit type 'int' ... The match is byte-granular and struct nft_data is zero-initialised, so the correct mask is simply the first priv_len bytes set to 0xff. Set those bytes directly and drop the word/shift trimming; this removes the undefined shift and no longer over-masks the trailing bytes.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: 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 存在安全漏洞,该漏洞源于netfilter nft_payload组件在构建部分字段卸载掩码时存在未定义移位,可能导致移位越界并造成内核崩溃。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux a5d45bc0dc50f9dd83703510e9804d813a9cac32 ~ 3ee7b3f813b11f28cd6efdf7f24d64b5a7fd4dc7 -
LinuxLinux 5.10 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-74579 补丁与修复 (4)

IV. Related Vulnerabilities

V. Comments for CVE-2026-74579

暂无评论


发表评论