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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-90244— Linux内核 iommu/dma 竞争条件漏洞

一分钟漏洞结论

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

在 Linux 内核中,已修复以下漏洞: iommu/dma:恢复 msi_page_list 周围的加锁机制 与组(group)的默认域(default domain)不同——后者总是被全新分配且由该组私有持有( ),VFIO type1 的遗留容器(legacy container)会在其 IOMMU 操作( )和缓存一致性执行方式相匹配时,将新附加的组合并到一个已存在的域(domain)中。 仅断言调用者持有自身组的互斥锁( )。在发布 的 IOMMU(例如 ARM SMMU)上,一个通过遗留容器分配了两个此

AI 预测 4.0 利用难度: 困难

可能的 ATT&CK 技术 1 AI

T1571 · Non-Standard Port
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
iommu/dma: Restore locking around msi_page_list
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: iommu/dma: Restore locking around msi_page_list Unlike a group's default domain, which is always freshly allocated and privately owned (iommu_group_alloc_default_domain()), VFIO type1's legacy container merges any newly attached group into an existing domain whenever their iommu_ops and cache-coherency enforcement match. iommu_dma_get_msi_page() only asserts the caller's own group mutex is held (iommu_group_mutex_assert()). On an IOMMU that publishes IOMMU_RESV_SW_MSI, e.g. ARM SMMU, a VM with two such devices assigned through the legacy container can have their guest drivers probe and allocate MSIs in parallel; each host-side VFIO_DEVICE_SET_IRQS lands on a different device fd and group mutex, but both devices' domains are the same merged domain, so both can enter iommu_dma_get_msi_page() concurrently and corrupt msi_page_list. commit 288683c92b1a ("iommu: Make iommu_dma_prepare_msi() into a generic operation") dropped the prior msi_prepare_lock on the reasoning that "each iommu_domain is unique to a group," which holds for default domains but not this VFIO type1 case. Restore the static lock, since it's only guarding a corner case and will likely never be contended. iommufd avoids the equivalent problem by having its own callers (iommufd_sw_map_msi()) take a ctx-wide sw_msi_lock before ever reaching the shared list. VFIO type1 can't mirror that since it dispatches to iommu_dma_sw_msi() which is outside VFIO's jurisdiction.
来源: 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 288683c92b1abc32277c83819bea287af614d239 ~ e3c53e9173a47d5ce1fae020f2c6b1fb3c1123c2 -
Linux Linux 6.15 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

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

CVE-2026-90257 Linux内核 virtio_bt 越界读取漏洞
CVE-2026-90238 Linux内核 AMD ISP4 驱动死锁漏洞
CVE-2026-90240 Linux内核 IOMMU 别名拆除时刷新缓存错误
CVE-2026-90239 Linux内核 AMD ISP4 内存管理缺陷
CVE-2026-90241 Intel VT-d 可扩展模式探测失败导致上下文拆除缺陷
CVE-2026-90243 Linux内核 VT-d IOMMU 安全漏洞
CVE-2026-90242 Linux内核IOMMU VTD引用计数泄漏
CVE-2026-90245 Linux fbdev kyro 驱动坐标校验缺陷
CVE-2026-90246 AppArmor 标签验证整数溢出
CVE-2026-90247 内核bpf路径mmap_lock内存泄漏
CVE-2026-90248 Linux内核net/sched:修复竞态条件导致的协议拆解错误
CVE-2026-90249 Linux内核iio驱动运行时电源管理修复
CVE-2026-90250 Linux内核 bpf cgroup 空指针解引用漏洞
CVE-2026-90251 Windows 17763 Bluetooth RCE漏洞
CVE-2026-90253 Linux 蓝牙MESH 发送取消命令内存泄漏漏洞
CVE-2026-90252 Linux Bluetooth MGMT 取消时未释放HCI命令
CVE-2026-90254 蓝牙 hci_sync 广告实例释放漏洞
CVE-2026-90256 Linux Bluetooth L2CAP 远程代码执行漏洞
CVE-2026-90255 Linux内核 Bluetooth 漏洞
CVE-2026-90267 Linux 内核 SCSI 驱动内存池泄漏漏洞

显示前 20 条,共 602 条。 查看全部 → →

IV. Related Vulnerabilities

V. Comments for CVE-2026-90244

暂无评论


发表评论