CVE-2026-90244
Last modified
CVE-2026-90244 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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.
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 288683c92b1abc32277c83819bea287af614d239, < e3c53e9173a47d5ce1fae020f2c6b1fb3c1123c2; >= 288683c92b1abc32277c83819bea287af614d239, < 2af1e99ec14d226d66ceb9f16c663ee2568e6676; >= 288683c92b1abc32277c83819bea287af614d239, < 5a9e89ea34e0e34ac5d7e949042d665533549e40 |
| Linux | Linux | 6.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90244?
How severe is CVE-2026-90244?
How do I fix CVE-2026-90244?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-90239In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9024A Stored Cross-site Scripting (XSS) vulnerability affecting …8.7
- CVE-2026-90240In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90241In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-90242In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90243In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-90245In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90246In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90247In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90248In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90249In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90250In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90244?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
