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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-74725— enic: 设备移除时 tx_hang_reset 使用后释放漏洞

一分钟漏洞结论

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

在 Linux 内核中,已修复以下漏洞: enic:修复设备移除时 tx_hang_reset 的使用后使用(use-after-free)漏洞 在 函数中,虽然取消了 reset 和 change_mtu_work 工作项,但未取消 tx_hang_reset 工作项。当设备正在移除时触发的 TX 超时可能会调度 ,使其在 执行之后运行,从而导致使用后使用(use-after-free)漏洞。 在此场景下,仅使用 是不够的:在 与 之间的时间窗口内,仍处于活动状态的看门狗和通知路径可能会重新调度这些工作项。因此,

AI 预测 7.8 利用难度: 困难 EPSS 0.21% · P11

影响版本矩阵 10

厂商产品 版本范围状态
Linux Linux 937317c7c1097aa878a5000e3aab616eb5c590c0< 8619865f34fb3b130b567855382a5c4aadd522b9 affected
937317c7c1097aa878a5000e3aab616eb5c590c0< e506e704b74748ffd0e1c92a7453ca2a959f832b affected
937317c7c1097aa878a5000e3aab616eb5c590c0< 4f3464fc6c1f26afc504fd525c574f2bc14c9d42 affected
937317c7c1097aa878a5000e3aab616eb5c590c0< ec680ea4ba1bca92a767fb7e7869758bfdd886e3 affected
4.4 affected
< 4.4 unaffected
6.12.104≤ 6.12.* unaffected
6.18.45≤ 6.18.* unaffected
… +2 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
enic: fix tx_hang_reset use-after-free on device removal
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: enic: fix tx_hang_reset use-after-free on device removal enic_remove() cancels the reset and change_mtu_work items but does not cancel tx_hang_reset. A TX timeout that fires while the device is being removed can schedule enic_tx_hang_reset() so that it runs after free_netdev(), resulting in a use-after-free. cancel_work_sync() alone is not sufficient here: the still-live watchdog and notify paths can re-schedule these work items in the window between the cancel and unregister_netdev(). Use disable_work_sync(), which cancels the work and blocks any subsequent schedule_work() from requeuing it, and apply it to the reset and change_mtu_work items as well so the same requeue race is closed for all teardown work.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 937317c7c1097aa878a5000e3aab616eb5c590c0 ~ 8619865f34fb3b130b567855382a5c4aadd522b9 -
Linux Linux 4.4 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

同批安全公告 · Linux · 2026-08-22 · 共 150 条

CVE-2026-74638 drm/v3d 调度器超时处理串行化漏洞
CVE-2026-74621 Linux内核 act_ct 模块 sk_buff 泄漏漏洞
CVE-2026-74622 Atlantic 网卡 RX 页面释放漏洞
CVE-2026-74623 Atlantic网卡驱动TX缓冲区释放漏洞
CVE-2026-74624 netfilter: nf_conntrack 解锁前延迟记录无效
CVE-2026-74625 netfilter 网桥非IP路径模板连接跟踪释放漏洞
CVE-2026-74627 net: devmem 防止 net-io v/页面混合漏洞
CVE-2026-74626 NTB:ntb_netdev 分配失败时保留 RX 队列深度
CVE-2026-74628 Linux内核 x25 远程计时器释放后使用漏洞
CVE-2026-74629 net/dibs: 修复 dmb_clientid_arr 释放漏洞
CVE-2026-74631 Linux SMC splice条目生命周期不平衡漏洞
CVE-2026-74630 IPv6中in6_dev_get()防止复活inet6_dev漏洞
CVE-2026-74632 Linux内核 huge_memory 竞态条件漏洞
CVE-2026-74633 tracing: 修复模块事件缓存移除中的空指针解引用漏洞
CVE-2026-74634 ring-buffer:禁用调整大小时防止子缓冲区间顺序变化
CVE-2026-74635 fbdev bitblit bit_cursor() glyph索引越界漏洞
CVE-2026-74636 tracing 工具更新字段与事件定义字段竞态条件漏洞
CVE-2026-74637 Linux Perf 核心组件 组领导者 分离后释放后使用漏洞
CVE-2026-74639 ALSA us144mkii 重新锚定捕获 URB 漏洞
CVE-2026-74650 rtl8723bs WMM参数处理函数越界读取漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-74725

暂无评论


发表评论