PT-2026-61439 · Linux · Linux
CVE-2026-64122
·
Publicado
2026-07-19
·
Atualizado
2026-07-19
CVSS v3.1
9.8
Crítica
| Vetor | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
In the Linux kernel, the following vulnerability has been resolved:
net/mlx5e: Fix use-after-free in mlx5e tx reporter timeout recover
mlx5e tx reporter timeout recover() accesses sq->netdev after
mlx5e safe reopen channels() has torn down and freed the channel (and
its embedded SQs). Replace the three sq->netdev references with
priv->netdev which is safe because priv outlives channel teardown.
The netdev err() call already used priv->netdev for this reason; make
the trylock/unlock and health channel eq recover calls consistent.
This fixes the following KASAN splat:
BUG: KASAN: use-after-free in mlx5e tx reporter timeout recover+0x1dd/0x360 [mlx5 core]
Read of size 8 at addr ffff889860ed0b28 by task kworker/u113:2/5277
Call Trace:
mlx5e tx reporter timeout recover+0x1dd/0x360 [mlx5 core]
devlink health reporter recover+0xa2/0x150
devlink health report+0x254/0x7c0
mlx5e reporter tx timeout+0x297/0x380 [mlx5 core]
mlx5e tx timeout work+0x109/0x170 [mlx5 core]
process one work+0x677/0xf20
worker thread+0x51f/0xd90
kthread+0x3a5/0x810
ret from fork+0x208/0x400
ret from fork asm+0x1a/0x30
Correção
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾
Identificadores relacionados
Produtos afetados
Linux