PT-2026-85738 · Linux · Linux
CVE-2026-80860
·
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:
fuse: fix race between interrupt and resend
After commit f8fce75fedf7 ("fuse: clear intr entry in fuse resend and
fuse remove pending req") the WARN ON(!list empty(&req->intr entry)) in
fuse request free() still triggers due to the following race:
In request wait answer()
if (test bit(FR SENT, &req->flags)) -> returns true
In fuse chan resend()
clear bit(FR SENT, &req->flags)
In request wait answer()
queue interrupt(req)
Fix by:
-
move clearing FR SENT inside fpq->lock
-
move setting FR PENDING inside fiq->lock
-
recheck FR SENT after acquiring fiq->lock in fuse dev queue interrupt()
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾
Identificadores relacionados
Produtos afetados
Linux