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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-63872— ESP修复skb_to_sgvec失败时的页碎片引用泄漏漏洞

AI 预测 5.5 利用难度: 中等

可能的 ATT&CK 技术 1AI

T1496 · Resource Hijacking

影响版本矩阵 6

厂商产品版本范围状态
LinuxLinuxcac2661c53f35cbe651bef9b07026a5a05ab8ce0< e705b8ff4dd38fb8fe4e6fdc5378a86acea4feb5affected
cac2661c53f35cbe651bef9b07026a5a05ab8ce0< 2982e599fff6faa21c8df147d96fc7af6c1a2f24affected
4.11affected
< 4.11unaffected
7.0.13≤ 7.0.*unaffected
7.1≤ *unaffected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
esp: fix page frag reference leak on skb_to_sgvec failure
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: esp: fix page frag reference leak on skb_to_sgvec failure In esp_output_tail(), when esp->inplace is false, the old skb page frags are replaced with a new page from the xfrm page_frag cache. The source scatterlist (sg) is built from the old frags before the replacement, and esp_ssg_unref() is responsible for releasing the old page references after the crypto operation completes. However, if the second skb_to_sgvec() call (which builds the destination scatterlist from the new page) fails, the code jumps to error_free which only calls kfree(tmp). The old page frag references captured in the source scatterlist are never released: 1. sg[] is built from old frags via skb_to_sgvec() (no extra get_page) 2. nr_frags is set to 1 and frag[0] is replaced with the new page 3. Second skb_to_sgvec() fails -> goto error_free 4. kfree(tmp) frees the sg[] memory but old frags are not unref'd 5. kfree_skb() only releases frag[0] (the new page), not the old ones Fix this by adding a bool parameter to esp_ssg_unref() that, when true, unconditionally unrefs the source scatterlist frags without checking req->src and req->dst, since those fields are not yet initialized by aead_request_set_crypt() at the point of the error. Existing callers pass false to preserve the original behavior. The same issue exists in both esp4 and esp6 as the code is identical.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux cac2661c53f35cbe651bef9b07026a5a05ab8ce0 ~ e705b8ff4dd38fb8fe4e6fdc5378a86acea4feb5 -
LinuxLinux 4.11 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-63872 补丁与修复 (2)

同批安全公告 · Linux · 2026-07-19 · 共 431 条

CVE-2026-63905usbip vudc:vudc_remove竞态条件导致Use After Free漏洞
CVE-2026-63891Thunderbolt __tb_property_parse_dir 属性递归深度漏洞
CVE-2026-63892Thunderbolt 属性拒绝 dir_len < 4 防止 size_t 下溢
CVE-2026-63893Thunderbolt: tb_property_entry_valid() 中拒绝 u32 溢出漏洞
CVE-2026-63895USB Gadget f_fs 短 EP0 读取漏洞
CVE-2026-63894USB gadget f_fs 序列化 DMABUF 取消请求
CVE-2026-63896Linux USB Composite 组件 WebUSB GET_URL 整型下溢漏洞
CVE-2026-63897USB: serial: mct_u232 缺失中断传入完整性检查
CVE-2026-63898USB MCT U232 小端点内存 corruption 漏洞
CVE-2026-63899USB mxuport 驱动小端点内存损坏漏洞
CVE-2026-63900USB: serial: keyspan: 修复缺失的 indat 传输健全性检查漏洞
CVE-2026-63901USB: serial: digi_acceleport: 小端点内存损坏漏洞
CVE-2026-63902Cypress M8 串口驱动中断包头验证漏洞
CVE-2026-63903USB Belkin SA 串口驱动中断状态长度验证漏洞
CVE-2026-63914Linux内核xfrm路由迁移通知到调用者网络命名空间
CVE-2026-63911xfrm: iptfs克隆SAs时未重置运行时状态
CVE-2026-63912Linux内核xfrm ESP模块长度门限恢复漏洞
CVE-2026-63913netfilter conntrack TCP无效序列RST未检查方向强制关闭漏洞
CVE-2026-63910dma-buf dma_buf_fd() 跟踪点使用后释放漏洞
CVE-2026-63915nfc: hci: HCP 头解析越界读取漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-63872

暂无评论


发表评论