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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-80919— AMD GPU DevCoreDump 死锁

一分钟漏洞结论

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

在 Linux 内核中,已修复以下漏洞: drm/amdgpu:修复 amdgpu_devcoredump_format 中递归获取 ww_mutex 的问题 当从挂起的任务中转储 IB 内容时, 会通过 获取 VM 根页目录(PD)的保留锁(reservation),随后对每个 IB 的后备内存对象(BO)调用 。这两个保留锁都是 对象,且两者在获取时均未使用 (wait-wake 上下文),从而触发了 lockdep 告警: 在捕获到的调用栈中,这两个保留锁分别位于不同的 BO 上,因此该告警属于 lockde

AI 预测 5.5 利用难度: 困难

可能的 ATT&CK 技术 2 AI

T1184 T1531 · Account Access Removal

影响版本矩阵 6

厂商产品 版本范围状态
Linux Linux 7b15fc2d1f1a00fb99f0146e404ff2600999ec74< 4e9b4dee0777ec9c835a4746e2d30382dd9d1044 affected
7b15fc2d1f1a00fb99f0146e404ff2600999ec74< 7152b248dc3c8d5fa8629e99ed5655dd41b51562 affected
7.1 affected
< 7.1 unaffected
7.1.11≤ 7.1.* unaffected
7.2≤ * unaffected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
drm/amdgpu: fix recursive ww_mutex acquire in amdgpu_devcoredump_format
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix recursive ww_mutex acquire in amdgpu_devcoredump_format When dumping IB contents from a hung job, amdgpu_devcoredump_format() acquired the VM root PD's reservation via amdgpu_vm_lock_by_pasid() and then, for each IB, called amdgpu_bo_reserve() on the BO backing the IB. Both reservations are reservation_ww_class_mutex objects and neither used a ww_acquire_ctx, which trips lockdep: WARNING: possible recursive locking detected -------------------------------------------- kworker/u128:0 is trying to acquire lock: ffff88838b16e1f0 (reservation_ww_class_mutex){+.+.}-{4:4}, at: amdgpu_devcoredump_format+0x1594/0x23f0 [amdgpu] but task is already holding lock: ffff8882f82681f0 (reservation_ww_class_mutex){+.+.}-{4:4}, at: amdgpu_devcoredump_format+0x1594/0x23f0 [amdgpu] Possible unsafe locking scenario: CPU0 ---- lock(reservation_ww_class_mutex); lock(reservation_ww_class_mutex); *** DEADLOCK *** May be due to missing lock nesting notation Workqueue: events_unbound amdgpu_devcoredump_deferred_work [amdgpu] Call Trace: __ww_mutex_lock.constprop.0 ww_mutex_lock amdgpu_bo_reserve amdgpu_devcoredump_format+0x1594 [amdgpu] amdgpu_devcoredump_deferred_work+0xea [amdgpu] The two reservations are on different BOs in the captured trace, so the splat is a lockdep-correctness warning, not an observed deadlock. It becomes a real self-deadlock whenever the IB BO shares its dma_resv with the root PD (the always-valid case, see amdgpu_vm_is_bo_always_valid()): amdgpu_bo_reserve(abo) re-acquires the same ww_mutex without a ticket and blocks forever. With amdgpu.gpu_recovery=0 the timeout handler refires every ~2 s and each invocation produces this splat, drowning the kernel ring buffer. Now that amdgpu_vm_lock_by_pasid() takes a drm_exec context, move the IB dumping into a separate helper that locks the root PD and every IB BO together in a single drm_exec ticket. DRM_EXEC_IGNORE_DUPLICATES handles IB BOs that share a dma_resv (e.g. always-valid BOs, or two IBs backed by the same BO). Every lock is now a top-level acquire under one ww_acquire_ctx, so the recursive ww_mutex condition is gone, and the per-IB amdgpu_bo_reserve()/amdgpu_bo_unref() dance -- including a BO refcount leak on the amdgpu_bo_reserve() failure path -- is removed. (cherry picked from commit d6bf4242731219ee08ce54c365631e395486651e)
来源: 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 7b15fc2d1f1a00fb99f0146e404ff2600999ec74 ~ 4e9b4dee0777ec9c835a4746e2d30382dd9d1044 -
Linux Linux 7.1 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-80919 补丁与修复 (2)

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

CVE-2026-80925 内核 VLAN 卸载切换竞争与 Panic 修复
CVE-2026-80924 Linux内核 5.10 加密模块 内存信息泄露
CVE-2026-80923 xhci dbgtty 驱动注册失败修复
CVE-2026-80922 Linux内核qcom-rng生成零值漏洞
CVE-2026-80921 KVM s390 虚拟化软件 远程代码执行漏洞
CVE-2026-80920 Linux内核 io_uring 事件通知延迟漏洞
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-80919

暂无评论


发表评论