PT-2026-64574 · Linux · Linux
CVE-2026-64353
·
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:
bpf: Keep dynamic inner array lookups nullable
An ARRAY OF MAPS can use an array created with BPF F INNER MAP as its
inner map template. A concrete inner array with a different max entries
value can then replace the template.
After a successful outer map lookup, the verifier represents the
resulting map pointer using the inner map template. Const-key lookup
nullness elision consequently uses the template max entries even though
the runtime helper uses the concrete inner map max entries.
Do not elide lookup result nullness for maps marked with BPF F INNER MAP,
because the template max entries does not prove that the key is in bounds
for the concrete runtime map.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾
Identificadores relacionados
Produtos afetados
Linux