CVE-2026-89446: iommufd: Release current IOAS on xa_store() failure

Published Sep 11, 2026
·
Updated

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

iommufd: Release current IOAS on xastore() failure

iommufdtakealliovarwsem() takes an object reference and the iovarwsem write lock before storing the IOAS in the temporary ioaslist xarray.

If xastore() fails, the current IOAS has not been inserted into ioaslist yet. iommufdreleasealliovarwsem() 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

1 affected component
Linux Linux kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:43 PM
Data Sourced
via MITRE·07:43 PM
Description

Frequently Asked Questions

1

What condition is required to trigger the resource leak?

The failure path is triggered when xa_store() fails while iommufd_take_all_iova_rwsem() is adding the current IOAS to its temporary ioas_list xarray. The affected IOAS has already had its iova_rwsem write lock acquired and its object reference taken at that point.

2

What is the impact of the failed xa_store() path?

The current IOAS is not present in the temporary xarray, so the normal unwind routine does not release its write lock or object reference. Previously stored IOAS entries are still unwound, but the current entry remains locked and referenced.

3

How can this be remediated?

Apply a kernel update containing the fix referenced by the listed stable commits. The corrected failure path releases the current IOAS rwsem and object reference before unwinding entries already stored in the xarray.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203