CVE-2026-90332
Last modified
CVE-2026-90332 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: ep: Flush cached MSI write before unmapping the iATU The MSI-X path already flushes any posted MSI-X write before tearing down its iATU mapping. That was added by commit c22533c66cca ("PCI: dwc: ep: Flush MSI-X write before unmapping its ATU entry") to make sure the write reaches the Root Complex before the outbound window that translates it disappears. The MSI path has the same problem but no equivalent flush.
Description
In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: ep: Flush cached MSI write before unmapping the iATU The MSI-X path already flushes any posted MSI-X write before tearing down its iATU mapping. That was added by commit c22533c66cca ("PCI: dwc: ep: Flush MSI-X write before unmapping its ATU entry") to make sure the write reaches the Root Complex before the outbound window that translates it disappears. The MSI path has the same problem but no equivalent flush. When the Endpoint driver caches an MSI target address and later observes that the Root Complex has changed it, dw_pcie_ep_raise_msi_irq() unmaps the existing iATU entry and reprograms it for the new address. Between the last MSI writel() and the unmap there may still be a posted write sitting in the fabric, and unmapping the iATU entry can drop or misroute that write. Fix this by reading back from the mapped MSI window before the unmap. The readback drains any posted MSI writes through the same iATU entry that mapped them, which is the same logic the MSI-X path uses. [mani: commit log]
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 468711a40d5dfc01bf0a24c1981246a2c93ac405, < 914704c7b318bdaa42dce4e55f6c492190fee3b5; >= 468711a40d5dfc01bf0a24c1981246a2c93ac405, < 1b01d725d8b42450b86a857bab3c46856c740166; cc83cd7b7d73d42ee64c7fc08ce679957df0f315; >= 6.19.7, < 6.20 |
| Linux | Linux | 7.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90332?
How severe is CVE-2026-90332?
How do I fix CVE-2026-90332?
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-90327In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90328In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90329In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-9033An unauthenticated attacker with network access to the capti…4.3
- CVE-2026-90330In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90331In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90333In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90334In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90335In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90336In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90337In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90338In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90332?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
