| Summary | In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Avoid NULL pointer dereference or refcount corruption Commit 60f030f7418d ("iommu/vt-d: Avoid use of NULL after WARN_ON_ONCE") If dev_pasid is not found in the dev_pasids list, it remains NULL. If the domain was never attached to this IOMMU, info will be NULL, which Even if info is not NULL, decrementing the refcount without having removed Fix it by returning early if dev_pasid is NULL, before executing the Issue found by AI review and suggested by Kevin Tian. |
|---|---|
| Publication Date | June 27, 2026, 5:17 a.m. |
| Registration Date | June 29, 2026, 4:16 a.m. |
| Last Update | June 28, 2026, 5:16 p.m. |
| CVSS3.1 : HIGH | |
| スコア | 8.8 |
|---|---|
| Vector | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H |
| 攻撃元区分(AV) | ローカル |
| 攻撃条件の複雑さ(AC) | 低 |
| 攻撃に必要な特権レベル(PR) | 低 |
| 利用者の関与(UI) | 不要 |
| 影響の想定範囲(S) | 変更あり |
| 機密性への影響(C) | 高 |
| 完全性への影響(I) | 高 |
| 可用性への影響(A) | 高 |