PT-2026-90200 · Linux · Linux

CVE-2026-89484

·

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:
lockd: fix NULL dereference on lockowner allocation failure
nlmclnt locks init private() installs NLM file lock operations even when nlmclnt find lockowner() fails to allocate a lockowner. nlmclnt proc() then returns -ENOMEM, but the VFS still tears down the partially initialized file lock and calls locks release private().
That invokes nlmclnt locks release private(), which dereferences fl->fl u.nfs fl.owner and crashes because the owner was never installed.
Clear fl ops before attempting to initialize the NLM private state, and install the NLM lock operations only after a lockowner has been allocated successfully.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾

Identificadores relacionados

CVE-2026-89484

Produtos afetados

Linux