PT-2026-51986 · Linux · Linux
Publicado
2026-06-24
·
Atualizado
2026-06-24
·
CVE-2026-53092
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:
bpf: Fix linked reg delta tracking when src reg == dst reg
Consider the case of rX += rX where src reg and dst reg are pointers to
the same bpf reg state in adjust reg min max vals(). The latter first
modifies the dst reg in-place, and later in the delta tracking, the
subsequent is reg const(src reg)/reg const value(src reg) reads the
post-{add,sub} value instead of the original source.
This is problematic since it sets an incorrect delta, which sync linked regs()
then propagates to linked registers, thus creating a verifier-vs-runtime
mismatch. Fix it by just skipping this corner case.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾
Identificadores relacionados
Produtos afetados
Linux