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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-80923— xhci dbgtty 驱动注册失败修复

一分钟漏洞结论

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

在 Linux 内核中,以下漏洞已得到修复: xhci: dbgtty: 修复 tty_register_driver() 失败时的反注册逻辑 当 调用失败时,代码会释放该驱动对象(drop the reference),但未能将全局变量 置为 NULL,导致在模块卸载时再次调用反注册操作。 具体而言,模块卸载时, 仅根据驱动指针是否非 NULL 来决定是否执行清理逻辑,因此会在一个已经释放的驱动对象上操作:

AI 预测 3.1 利用难度: 困难

影响版本矩阵 18

厂商产品 版本范围状态
Linux Linux 4521f16139409cdf9462c7325d43454462cff6c3< 01b7bc0938061f2fd46e0094f6483d8c6c02f7d3 affected
4521f16139409cdf9462c7325d43454462cff6c3< 43635ff6401ca0e0ed21875379eeded921321525 affected
4521f16139409cdf9462c7325d43454462cff6c3< eaca2814f32b9872a332326324b9e83e01f156d2 affected
4521f16139409cdf9462c7325d43454462cff6c3< 943f976c93e70563b132f5585ff68b08c89641a2 affected
4521f16139409cdf9462c7325d43454462cff6c3< 0d0faf3cc44c4d86fc6faf5cea972c0fbe00b922 affected
4521f16139409cdf9462c7325d43454462cff6c3< 33ed35ca629477f57e0dd1d77d6df96cf5a9eb55 affected
4521f16139409cdf9462c7325d43454462cff6c3< 0e469b94fbba8eb03666da41dd1082b793c50c1a affected
4521f16139409cdf9462c7325d43454462cff6c3< a916fa66a43e10f63198b6ce978badffc678821a affected
… +10 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
xhci: dbgtty: Fix unregister on tty_register_driver() failure
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: xhci: dbgtty: Fix unregister on tty_register_driver() failure If tty_register_driver() fails, it drops the reference, but fails to set the global dbc_tty_driver to NULL, causing the unregister to be called again when module exits. On module unload dbc_tty_exit() only gates its cleanup on the driver pointer being non-NULL, so it operates on the already-freed driver: module_init(xhci_hcd_init) xhci_hcd_init() xhci_dbc_init() [return value ignored] dbc_tty_init() tty_register_driver() fails tty_driver_kref_put() -> driver freed (dbc_tty_driver left dangling) ... module_exit(xhci_hcd_fini) xhci_hcd_fini() xhci_dbc_exit() dbc_tty_exit() if (dbc_tty_driver) -> true (dangling) tty_unregister_driver() -> use-after-free
来源: 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 4521f16139409cdf9462c7325d43454462cff6c3 ~ 01b7bc0938061f2fd46e0094f6483d8c6c02f7d3 -
Linux Linux 5.9 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-80923 补丁与修复 (7)

CVE-2026-80923 其他参考 (1)

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

CVE-2026-80925 内核 VLAN 卸载切换竞争与 Panic 修复
CVE-2026-80924 Linux内核 5.10 加密模块 内存信息泄露
CVE-2026-80922 Linux内核qcom-rng生成零值漏洞
CVE-2026-80921 KVM s390 虚拟化软件 远程代码执行漏洞
CVE-2026-80920 Linux内核 io_uring 事件通知延迟漏洞
CVE-2026-80919 AMD GPU DevCoreDump 死锁
CVE-2026-80918 Linux内核HID驱动 整数与指针混淆漏洞
CVE-2026-80917 32位CAM系统PCI主机通用驱动空指针解引用
CVE-2026-80916 kcov PREEMPT_RT 数据损坏与竞态条件
CVE-2026-80915 Linux内核 drm/xe模块数据路径分配漏洞
CVE-2026-80914 蓝牙ISO监听套接字释放后使用漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-80923

暂无评论


发表评论