CVE-2026-89445

Source
https://cve.org/CVERecord?id=CVE-2026-89445
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89445.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89445
Downstream
Published
2026-09-11T19:43:12Z
Modified
2026-09-13T03:47:18Z
Summary
iommufd: Fix UAF in selftest IOPF reporting
Details

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

iommufd: Fix UAF in selftest IOPF reporting

IOMMUFD selftest TRIGGER_IOPF borrows an attach handle from group->pasid_array without synchronizing against PASID detach, then a concurrent iommu_report_device_fault() can dereference that borrowed handle's domain pointer after the detach erases the handle and frees the backing struct iommufd_attach_handle. TRIGGER_IOPF then dereferences the freed handle, causing a UAF.

Fix by adding a iopf_rwsem in mock_dev to follow the expected design of a real driver. Hold its read side across the whole iommu_report_device_fault() call, and its write side around every path that attaches, detaches, or replaces a device domain. This can block new reports and drains in-flight reports before an old attach handle or the IOPF fault parameter can be removed. Also take the write side while registering a mock device, since it can invoke the mock driver's default-domain attach callback.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89445.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
ddee19971081b42615d62f4fdada21274708ed4d
Fixed
cab2895729516799384d48560e6fca105fb3f927
Fixed
e27e90bde68b2ab92e63ed19caad1ef57188bea0
Fixed
8c07df7cdfcf52f1ff276c588612aabc6c6b8399

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89445.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.11.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89445.json"