CVE-2026-53220
Gravedad CVSS v3.1:
MEDIA
Tipo:
CWE-476
Desreferencia a puntero nulo (NULL)
Fecha de publicación:
25/06/2026
Última modificación:
02/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
netfilter: revalidate bridge ports<br />
<br />
ebt_redirect_tg() dereferences br_port_get_rcu() return without a<br />
NULL check, causing a kernel panic when the bridge port has been<br />
removed between the original hook invocation and an NFQUEUE<br />
reinject.<br />
<br />
A mere NULL check isn&#39;t sufficient, however. As sashiko review<br />
points out userspace can not only remove the port from the bridge,<br />
it could also place the device in a different virtual device, e.g.<br />
macvlan.<br />
<br />
If this happens, we must drop the packet, there is no way for us to<br />
reinject it into the bridge path.<br />
<br />
Switch to _upper API, we don&#39;t need the bridge port structure.<br />
Also, this fix keeps another bug intact:<br />
<br />
Both nfnetlink_log and nfnetlink_queue use CONFIG_BRIDGE_NETFILTER<br />
too aggressive, which prevents certain logging features when queueing<br />
in bridge family: NETFILTER_FAMILY_BRIDGE can be enabled while the old<br />
CONFIG_BRIDGE_NETFILTER cruft is off.<br />
<br />
Fixes tag is a common ancestor, this was always broken.
Impacto
Puntuación base 3.x
5.50
Gravedad 3.x
MEDIA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 2.6.36 (incluyendo) | 6.12.94 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.36 (excluyendo) |
| 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:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc7:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



