PT-2026-85737 · Linux · Linux

CVE-2026-80859

·

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 missing barrier when checking io-uring readiness
fuse block alloc() reads fch->initialized and then fch->io uring. fch->io uring is set before fch->initialized, ordered by the smp wmb() in fuse chan set intialized(), but fuse block alloc() has no matching read barrier between the two loads.
This may lead a CPU to observe fch->initialized=1 but fch->io uring=0, and skip the check that blocks request allocation until the io-uring queues are ready. This can reintroduce the lock-order inversion deadlock that commit 3393ff964e0f prevents.
Add an smp rmb() barrier to pair with the smp wmb() in fuse chan set initialized() to prevent this.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾

Identificadores relacionados

CVE-2026-80859

Produtos afetados

Linux