CVE-2026-74721
Last modified
CVE-2026-74721 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: accel/amxdna: Fix page-insertion errors in amdxdna_insert_pages() Two error paths in amdxdna_insert_pages() called vma->vm_ops->close(vma) before returning an error code to the caller. This is incorrect: amdxdna_gem_obj_mmap() registers an HMM interval notifier before calling amdxdna_insert_pages(), and on a hard error it jumps to hmm_unreg to undo that registration.
Description
In the Linux kernel, the following vulnerability has been resolved: accel/amxdna: Fix page-insertion errors in amdxdna_insert_pages() Two error paths in amdxdna_insert_pages() called vma->vm_ops->close(vma) before returning an error code to the caller. This is incorrect: amdxdna_gem_obj_mmap() registers an HMM interval notifier before calling amdxdna_insert_pages(), and on a hard error it jumps to hmm_unreg to undo that registration. Calling vm_ops->close() manually — which drops the shmem pages_pin_count and the GEM object reference that backs the VMA — before the mmap syscall has even returned causes those resources to be released while the VMA is still alive. The kernel VMA teardown will call vm_ops->close() a second time when the process later unmaps the range, producing a reference count underflow. Replace both hard-error returns with a deferred-fault approach that keeps the VMA alive and retries page insertion through the HMM range-fault path.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e486147c912f653ef4b60a6c7dbd4168a4c56a9f, < 1501e4d07c6fee0d50531a0d1cb2be01a63e6e75; >= e486147c912f653ef4b60a6c7dbd4168a4c56a9f, < 8d51e0fd3e698919d2adeff71936377f0c0d4aa0 |
| Linux | Linux | 6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74721?
How severe is CVE-2026-74721?
How do I fix CVE-2026-74721?
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-74716In 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-74722In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74723In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74724In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74725In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74726In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74727In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74721?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
