Answer in brief
CVE-2026-89447 records a Unknown severity vulnerability in iommufd: Avoid locking internal accesses during unmap. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=27b77ea5feaa8fcf385ea99ce757982b0ac9d1f0 <436189ee4bb2c7c993b945d68570dd38c3e4349e || >=27b77ea5feaa8fcf385ea99ce757982b0ac9d1f0 <50a66a63d1c841ae6b28a4551f642c1bba4c9529 || >=27b77ea5feaa8fcf385ea99ce757982b0ac9d1f0 <0dbcdf4473a614adbd732d567c9b39ac0e040e0c | 436189ee4bb2c7c993b945d68570dd38c3e4349e, 50a66a63d1c841ae6b28a4551f642c1bba4c9529, 0dbcdf4473a614adbd732d567c9b39ac0e040e0c |
| Linux/Linuxgeneric | 6.17 | Not reported |
Published upstream
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 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.
Quoted source text, attributed separately from HOL analysis.