CVE-2026-89804

Source
https://cve.org/CVERecord?id=CVE-2026-89804
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89804.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89804
Downstream
Published
2026-09-16T10:30:37Z
Modified
2026-09-18T03:48:32Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H CVSS Calculator
Summary
drm/nouveau/dmem: fix mismatched DMA unmap size for large folios
Details

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

drm/nouveau/dmem: fix mismatched DMA unmap size for large folios

Device-private THP migration maps migration buffers with page_size() and records that length in dma_info->size. For a compound folio page_size() is PAGE_SIZE << order, but two teardown sites still pass a literal PAGE_SIZE to dma_unmap_page():

  • nouveau_dmem_migrate_to_ram() on the success path, and
  • nouveau_dmem_migrate_copy_one() on the copy-error path.

For an order > 0 folio this unmaps less than was mapped, leaking the remainder of the IOMMU/IOVA mapping. The other unmap sites, in nouveau_dmem_migrate_chunk() and nouveau_dmem_evict_chunk(), already use the saved size; use it here too.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89804.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
c3228747107705d47c7e9a03598a434a0380cb73
Fixed
4deb29b9d33bfdb3de4d2d9944947ecf77221e42
Fixed
caa1bc2a0a6ca19dcb90bbf88208b0fe2decd66f

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.5

Database specific

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