CVE-2026-80539
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
26/08/2026
Última modificación:
27/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/amdgpu: disallow multiple FENCE chunks in one submit<br />
<br />
amdgpu_cs_pass1() dispatches on chunk_id once per chunk without<br />
rejecting repeated ids. p->uf_bo is a single-slot field, so a<br />
submission carrying two AMDGPU_CHUNK_ID_FENCE chunks runs<br />
amdgpu_cs_p1_user_fence() twice, and the second run overwrites<br />
p->uf_bo with a freshly referenced BO without dropping the reference<br />
taken by the first.<br />
<br />
amdgpu_cs_parser_fini() only unrefs the final p->uf_bo, so every FENCE<br />
chunk but the last leaks a BO reference. The leaked BO outlives handle<br />
close and process exit.<br />
<br />
Reject duplicate FENCE chunks the same way commit fec5f8e8c6bc<br />
("drm/amdgpu: disallow multiple BO_HANDLES chunks in one submit") did<br />
for p->bo_list.<br />
<br />
(cherry picked from commit 665b1fc2a1845206408f9a2c6da67101789edb82)
Impacto
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/070229262ede37d17c4ea596650deb6e5eb5d106
- https://git.kernel.org/stable/c/5f46322e0b84af29e10eb951ff45bd6ea40640de
- https://git.kernel.org/stable/c/71aa45f7bfe46fbc6f51e7832573ff49b6005fea
- https://git.kernel.org/stable/c/7e9954e7212042ec808b06181b365b14f00c6f0a
- https://git.kernel.org/stable/c/931cd1d1baeae68e8eb2c23bc1f3d8934dca6241
- https://git.kernel.org/stable/c/e3ee74d6dbbe409eb99546a7b0a02b2782f9021d



