PT-2026-52371 · Linux · Linux
Publicado
2026-06-25
·
Atualizado
2026-06-25
·
CVE-2026-53276
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: Fix a use-after-free of the hci conn pointer
In iso sock rebind bc(), the bis pointer is cached, then the socket lock is
dropped:
bis = iso pi(sk)->conn->hcon;
/* Release the socket before lookups since that requires hci dev lock
* which shall not be acquired while holding sock lock for proper
* ordering.
*/
release sock(sk);
hci dev lock(bis->hdev);
During the unlocked window, could a concurrent close() destroy the connection
and free the bis structure, causing hci dev lock(bis->hdev) to access memory
after it is freed, fix this by using the hdev reference which was safely
acquired via iso conn get hdev().
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾
Identificadores relacionados
Produtos afetados
Linux