PT-2026-61445 · Linux · Linux
CVE-2026-64128
·
Publicado
2026-07-19
·
Atualizado
2026-07-19
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:
Bluetooth: ISO: drop ISO END frames received without prior ISO START
ISO data PDUs carry a packet-boundary flag indicating START, CONT, END
or SINGLE. The ISO CONT branch of iso recv() guards against a missing
ISO START by checking conn->rx len before touching conn->rx skb, but
ISO END does not.
If a peer sends an ISO END as the first packet on a fresh ISO
connection, conn->rx skb is still NULL and conn->rx len is zero, so
skb put(conn->rx skb, ...) dereferences NULL and oopses. For BIS,
where receivers sync to a broadcaster without pairing, any broadcaster
on the air can trigger this.
Mirror the ISO CONT check at the top of ISO END so a stray end fragment
is logged and dropped instead of crashing the host.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾
Identificadores relacionados
Produtos afetados
Linux