CVE-2026-53001
Received Received - Intake
Netfilter Xtables IPv4/IPv6 Restriction in Linux Kernel

Publication date: 2026-06-24

Last updated on: 2026-06-24

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: restrict several matches to inet family This is a partial revert of: commit ab4f21e6fb1c ("netfilter: xtables: use NFPROTO_UNSPEC in more extensions") to allow ipv4 and ipv6 only. - xt_mac - xt_owner - xt_physdev These extensions are not used by ebtables in userspace. Moreover, xt_realm is only for ipv4, since dst->tclassid is ipv4 specific.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-24
Last Modified
2026-06-24
Generated
2026-06-25
AI Q&A
2026-06-24
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability involves the Linux kernel's netfilter subsystem, specifically the xtables extensions. The issue was that several matches (xt_mac, xt_owner, xt_physdev) were not properly restricted to the inet family (IPv4 and IPv6). The vulnerability was addressed by partially reverting a previous commit to ensure these matches only apply to IPv4 and IPv6 protocols. Additionally, xt_realm is limited to IPv4 only because it relies on an IPv4-specific field.

Impact Analysis

If these xtables matches are not properly restricted to the inet family, it could potentially allow unintended behavior or misconfiguration in firewall rules, possibly affecting network filtering and security policies. This could lead to incorrect packet filtering or bypassing of intended network controls.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53001. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart