CVE-2026-89446
N/A
N/A
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
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 051ae5aa73d782a8be2699a11e17c68f28b4e758 < 4c33d00ad9a911e87ea222986f732ce072e3aa26 | affected |
| Linux | Linux | 051ae5aa73d782a8be2699a11e17c68f28b4e758 < 07b4fe1367f076886c1c47a19c70936138325087 | affected |
| Linux | Linux | 051ae5aa73d782a8be2699a11e17c68f28b4e758 < 4ac2ce123824d5f885c868fa1f9f4d463141a2ba | affected |
| Linux | Linux | 6.13 | affected |
| Linux | Linux | 0 < 6.13 | unaffected |
| Linux | Linux | 6.18.50 <= 6.18.* | unaffected |
| Linux | Linux | 7.2.4 <= 7.2.* | unaffected |
| Linux | Linux | 7.3-rc1 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/4c33d00ad9a911e87ea222986f732ce072e3aa26
- https://git.kernel.org/stable/c/07b4fe1367f076886c1c47a19c70936138325087
- https://git.kernel.org/stable/c/4ac2ce123824d5f885c868fa1f9f4d463141a2ba
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.