HOMEVULNERABILITIESCVE-2026-53220
NONE

CVE-2026-53220

Published: June 25, 2026· Updated: Jun 30, 2026

EPSS:0.18%probability of exploitation in 30 daysPercentile:7.2th

Official Description

In the Linux kernel, the following vulnerability has been resolved:

netfilter: revalidate bridge ports

ebt_redirect_tg() dereferences br_port_get_rcu() return without a

NULL check, causing a kernel panic when the bridge port has been

removed between the original hook invocation and an NFQUEUE

reinject.

A mere NULL check isn't sufficient, however. As sashiko review

points out userspace can not only remove the port from the bridge,

it could also place the device in a different virtual device, e.g.

macvlan.

If this happens, we must drop the packet, there is no way for us to

reinject it into the bridge path.

Switch to _upper API, we don't need the bridge port structure.

Also, this fix keeps another bug intact:

Both nfnetlink_log and nfnetlink_queue use CONFIG_BRIDGE_NETFILTER

too aggressive, which prevents certain logging features when queueing

in bridge family: NETFILTER_FAMILY_BRIDGE can be enabled while the old

CONFIG_BRIDGE_NETFILTER cruft is off.

Fixes tag is a common ancestor, this was always broken.

NVD Source

Technical Analysis

CVE-2026-53220 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (4)

Quick Facts

CVE IDCVE-2026-53220
SeverityNONE
CISA KEVNo
EPSS (30d)0.18%
PublishedJun 25, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-53220 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.