CVE-2026-89446

Summary

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

iommufd: Release current IOAS on xa_store() failure

iommufd_take_all_iova_rwsem() takes an object reference and the iova_rwsem write lock before storing the IOAS in the temporary ioas_list xarray.

If xa_store() fails, the current IOAS has not been inserted into ioas_list yet. iommufd_release_all_iova_rwsem() only unwinds IOAS objects already present in that xarray, so it cannot release the current IOAS.

Release the current IOAS rwsem and object reference before unwinding the previously stored entries.

Affected Software

VendorProductVersion RangeStatus
LinuxLinux051ae5aa73d782a8be2699a11e17c68f28b4e758 < 4c33d00ad9a911e87ea222986f732ce072e3aa26affected
LinuxLinux051ae5aa73d782a8be2699a11e17c68f28b4e758 < 07b4fe1367f076886c1c47a19c70936138325087affected
LinuxLinux051ae5aa73d782a8be2699a11e17c68f28b4e758 < 4ac2ce123824d5f885c868fa1f9f4d463141a2baaffected
LinuxLinux6.13affected
LinuxLinux0 < 6.13unaffected
LinuxLinux6.18.50 <= 6.18.*unaffected
LinuxLinux7.2.4 <= 7.2.*unaffected
LinuxLinux7.3-rc1 <= *unaffected

Weaknesses

References