CVE-2026-89447
Reported by Linux · Published September 11, 2026
In the Linux kernel, the following vulnerability has been resolved: iommufd: Avoid locking internal accesses during unmap iommufd_access_notify_unmap() skips internal accesses because they do not have an external unmap callback to invoke. However, the current test calls iommufd_lock_obj() before checking whether the access is internal. If iommufd_lock_obj() succeeds, the loop then sees the internal access and continues, bypassing the matching iommufd_put_object() used by the normal unmap path. This leaks the object reference taken by iommufd_lock_obj(). Check for internal accesses first so skipped entries are never locked.
EPSS 0.18% · 7.4th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 27b77ea5feaa8fcf385ea99ce757982b0ac9d1f0, 27b77ea5feaa8fcf385ea99ce757982b0ac9d1f0, 27b77ea5feaa8fcf385ea99ce757982b0ac9d1f0 |
| Linux | Linux | 6.17, 0, 6.18.50 |
| linux | linux_kernel | 6.17, 6.17, 6.17 |
| Linux | Linux | 27b77ea5feaa8fcf385ea99ce757982b0ac9d1f0, 27b77ea5feaa8fcf385ea99ce757982b0ac9d1f0, 27b77ea5feaa8fcf385ea99ce757982b0ac9d1f0 |
Timeline
- Sep 11, 2026 CVE Published
- Sep 11, 2026 CVE Updated
- Sep 12, 2026 EPSS Score
- Sep 12, 2026 Coalition ESS Score
- Sep 18, 2026 EPSS Score