CVE-2026-53389
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-416
Utilización después de liberación
Fecha de publicación:
19/07/2026
Última modificación:
29/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net/tcp-ao: fix use-after-free of key in del_async path<br />
<br />
In tcp_ao_delete_key(), the del_async path skips the current_key<br />
and rnext_key validity checks present in the synchronous path,<br />
assuming these pointers are always NULL on LISTEN sockets. However,<br />
if a key was added with set_current=1/set_rnext=1 while the socket<br />
was in CLOSE state, current_key and rnext_key will be non-NULL<br />
after listen() transitions the socket to LISTEN.<br />
<br />
When such a key is deleted with del_async=1, hlist_del_rcu() and<br />
call_rcu() free the key without clearing the dangling pointers.<br />
After the RCU grace period, getsockopt(TCP_AO_INFO) dereferences<br />
current_key->sndid and rnext_key->rcvid from freed slab memory.<br />
<br />
Clear current_key and rnext_key in the del_async path when they<br />
reference the key being deleted.
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.7 (incluyendo) | 6.12.95 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.38 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.1.3 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



