CVE-2026-53220
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
25/06/2026
Last modified:
02/07/2026
Description
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.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 2.6.36 (including) | 6.12.94 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.36 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.13 (excluding) |
| 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:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



