CVE 8.8 HIGH

iommu/amd: Fix clone_alias() to use the original device’s devid_CVE-2026-53053

8.8 / 10
HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

Description

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.

Basic Information

ID CVE-2026-53053
Source Linux
Published Jun 24, 2026 at 16:29
Modified Jun 28, 2026 at 06:38

Affected Product

Vendor Linux
Product Linux
Version 3332364e4ebc0581d133a334645a20fd13b580f1
Affected Versions Linux Linux 3332364e4ebc0581d133a334645a20fd13b580f1
Linux Linux 3332364e4ebc0581d133a334645a20fd13b580f1
Linux Linux 3332364e4ebc0581d133a334645a20fd13b580f1
Linux Linux 3332364e4ebc0581d133a334645a20fd13b580f1
Linux Linux 1f03a258f20f1699ede29bb40804074db9398a0d
Linux Linux 5.4.17
Linux Linux 5.5

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.