CVE-2026-80633

Source
https://cve.org/CVERecord?id=CVE-2026-80633
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80633.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80633
Downstream
Published
2026-08-28T06:48:48.372Z
Modified
2026-08-29T03:47:16.924931476Z
Summary
iommufd: Take dma_resv lock before dma_buf_unpin() in release path
Details

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

iommufd: Take dmaresv lock before dmabuf_unpin() in release path

dmabufunpin() requires the caller to hold the exporter's dma_resv lock:

void dmabufunpin(struct dmabufattachment *attach) { ... dmaresvassert_held(dmabuf->resv); ... }

ioptreleasepages() calls dmabufunpin() without taking that lock, so every iommufdioasdestroy()/iommufdioasunmap() that releases the last reference on a DMABUF-backed iopt_pages triggers a WARN. This was hit while running tools/testing/selftests/iommu/iommufd:

WARNING: drivers/dma-buf/dma-buf.c:1137 at dmabufunpin+0x62/0x70 RIP: 0010:dmabufunpin+0x62/0x70 Call Trace: <TASK> dmabufunpin+0x62/0x70 ioptreleasepages+0xe4/0x190 ioptunmapiovarange+0x1c7/0x290 ioptunmapall+0x1a/0x30 iommufdioasdestroy+0x1d/0x50 iommufdfops_release+0x93/0x150 __fput+0xfc/0x2c0 __x64sysclose+0x3d/0x80 dosyscall64+0x65/0x180 </TASK>

Take the dmaresv lock around dmabufunpin() in ioptreleasepages(), matching the ioptmapdmabuf() convention. dmabuf_detach() acquires the reservation lock internally, so it must remain outside the locked region.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80633.json",
    "cna_assigner": "Linux"
}
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
8c5f9645c3893f0db679d9affe4fe4e665b990dd
Fixed
cc69d0332421fd2943b66dbe5e597bf4fd5af126
Fixed
e745cd2c749e557c14a15ac931761c3f58c24489

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.1.0
Fixed
7.1.5

Database specific

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