Skip to main content

Linux Kernel CVE-2026-53001

| EUVDEUVD-2026-38869 MEDIUM
2026-06-24 Linux GHSA-5r9g-xr89-8v73
5.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
5.5 MEDIUM

Local vector requires CAP_NET_ADMIN to configure netfilter rules; pure availability impact via kernel panic with no confidentiality or integrity breach confirmed.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
SUSE
MEDIUM
qualitative
Red Hat
5.5 LOW
qualitative

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

5
Analysis Generated
Jul 22, 2026 - 20:53 vuln.today
CVSS changed
Jul 14, 2026 - 20:22 NVD
5.5 (MEDIUM)
Patch available
Jun 24, 2026 - 18:02 EUVD
CVE Published
Jun 24, 2026 - 16:29 nvd
MEDIUM 5.5
CVE Published
Jun 24, 2026 - 16:29 cve.org
UNKNOWN (no severity yet)

DescriptionNVD

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.

AnalysisAI

Denial of service in the Linux kernel's netfilter xtables subsystem exposes systems to local kernel panics caused by using inet-specific match extensions (xt_mac, xt_owner, xt_physdev, xt_realm) in incompatible protocol family contexts such as ebtables. The flaw was introduced by commit ab4f21e6fb1c, which broadened these extensions to NFPROTO_UNSPEC, inadvertently permitting their use in Ethernet bridge filtering contexts where IPv4-specific kernel data structures (e.g., dst->tclassid for xt_realm) are undefined or null. No public exploit has been identified and EPSS is 0.18% at the 7th percentile, indicating low adversarial interest despite the ubiquitous deployment footprint of the Linux kernel.

Technical ContextAI

The Linux kernel's netfilter framework provides packet filtering via the xtables extension system, used by iptables, ip6tables, ebtables, and arptables. Commit ab4f21e6fb1c changed xt_mac, xt_owner, xt_physdev, and xt_realm to register under NFPROTO_UNSPEC, allowing instantiation in any netfilter protocol family including ebtables (Ethernet bridge filtering). However, xt_realm depends on the IPv4-specific field dst->tclassid, and the other extensions carry implicit packet-structure assumptions valid only in inet (IPv4/IPv6) contexts. Accessing these fields in an ebtables context - where packets are Layer 2 Ethernet frames - can trigger null pointer dereferences or out-of-bounds reads, leading to kernel panic. This CVE is a partial revert that restricts these extensions back to NFPROTO_INET. No CWE identifier is provided in the source data; the root cause class is closest to CWE-119 (Improper Restriction of Operations within Bounds) or CWE-476 (NULL Pointer Dereference). Affected CPE: cpe:2.3:a:linux:linux:*:*:*:*:*:*:*:*, spanning stable branches from the introduction of ab4f21e6fb1c through the respective fix commits.

RemediationAI

Update to a patched stable kernel: 5.10.258 or later for 5.10.x LTS, 5.15.209 or later for 5.15.x LTS, 6.1.175 or later for 6.1.x LTS, 6.6.141 or later for 6.6.x LTS, 6.12.91 or later for 6.12.x, 6.18.33 or later for 6.18.x, 7.0.10 or later for 7.0.x, and 7.1 or later for 7.1 mainline. Stable patches are available directly from git.kernel.org at the commit hashes listed in the references section. Ubuntu users should apply updates from USN-8566-1, USN-8567-1, and USN-8568-1 at https://ubuntu.com/security/notices/. Where immediate patching is not feasible, restrict CAP_NET_ADMIN assignment and limit user namespace creation by setting kernel.unprivileged_userns_clone=0 on systems that do not require unprivileged containers - note this will prevent rootless container runtimes such as Podman from functioning. Blocking the loading of the ebtables kernel module (via modprobe blacklist or module deny-listing) on systems that do not use Ethernet bridge filtering eliminates the exploitable surface without other side effects.

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Affected

Share

CVE-2026-53001 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy