---
id: CVE-2026-90332
title: |-
  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
summary: |-
  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 add…
severity: high
cvss: 8.2
cvssVector: 'CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:H'
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 468711a40d5dfc01bf0a24c1981246a2c93ac405 <
    914704c7b318bdaa42dce4e55f6c492190fee3b5
  - >-
    Linux >= 468711a40d5dfc01bf0a24c1981246a2c93ac405 <
    1b01d725d8b42450b86a857bab3c46856c740166
  - Linux cc83cd7b7d73d42ee64c7fc08ce679957df0f315
  - Linux >= 6.19.7 < 6.20
  - Linux 7.0
published: '2026-09-17'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T18:17:54.450'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-90332'
references:
  - url: 'https://git.kernel.org/stable/c/1b01d725d8b42450b86a857bab3c46856c740166'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/914704c7b318bdaa42dce4e55f6c492190fee3b5'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
epss: 0.00269
epssPercentile: 0.16956
ingestedAt: '2026-09-17T16:21:47.820Z'
---

## Overview

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]

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
