Bug 2532091 (CVE-2026-89446) - CVE-2026-89446 kernel: Linux kernel iommufd: Resource leak due to improper IOAS release
Summary: CVE-2026-89446 kernel: Linux kernel iommufd: Resource leak due to improper IO...
Keywords:
Status: NEW
Alias: CVE-2026-89446
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-11 20:29 UTC by OSIDB Bzimport
Modified: 2026-09-15 04:31 UTC (History)
15 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-11 20:29:00 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.