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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 7.8 利用难度: 较易 EPSS 0.11% · P2

影响版本矩阵 8

厂商产品版本范围状态
LinuxLinux2c6196013f84651772388a86dfd4bb033d0c0d45< 4700471775746058c962ded6e659bf908fd76e13affected
2c6196013f84651772388a86dfd4bb033d0c0d45< 27f5997686ee7fb7ac01be72b2010f168a3409fcaffected
2c6196013f84651772388a86dfd4bb033d0c0d45< b1e067240379f950a0022208e0685f3465c211cbaffected
6.14affected
< 6.14unaffected
6.18.23≤ 6.18.*unaffected
6.19.13≤ 6.19.*unaffected
7.0≤ *unaffected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
igb: remove napi_synchronize() in igb_down()
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: igb: remove napi_synchronize() in igb_down() When an AF_XDP zero-copy application terminates abruptly (e.g., kill -9), the XSK buffer pool is destroyed but NAPI polling continues. igb_clean_rx_irq_zc() repeatedly returns the full budget, preventing napi_complete_done() from clearing NAPI_STATE_SCHED. igb_down() calls napi_synchronize() before napi_disable() for each queue vector. napi_synchronize() spins waiting for NAPI_STATE_SCHED to clear, which never happens. igb_down() blocks indefinitely, the TX watchdog fires, and the TX queue remains permanently stalled. napi_disable() already handles this correctly: it sets NAPI_STATE_DISABLE. After a full-budget poll, __napi_poll() checks napi_disable_pending(). If set, it forces completion and clears NAPI_STATE_SCHED, breaking the loop that napi_synchronize() cannot. napi_synchronize() was added in commit 41f149a285da ("igb: Fix possible panic caused by Rx traffic arrival while interface is down"). napi_disable() provides stronger guarantees: it prevents further scheduling and waits for any active poll to exit. Other Intel drivers (ixgbe, ice, i40e) use napi_disable() without a preceding napi_synchronize() in their down paths. Remove redundant napi_synchronize() call and reorder napi_disable() before igb_set_queue_napi() so the queue-to-NAPI mapping is only cleared after polling has fully stopped.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于igb_down函数中napi_synchronize调用导致NAPI_STATE_SCHED无法清除,可能造成TX队列永久停滞。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 2c6196013f84651772388a86dfd4bb033d0c0d45 ~ 4700471775746058c962ded6e659bf908fd76e13 -
LinuxLinux 6.14 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-31691 补丁与修复 (3)

同批安全公告 · Linux · 2026-04-27 · 共 5 条

CVE-2026-31686Linux kernel 安全漏洞
CVE-2026-31687Linux kernel 安全漏洞
CVE-2026-31689Linux kernel 安全漏洞
CVE-2026-31690Linux kernel 安全漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-31691

暂无评论


发表评论