PT-2026-51947 · Linux · Linux
Published
2026-06-24
·
Updated
2026-06-24
·
CVE-2026-53053
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
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.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux