CVE-2026-74716
Last modified
CVE-2026-74716 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix locally exploitable BUG_ON in amdxdna_insert_pages() In amdxdna_insert_pages(), vm_flags_mod() sets VM_MIXEDMAP and clears VM_PFNMAP. If an unprivileged userspace process mmaps a non-imported GEM object and then calls madvise(MADV_DONTNEED), the PTEs will be successfully cleared because VM_MIXEDMAP allows this (unlike VM_PFNMAP). When userspace subsequently accesses the memory, drm_gem_shmem_fault() handles the page fault and attempts to map the backing shmem page via vmf_insert_pfn() which calls vmf_insert_pfn_prot().
Description
In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix locally exploitable BUG_ON in amdxdna_insert_pages() In amdxdna_insert_pages(), vm_flags_mod() sets VM_MIXEDMAP and clears VM_PFNMAP. If an unprivileged userspace process mmaps a non-imported GEM object and then calls madvise(MADV_DONTNEED), the PTEs will be successfully cleared because VM_MIXEDMAP allows this (unlike VM_PFNMAP). When userspace subsequently accesses the memory, drm_gem_shmem_fault() handles the page fault and attempts to map the backing shmem page via vmf_insert_pfn() which calls vmf_insert_pfn_prot(). Because the backing shmem page is normal system memory (pfn_valid(pfn) is true) and the VMA now has VM_MIXEDMAP set, won't this predictably trigger the explicit assertion BUG_ON((vma->vm_flags & VM_MIXEDMAP) && pfn_valid(pfn)) Fix by removing the vm_flags_mod() call and replacing the vm_insert_pages() pre-population with the handle_mm_fault() loop that was already used for the import (dma-buf) path.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e486147c912f653ef4b60a6c7dbd4168a4c56a9f, < 13339132d89d00b513dff0730bff3a313b9b13b5; >= e486147c912f653ef4b60a6c7dbd4168a4c56a9f, < 4a19f7ab5972ef608b31ae921419bc3e04b3f8ad |
| Linux | Linux | 6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74716?
How severe is CVE-2026-74716?
How do I fix CVE-2026-74716?
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-74710In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74711In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74712In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74713In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74714In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74715In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74717In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74718In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74719In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7472The Read More & Accordion plugin for WordPress is vulnerable…4.9
- CVE-2026-74720In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74721In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74716?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
