PT-2026-90389 · Linux · Linux
CVE-2026-89673
·
Publicado
2026-09-11
·
Atualizado
2026-09-11
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:
nfsd: fix XDR padding calculation in ff encode getdeviceinfo
nfsd4 ff encode getdeviceinfo() computes the da addr body reservation
as 16 + netid len + addr len, but the subsequent xdr encode opaque()
calls emit 8 + round up(netid len, 4) + round up(addr len, 4) bytes.
The mismatch means the declared da addr body length exceeds the actual
encoded data by 2-8 bytes on every flexfile GETDEVICEINFO reply,
leaking stale reply-page content to the client and mis-aligning the
subsequent version list decode.
Use xdr align size() for each string length to match what
xdr encode opaque() actually writes.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾
Identificadores relacionados
Produtos afetados
Linux