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

目标: 1000 元 · 已筹: 1336

100%

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

CVSS 7.8 · High EPSS 0.27% · P18

影响版本矩阵 14

厂商产品版本范围状态
LinuxLinux773ba4fe9104a64a54d1c00f0fb6ffb95def2b03< 14200d435af9a9eeb444f529fc2f689a236b7962affected
773ba4fe9104a64a54d1c00f0fb6ffb95def2b03< 65fb14cbebb0cd0eff903a22d33537ddc8b95769affected
773ba4fe9104a64a54d1c00f0fb6ffb95def2b03< 46f201f8b4c39633a1fa3dc12459f506d470993daffected
773ba4fe9104a64a54d1c00f0fb6ffb95def2b03< 6374fb9edf72c67a118a2c214a0dddd04c921e0aaffected
773ba4fe9104a64a54d1c00f0fb6ffb95def2b03< e9eacf19281ea2498b36291b56c9606118c2d74eaffected
773ba4fe9104a64a54d1c00f0fb6ffb95def2b03< 736b380e28d0480c7bc3e022f1950f31fe53a7c5affected
6.0affected
< 6.0unaffected
… +6 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
ipv6: account for fraggap on the paged allocation path
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ipv6: account for fraggap on the paged allocation path In __ip6_append_data(), when the paged-allocation branch is taken (MSG_MORE / NETIF_F_SG / large fraglen), alloclen and pagedlen are computed as alloclen = fragheaderlen + transhdrlen; pagedlen = datalen - transhdrlen; datalen already includes fraggap (datalen = length + fraggap). When fraggap is non-zero, this is not the first skb and transhdrlen is zero. The fraggap bytes carried over from the previous skb are copied just past the fragment headers in the new skb's linear area. The linear area is therefore undersized by fraggap bytes while pagedlen is overstated by the same amount, and the copy writes past skb->end into the trailing skb_shared_info. An unprivileged user can trigger this via a UDPv6 socket using MSG_MORE together with MSG_SPLICE_PAGES. The bad accounting was introduced by commit 773ba4fe9104 ("ipv6: avoid partial copy for zc"). Before commit ce650a166335 ("udp6: Fix __ip6_append_data()'s handling of MSG_SPLICE_PAGES"), the negative copy value caused -EINVAL to be returned. That later commit allowed MSG_SPLICE_PAGES to proceed in this case, making the corruption triggerable. The non-paged branch sets alloclen to fraglen, which already accounts for fraggap because datalen does. Bring the paged branch in line by adding fraggap to alloclen and subtracting it from pagedlen. After this adjustment, copy no longer collapses to -fraggap on the paged path, so remove the stale comment describing that old arithmetic. Since a negative copy is no longer expected for a valid MSG_SPLICE_PAGES case, remove the MSG_SPLICE_PAGES exception from the negative copy check.
来源: 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存在安全漏洞,该漏洞源于IPv6在paged分配路径上未正确处理fraggap,导致线性区域大小不足而pagedlen过大,进而造成越界写入skb_shared_info。以下版本受到影响:6.0版本。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 773ba4fe9104a64a54d1c00f0fb6ffb95def2b03 ~ 14200d435af9a9eeb444f529fc2f689a236b7962 -
LinuxLinux 6.0 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-53362 补丁与修复 (6)

同批安全公告 · Linux · 2026-07-04 · 共 4 条

CVE-2026-533608.8 HIGHLinux kernel 安全漏洞
CVE-2026-533598.8 HIGHLinux kernel 安全漏洞
CVE-2026-533617.1 HIGHLinux kernel 安全漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-53362

暂无评论


发表评论