PT-2026-64739 · Linux · Linux
CVE-2026-64518
·
Publicado
2026-07-25
·
Atualizado
2026-07-25
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:
tcp: Fix out-of-bounds access for twsk in tcp ao established key().
lockdep sock is held() was added in tcp ao established key()
by the cited commit.
It can be called from tcp v[46] timewait ack() with twsk.
Since it does not have sk->sk lock, the lockdep annotation
results in out-of-bound access.
$ pahole -C tcp timewait sock vmlinux | grep size
/* size: 288, cachelines: 5, members: 8 /
$ pahole -C sock vmlinux | grep sk lock
socket lock t sk lock; / 440 192 */
Let's not use lockdep sock is held() for TCP TIME WAIT.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾
Identificadores relacionados
Produtos afetados
Linux