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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会开源的一个操作系统内核。 Linux kernel 6.16版本存在安全漏洞,该漏洞源于ovpn模块将延迟工作提交到全局系统工作队列,导致模块退出时无法保证工作回调在模块文本释放前完成,可能造成释放后重用。

CVSS 8.4 · High EPSS 0.13% · P3

影响版本矩阵 8

厂商产品 版本范围状态
Linux Linux 11851cbd60ea1e5abbd97619d69845ead99303d6< b5fe67111e63a8a81ec31056c4475509076fd266 affected
11851cbd60ea1e5abbd97619d69845ead99303d6< bbe81f40582d451ac849b20707784220f33a23bd affected
11851cbd60ea1e5abbd97619d69845ead99303d6< e9714db8041763f59dde152c812b96b3de05c6d9 affected
6.16 affected
< 6.16 unaffected
6.18.50≤ 6.18.* unaffected
7.1.10≤ 7.1.* unaffected
7.2≤ * unaffected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
ovpn: run deferred work on a module-owned workqueue
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ovpn: run deferred work on a module-owned workqueue ovpn queues several work items whose callbacks execute module text. These works currently run on the global system workqueues, so module exit has no driver-owned drain point that guarantees the callbacks have fully returned before the module text can be freed. Object references protect the objects used by the callbacks, but they do not prove that a workqueue function has returned. In particular, a worker can drop the final reference that unblocks device teardown while it is still executing ovpn code. Add a module-owned workqueue and queue all ovpn work items on it. During module exit, unregister rtnl and netlink first, flush the workqueue so ordinary ovpn workers finish, run the final RCU barrier, and destroy the workqueue last. This keeps the workqueue available for cleanup work queued from RCU callbacks, while ensuring no ovpn work item can outlive the module text. The per-device delayed keepalive work remains explicitly disabled during netdev teardown (disable_delayed_work_sync in ndo_uninit), since flush_workqueue does not flush delayed work that is still only pending on its timer.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会开源的一个操作系统内核。 Linux kernel 6.16版本存在安全漏洞,该漏洞源于ovpn模块将延迟工作提交到全局系统工作队列,导致模块退出时无法保证工作回调在模块文本释放前完成,可能造成释放后重用。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 11851cbd60ea1e5abbd97619d69845ead99303d6 ~ b5fe67111e63a8a81ec31056c4475509076fd266 -
Linux Linux 6.16 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

同批安全公告 · Linux · 2026-09-03 · 共 32 条

CVE-2026-80726 9.3 CRITICAL Linux kernel 安全漏洞
CVE-2026-80734 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-80752 8.4 HIGH Linux kernel 安全漏洞
CVE-2026-80750 8.4 HIGH Linux kernel 安全漏洞
CVE-2026-80745 8.4 HIGH Linux kernel 安全漏洞
CVE-2026-80747 8.0 HIGH Linux kernel 安全漏洞
CVE-2026-80737 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-80732 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-80731 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-80736 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-80748 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-80751 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-80754 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-80735 7.3 HIGH Linux kernel 安全漏洞
CVE-2026-80738 7.3 HIGH Linux kernel 安全漏洞
CVE-2026-80749 7.1 HIGH Linux kernel 安全漏洞
CVE-2026-80741 7.1 HIGH Linux kernel 安全漏洞
CVE-2026-80727 Linux kernel 安全漏洞
CVE-2026-80740 Linux kernel 安全漏洞
CVE-2026-80733 Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-80753

暂无评论


发表评论