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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-74623— Atlantic网卡驱动TX缓冲区释放漏洞

一分钟漏洞结论

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

在 Linux 内核中,已修复以下漏洞: 网络驱动:atlantic —— 在环形队列注销时释放残留的 TX 缓冲区 通过单次调用 来排空 TX 环形队列。该函数最多释放 (256)个描述符,并在 (硬件头部指针)处停止,而一旦 停止了硬件和 NAPI(网络轮询接口), 就不再移动。因此,超出预算的已完成描述符,以及仍保留在 区间内的所有条目,在接口关闭时仍保留其 或 。随后 会释放缓冲区环形队列本身,导致这些引用永久丢失。 当前,在每次接口关闭(ifdown)且存在 TX/XDP_TX 负载时,都会发生静默内存泄

AI 预测 5.3 利用难度: 中等 EPSS 0.21% · P12

影响版本矩阵 18

厂商产品 版本范围状态
Linux Linux eb36bedf28be6d986bdbcfa375bab08ffa45efd8< a14ceebd13bf857bfca052bc5a6bd49e737912be affected
eb36bedf28be6d986bdbcfa375bab08ffa45efd8< 4f1c20873f70b4b22ef86dc38dad1fda8e169bcd affected
eb36bedf28be6d986bdbcfa375bab08ffa45efd8< 307d80193b4a4a75b8dc4e0d3162be3755abbed7 affected
eb36bedf28be6d986bdbcfa375bab08ffa45efd8< 7a3e1481f4ee6c581bccc6bfc6c970aac5be7b0c affected
eb36bedf28be6d986bdbcfa375bab08ffa45efd8< 3447641d361dcc5511841d986ad4d849b2900d9b affected
eb36bedf28be6d986bdbcfa375bab08ffa45efd8< b13202d401e1a20fec89b0cda733dcbaf279f79d affected
eb36bedf28be6d986bdbcfa375bab08ffa45efd8< dd633280de7fdfd60dc4fcf63d04e2ad95b43269 affected
eb36bedf28be6d986bdbcfa375bab08ffa45efd8< 452636ea5410a96e02ebaaf80b21e3620b98e0dd affected
… +10 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
net: atlantic: free stranded TX buffers on ring deinit
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: net: atlantic: free stranded TX buffers on ring deinit aq_vec_deinit() drains the TX rings with a single aq_ring_tx_clean() call, which frees at most AQ_CFG_TX_CLEAN_BUDGET (256) descriptors and stops at hw_head, which no longer moves once aq_vec_stop() has stopped the hardware and NAPI. Completed descriptors beyond the budget and everything still posted in [hw_head, sw_tail) keep their skb or xdp_frame when the interface goes down: aq_vec_ring_free() then frees the buffer ring and the references are lost for good. Today this is a silent memory leak on every interface down under TX/XDP_TX load. With the conversion of the RX path to page_pool posted for net-next it becomes much more visible: XDP_TX frames carry fragment references on the RX ring's page_pool, so a single stranded frame keeps the pool's inflight count above zero forever. page_pool_destroy() then never completes, the pool is leaked together with its pages, and "page_pool_release_retry() stalled pool shutdown" is warned every 60 seconds from that point on, on every ifdown, XDP detach or ring resize under XDP_TX load. Bring back aq_ring_tx_deinit() as it was before the removal and use it for teardown again, with one extension: TX rings can hold xdp_frames nowadays, so release those too. They are returned with xdp_return_frame() since this runs in process context.
来源: 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 eb36bedf28be6d986bdbcfa375bab08ffa45efd8 ~ a14ceebd13bf857bfca052bc5a6bd49e737912be -
Linux Linux 4.11 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-74623 补丁与修复 (8)

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

CVE-2026-74640 ALSA FCP fcp_meter_ctl_get 缓冲区越界写漏洞
CVE-2026-74621 Linux内核 act_ct 模块 sk_buff 泄漏漏洞
CVE-2026-74622 Atlantic 网卡 RX 页面释放漏洞
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-74638 drm/v3d 调度器超时处理串行化漏洞
CVE-2026-74651 rtl8723bs: 修复rtw_get_wpa_ie()中的越界读取漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-74623

暂无评论


发表评论