PT-2026-90167 · Linux · Linux

CVE-2026-89451

·

Published

2026-09-11

·

Updated

2026-09-11

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/sva: Set handle->dev before the SVA handle is visible
iommu attach device pasid() installs the new SVA attach handle in the group PASID lookup before iommu sva bind device() returns. A concurrent bind can therefore find and reuse the same handle after iommu sva lock is dropped.
handle->dev was initialized after dropping iommu sva lock. This leaves a window where a racing bind can return a handle whose dev pointer is still NULL. A subsequent iommu sva unbind device() can then dereference it via handle->dev->iommu group.
Initialize handle->dev before releasing iommu sva lock so any visible SVA handle is fully initialized.
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-89451

Affected Products

Linux