CVE-2026-53276
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-416
Utilización después de liberación
Fecha de publicación:
25/06/2026
Última modificación:
08/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
Bluetooth: ISO: Fix a use-after-free of the hci_conn pointer<br />
<br />
In iso_sock_rebind_bc(), the bis pointer is cached, then the socket lock is<br />
dropped:<br />
bis = iso_pi(sk)->conn->hcon;<br />
/* Release the socket before lookups since that requires hci_dev_lock<br />
* which shall not be acquired while holding sock_lock for proper<br />
* ordering.<br />
*/<br />
release_sock(sk);<br />
hci_dev_lock(bis->hdev);<br />
<br />
During the unlocked window, could a concurrent close() destroy the connection<br />
and free the bis structure, causing hci_dev_lock(bis->hdev) to access memory<br />
after it is freed, fix this by using the hdev reference which was safely<br />
acquired via iso_conn_get_hdev().
Impacto
Puntuación base 3.x
7.80
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.13 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc6:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



