๐Ÿ” CVE Alert

CVE-2026-89445

HIGH 8.8

iommufd: Fix UAF in selftest IOPF reporting

CVSS Score
8.8
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 11, 2026
Last Updated Sep 13, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new high vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

Linux / Linux
ddee19971081b42615d62f4fdada21274708ed4d < cab2895729516799384d48560e6fca105fb3f927 ddee19971081b42615d62f4fdada21274708ed4d < e27e90bde68b2ab92e63ed19caad1ef57188bea0 ddee19971081b42615d62f4fdada21274708ed4d < 8c07df7cdfcf52f1ff276c588612aabc6c6b8399
Linux / Linux
6.11

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/cab2895729516799384d48560e6fca105fb3f927 git.kernel.org: https://git.kernel.org/stable/c/e27e90bde68b2ab92e63ed19caad1ef57188bea0 git.kernel.org: https://git.kernel.org/stable/c/8c07df7cdfcf52f1ff276c588612aabc6c6b8399