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

目标: 1000 元 · 已筹: 1325

100%

CVE-2026-53240— xfrm: iptfs 修复 __input_process_payload 中 first_skb 释放后使用漏洞

AI 预测 7.8 利用难度: 中等 EPSS 0.17% · P7
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
xfrm: iptfs: fix use-after-free on first_skb in __input_process_payload
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: fix use-after-free on first_skb in __input_process_payload __input_process_payload() stores first_skb into xtfs->ra_newskb under drop_lock when starting partial reassembly, then unlocks and breaks out of the processing loop. The post-loop check reads xtfs->ra_newskb without the lock to decide whether first_skb is still owned: if (first_skb && first_iplen && !defer && first_skb != xtfs->ra_newskb) Between spin_unlock and this read, a concurrent CPU running iptfs_reassem_cont() (or the drop_timer hrtimer) can complete reassembly, NULL xtfs->ra_newskb, and free the skb. The check then evaluates first_skb != NULL as true, and pskb_trim/ip_summed/consume_skb operate on the freed skb — a use-after-free in skbuff_head_cache. Replace the unlocked read with a local bool that records whether first_skb was handed to the reassembly state in the current call. The flag is set after the existing spin_unlock, before the break, using the pointer equality that is stable at that point (first_skb == skb iff first_skb was stored in ra_newskb).
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 3f3339885fb343b7b42d7c34717108ce07da24ae ~ 8d9a79fbf5172d9c4c0146057af2360913265a11 -
LinuxLinux 6.14 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-53240 其他参考 (3)

同批安全公告 · Linux · 2026-06-25 · 共 147 条

CVE-2026-53185Linux zram zram_bvec_write_partial 函数 Use-After-Free 漏洞
CVE-2026-53167fuse 漏洞:限制 FUSE_NOTIFY_RETRIEVE 仅限 uptodate 文件
CVE-2026-53168fuse目录页缓存操作拒绝漏洞
CVE-2026-53169accel/ethosu:拒绝用户空间NPU_OP_RESIZE命令
CVE-2026-53171加速伦理:修复dma_length()中的算术问题
CVE-2026-53170Acceler/ethosu:拒绝长度未初始化的DMA命令漏洞
CVE-2026-53172Ethos-U NPU驱动IFM区域索引越界漏洞
CVE-2026-53174overlay文件系统o v l缓存获取后错误码未清零漏洞
CVE-2026-53173Accelerate Ethos-U 命令流校验越界写入漏洞
CVE-2026-53175Linux inet frag使用完后释放漏洞
CVE-2026-53177bnxt_en 驱动空指针解引用漏洞
CVE-2026-53176IB/isert: 拒绝短于ISER_HEADERS_LEN的登录PDU漏洞
CVE-2026-53178rtl8723bs驱动ie_length减法越界漏洞
CVE-2026-53180Linux 内核 tmigr_handle_remote_up() 活锁漏洞
CVE-2026-53179RTL8723BS rtw_update_protection 缓冲区越界读取漏洞
CVE-2026-53181vsock/vmci 握手失败时 sk_ack_backlog 泄漏漏洞
CVE-2026-53182wifi: nl80211 拒绝过大的 EMA RNR 列表
CVE-2026-53183MPTCP 子流接收窗口收缩漏洞
CVE-2026-53184UDP sockmap裁决前清除skb->dev
CVE-2026-53196USB io_ti get_manuf_info()堆溢出漏洞

显示前 20 条,共 147 条。 查看全部 → →

IV. Related Vulnerabilities

V. Comments for CVE-2026-53240

暂无评论


发表评论