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

netfilter: ebtables: move to two-stage removal scheme

Like previous patches for x_tables, follow same pattern in ebtables.
We can't reuse xt helpers: ebt_table struct layout is incompatible.

table->ops assignment is now done while still holding the ebt mutex
to make sure we never expose partially-filled table struct.
Published: 2026-07-19
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Inconsistent ebtables behavior due to a race condition
Action: Patch
AI Analysis

Impact

The Linux kernel’s ebtables subsystem contains a race condition where the table operations structure was assigned without holding the ebt mutex, potentially exposing a partially initialized structure to other kernel code or user utilities. Affected code paths could result in incorrect packet filtering or unexpected behavior. The issue aligns with CWE‑413, which covers improper cleanup or use‑after‑free errors.

Affected Systems

Affected products include all Linux kernel releases that ship with the ebtables module, as the vulnerability resides in the core netfilter ebtables code. No specific version ranges are supplied, so any kernel variant containing ebtables should be inspected for the presence of the race condition and patched after the update.

Risk and Exploitability

This vulnerability has a CVSS score of 7.8, placing it in the high‑severity range. The EPSS score of less than 1% indicates a low likelihood of exploitation at this time, and the flaw has not been listed in CISA’s KEV catalog. Likely attack vectors involve privileged modification of ebtables or crafted network traffic that triggers table removal, so the flaw is potentially exploitable via local or remote privileged access. The risk is mitigated by applying the kernel update that implements the two‑stage removal scheme.

Generated by OpenCVE AI on September 3, 2026 at 17:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that includes the two‑stage removal scheme for ebtables
  • If the latest kernel is unavailable, consider disabling the ebtables module on hosts where it is not required
  • Restrict ebtables configuration changes to privileged users only

Generated by OpenCVE AI on September 3, 2026 at 17:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8663-1 Linux kernel (NVIDIA) vulnerabilities
Ubuntu USN Ubuntu USN USN-8664-1 Linux kernel (NVIDIA BaseOS) vulnerabilities
Ubuntu USN Ubuntu USN USN-8728-1 Linux kernel (GCP) vulnerabilities
Ubuntu USN Ubuntu USN USN-8781-1 Linux kernel (NVIDIA Tegra) vulnerabilities
History

Thu, 03 Sep 2026 15:00:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo
CPEs 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:*:*:*:*:*:*

Mon, 20 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Mon, 20 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-413
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Sun, 19 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: move to two-stage removal scheme Like previous patches for x_tables, follow same pattern in ebtables. We can't reuse xt helpers: ebt_table struct layout is incompatible. table->ops assignment is now done while still holding the ebt mutex to make sure we never expose partially-filled table struct.
Title netfilter: ebtables: move to two-stage removal scheme
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-08-05T12:38:57.583Z

Reserved: 2026-07-19T07:54:57.031Z

Link: CVE-2026-64077

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-07-19T16:17:48.313

Modified: 2026-09-03T14:42:36.133

Link: CVE-2026-64077

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-64077 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T17:45:04Z

Weaknesses