CVE-2026-72095
Last modified
CVE-2026-72095 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: dma-fence: Make dma_fence_dedup_array() robust against 0-count input dma_fence_dedup_array() returns 1 when called with num_fences == 0: the for-loop body never executes, j stays at 0, and the final `return ++j` yields 1. This contradicts both the kernel-doc ("Return: Number of unique fences remaining in the array") and the natural expectation that 0 input gives 0 output. The caller __dma_fence_unwrap_merge() bails out via the `if (count == 0 || count == 1)` fast path and so is save. But amdgpu_userq_wait_*() could reach the dedup call with a zero local count and dereference an uninitialized fence slot in the array. Make the contract match the documentation by returning 0 early. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: dma-fence: Make dma_fence_dedup_array() robust against 0-count input dma_fence_dedup_array() returns 1 when called with num_fences == 0: the for-loop body never executes, j stays at 0, and the final `return ++j` yields 1. This contradicts both the kernel-doc ("Return: Number of unique fences remaining in the array") and the natural expectation that 0 input gives 0 output. The caller __dma_fence_unwrap_merge() bails out via the `if (count == 0 || count == 1)` fast path and so is save. But amdgpu_userq_wait_*() could reach the dedup call with a zero local count and dereference an uninitialized fence slot in the array. Make the contract match the documentation by returning 0 early. This also skips an unnecessary sort() call on an empty array.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 575ec9b0c2f11f40535ea737ed5a64792780d1ef, < 7aa8f3dba53422465dbe1be8dbb7240304462bb2; >= 575ec9b0c2f11f40535ea737ed5a64792780d1ef, < e2d9a2ea178a5da0b4a6693e8ebca5c7fc4d7051; >= 575ec9b0c2f11f40535ea737ed5a64792780d1ef, < 77a9298741f8f9e8b963c977f5582ab21c6d3427 |
| Linux | Linux | 6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72095?
How severe is CVE-2026-72095?
How do I fix CVE-2026-72095?
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-7209The Simple Link Directory plugin for WordPress is vulnerable…6.4
- CVE-2026-72090In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72091In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72092In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72093In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72094In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72096In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72097In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72098In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72099In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-7210`xml.parsers.expat` and `xml.etree.ElementTree` use insuffic…7.5
- CVE-2026-72100In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-72095?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
