CVE-2026-72311
Last modified
CVE-2026-72311 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: drm/xe: free madvise VMA array on L2 flush failure xe_vm_madvise_ioctl() allocates madvise_range.vmas in get_vmas(). After get_vmas() succeeds with at least one VMA, error paths must go through free_vmas so the array is released before the madvise details are destroyed. The L2 flush validation path added for PAT madvise rejects some SVM/userptr ranges after get_vmas() has succeeded, but jumps directly to madv_fini. This skips kfree(madvise_range.vmas), leaking the VMA array on each failed ioctl. Jump to free_vmas instead, matching the other validation failure paths after get_vmas() has succeeded. (cherry picked from commit c3a1c3579b1250060da73507a4acef712974c78a). EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/xe: free madvise VMA array on L2 flush failure xe_vm_madvise_ioctl() allocates madvise_range.vmas in get_vmas(). After get_vmas() succeeds with at least one VMA, error paths must go through free_vmas so the array is released before the madvise details are destroyed. The L2 flush validation path added for PAT madvise rejects some SVM/userptr ranges after get_vmas() has succeeded, but jumps directly to madv_fini. This skips kfree(madvise_range.vmas), leaking the VMA array on each failed ioctl. Jump to free_vmas instead, matching the other validation failure paths after get_vmas() has succeeded. (cherry picked from commit c3a1c3579b1250060da73507a4acef712974c78a)
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4f39a194d41e6b8cb61a91a7bb01b17be59a7d73, < bf126747e7bff55e5ba0b1ec10fc5fce99feaed9; >= 4f39a194d41e6b8cb61a91a7bb01b17be59a7d73, < 14abbed336a2d1bbd726c25d148d2ec0ff928073 |
| Linux | Linux | 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72311?
How severe is CVE-2026-72311?
How do I fix CVE-2026-72311?
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-72305In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72306In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72307In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72308In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72309In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72310In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-72312In the Linux kernel, the following vulnerability has been re…7.9
- CVE-2026-72313In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72314In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72315In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72316In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72317In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-72311?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
