CVE-2026-53053
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
24/06/2026
Last modified:
21/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
iommu/amd: Fix clone_alias() to use the original device&#39;s devid<br />
<br />
Currently clone_alias() assumes first argument (pdev) is always the<br />
original device pointer. This function is called by<br />
pci_for_each_dma_alias() which based on topology decides to send<br />
original or alias device details in first argument.<br />
<br />
This meant that the source devid used to look up and copy the DTE<br />
may be incorrect, leading to wrong or stale DTE entries being<br />
propagated to alias device.<br />
<br />
Fix this by passing the original pdev as the opaque data argument to<br />
both the direct clone_alias() call and pci_for_each_dma_alias(). Inside<br />
clone_alias(), retrieve the original device from data and compute devid<br />
from it.
Impact
Base Score 3.x
8.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.4.17 (including) | 6.12.91 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.33 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.10 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



