CVE-2026-80539
Last modified
CVE-2026-80539 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: disallow multiple FENCE chunks in one submit amdgpu_cs_pass1() dispatches on chunk_id once per chunk without rejecting repeated ids. p->uf_bo is a single-slot field, so a submission carrying two AMDGPU_CHUNK_ID_FENCE chunks runs amdgpu_cs_p1_user_fence() twice, and the second run overwrites p->uf_bo with a freshly referenced BO without dropping the reference taken by the first. amdgpu_cs_parser_fini() only unrefs the final p->uf_bo, so every FENCE chunk but the last leaks a BO reference.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: disallow multiple FENCE chunks in one submit amdgpu_cs_pass1() dispatches on chunk_id once per chunk without rejecting repeated ids. p->uf_bo is a single-slot field, so a submission carrying two AMDGPU_CHUNK_ID_FENCE chunks runs amdgpu_cs_p1_user_fence() twice, and the second run overwrites p->uf_bo with a freshly referenced BO without dropping the reference taken by the first. amdgpu_cs_parser_fini() only unrefs the final p->uf_bo, so every FENCE chunk but the last leaks a BO reference. The leaked BO outlives handle close and process exit. Reject duplicate FENCE chunks the same way commit fec5f8e8c6bc ("drm/amdgpu: disallow multiple BO_HANDLES chunks in one submit") did for p->bo_list. (cherry picked from commit 665b1fc2a1845206408f9a2c6da67101789edb82)
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d38ceaf99ed015f2a0b9af3499791bd3a3daae21, < 7e9954e7212042ec808b06181b365b14f00c6f0a; >= d38ceaf99ed015f2a0b9af3499791bd3a3daae21, < 070229262ede37d17c4ea596650deb6e5eb5d106; >= d38ceaf99ed015f2a0b9af3499791bd3a3daae21, < 5f46322e0b84af29e10eb951ff45bd6ea40640de; >= d38ceaf99ed015f2a0b9af3499791bd3a3daae21, < 71aa45f7bfe46fbc6f51e7832573ff49b6005fea; >= d38ceaf99ed015f2a0b9af3499791bd3a3daae21, < e3ee74d6dbbe409eb99546a7b0a02b2782f9021d; >= d38ceaf99ed015f2a0b9af3499791bd3a3daae21, < 931cd1d1baeae68e8eb2c23bc1f3d8934dca6241 |
| Linux | Linux | 4.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80539?
How severe is CVE-2026-80539?
How do I fix CVE-2026-80539?
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-80530In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-80531In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80534In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80536In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-80537In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80538In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-8054Improper Neutralization of Special Elements used in an SQL C…10
- CVE-2026-80540In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80541In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80544In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80545In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80546In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-80539?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
