CVE-2026-53053
Reported by Linux · Published June 24, 2026
In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix clone_alias() to use the original device's devid Currently clone_alias() assumes first argument (pdev) is always the original device pointer. This function is called by pci_for_each_dma_alias() which based on topology decides to send original or alias device details in first argument. This meant that the source devid used to look up and copy the DTE may be incorrect, leading to wrong or stale DTE entries being propagated to alias device. Fix this by passing the original pdev as the opaque data argument to both the direct clone_alias() call and pci_for_each_dma_alias(). Inside clone_alias(), retrieve the original device from data and compute devid from it.
EPSS 0.17% · 6.3th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 3332364e4ebc0581d133a334645a20fd13b580f1, 3332364e4ebc0581d133a334645a20fd13b580f1, 3332364e4ebc0581d133a334645a20fd13b580f1 |
| Linux | Linux | 5.5, 0, 6.12.91 |
| linux | linux_kernel | 5.5, 5.5, 5.5 |
| Linux | Linux | 3332364e4ebc0581d133a334645a20fd13b580f1, 3332364e4ebc0581d133a334645a20fd13b580f1, 3332364e4ebc0581d133a334645a20fd13b580f1 |
Timeline
- Jun 24, 2026 CVE Published
- Jun 25, 2026 EPSS Score
- Jun 25, 2026 Coalition ESS Score
- Jun 28, 2026 CVE Updated