PT-2026-85599 · Linux · Linux

CVE-2026-80758

·

Publicado

2026-09-04

·

Atualizado

2026-09-04

Nenhuma

Não há classificações de severidade ou métricas disponíveis. Quando houver, atualizaremos as informações correspondentes na página.
In the Linux kernel, the following vulnerability has been resolved:
futex: Avoid private hash use-after-free on final put
futex private hash put() drops the reference to fph before evaluating fph->mm for wake up var(). futex ref put() enables preemption again before returning. If that put drops the final reference and the task is preempted, another task can pivot to the replacement hash and free the old hash after an RCU grace period. The first task then reads fph->mm from the freed allocation when it resumes.
KASAN reports a slab-use-after-free in futex private hash put(), with the read at offset 24 in a freed kmalloc-512 allocation. The allocation and free stacks point to futex hash allocate() and the RCU free path, respectively.
Load the mm pointer while the fph reference is still held and pass the saved value to wake up var(). wake up var() uses the pointer as a waitqueue key and does not dereference the mm through it.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾

Identificadores relacionados

CVE-2026-80758

Produtos afetados

Linux