PT-2026-64858 · Linux · Linux
CVE-2026-64534
·
Publicado
2026-07-27
·
Atualizado
2026-07-27
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:
nvmet-tcp: check INIT FAILED before nvmet req uninit in digest error path
In nvmet tcp try recv ddgst(), when a data digest mismatch is detected,
nvmet req uninit() is called unconditionally. However, if the command
arrived via the nvmet tcp handle req failure() path, nvmet req init()
had returned false and percpu ref tryget live() was never executed. The
unconditional percpu ref put() inside nvmet req uninit() then causes a
refcount underflow, leading to a WARNING in
percpu ref switch to atomic rcu, a use-after-free diagnostic, and
eventually a permanent workqueue deadlock.
Check cmd->flags & NVMET TCP F INIT FAILED before calling
nvmet req uninit(), matching the existing pattern in
nvmet tcp execute request().
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾
Identificadores relacionados
Produtos afetados
Linux