CVE-2026-89804
Last modified
CVE-2026-89804 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. 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.
Description
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c3228747107705d47c7e9a03598a434a0380cb73, < 4deb29b9d33bfdb3de4d2d9944947ecf77221e42; >= c3228747107705d47c7e9a03598a434a0380cb73, < caa1bc2a0a6ca19dcb90bbf88208b0fe2decd66f |
| Linux | Linux | 6.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89804?
How severe is CVE-2026-89804?
How do I fix CVE-2026-89804?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89799In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8980The Mennekes Amtron series (firmware versions ≤ 5.22.3) is v…9.3
- CVE-2026-89800In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89801In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89802In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89803In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89805In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89806In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89807In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89808In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89809In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8981The Custom Block Builder WordPress plugin before 4.3.0 does…3.5
Are you affected by CVE-2026-89804?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
