CVE 7.8 HIGH

accel/amdxdna: Hold mm structure across iommu_sva_unbind_device()_CVE-2026-45931

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

Description

In the Linux kernel, the following vulnerability has been resolved:

accel/amdxdna: Hold mm structure across iommu_sva_unbind_device()

Some tests trigger a crash in iommu_sva_unbind_device() due to
accessing iommu_mm after the associated mm structure has been
freed.

Fix this by taking an explicit reference to the mm structure
after successfully binding the device, and releasing it only
after the device is unbound. This ensures the mm remains valid
for the entire SVA bind/unbind lifetime.

Basic Information

ID CVE-2026-45931
Source Linux
Published May 27, 2026 at 12:17
Modified May 30, 2026 at 10:45

Affected Product

Vendor Linux
Product Linux
Version be462c97b7dfd24999babe39cce3de224ebe1f80
Affected Versions Linux Linux be462c97b7dfd24999babe39cce3de224ebe1f80
Linux Linux be462c97b7dfd24999babe39cce3de224ebe1f80
Linux Linux be462c97b7dfd24999babe39cce3de224ebe1f80
Linux Linux 6.14

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.