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.
Published: 2026-06-24
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The kernel patch limits the use of several iptables extensions—xt_mac, xt_owner, and xt_physdev—to the inet family, preventing them from being applied to non‑IPv4/IPv6 protocols. This change is a corrective measure rather than an introduction of a new vulnerability; it reduces the potential for mis protocol families. The fix thereby stabilizes firewall rule processing without providing a new attack surface such as remote code execution or data exfiltration.

Affected Systems

All Linux kernel deployments are impacted because the change is applied globally in the kernel source tree. The patched code applies to all Linux distributions that ship the updated kernel; no specific vendor or version is listed, so any system running a newer kernel receiving this commit will include the restriction.

Risk and Exploitability

No CVSS score is published and the EPSS metric is not available, indicating the vulnerability is not currently targeted or exploited. The patch is also not listed in CISA KEV, further suggesting a low likelihood of exploitation. The likely attack vector is through misuse of iptables rules that reference the affected extensions with a protocol other than IPv4 or IPv6, but this is considered a misconfiguration rather than an exploitable flaw. As a result, the overall risk remains low, and monitoring for rule compatibility is sufficient.

Generated by OpenCVE AI on June 24, 2026 at 19:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Linux kernel version that includes this patch to ensure the extensions are correctly restricted to the inet family.
  • If using ebtables, remove any reliance on xt_mac, xt_owner, or xt_physdev, as these extensions are not used in users‑space ebtables.
  • Review and adjust firewall rules to specify the inet family explicitly for the affected extensions, thereby maintaining compatibility after the kernel upgrade.

Generated by OpenCVE AI on June 24, 2026 at 19:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 24 Jun 2026 20:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-632

Wed, 24 Jun 2026 17:15:00 +0000

Type Values Removed Values Added
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.
Title netfilter: xtables: restrict several matches to inet family
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-24T16:29:13.513Z

Reserved: 2026-06-09T07:44:35.377Z

Link: CVE-2026-53001

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-24T22:45:15Z

Weaknesses