CVE-2026-53220
In the Linux kernel, CVE-2026-53220 affects netfilter bridge handling. The function ebt_redirect_tg() dereferences br_port_get_rcu() without a NULL check, leading to a kernel panic if the bridge port was removed between the original hook and an NFQUEUE reinject. The work-around uses the _upper AP...