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: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s ebtables subsystem had a race condition where the table operations structure was assigned after the ebt mutex was released, exposing a partially initialized table to other kernel code or user-space utilities. This improper exposure could lead to a use‑after‑free or incorrect memory access, potentially crashing the kernel or allowing a malicious user to bypass or tamper with packet filtering rules. The flaw aligns with CWE‑413, which covers improper cleanup or use‑after‑free errors.

Affected Systems

All Linux kernel releases that include the ebtables component are potentially vulnerable, as the issue resides in core netfilter ebtables code. No precise version ranges are supplied, so any kernel variant containing ebtables should be inspected for the presence of this race condition and patched accordingly.

Risk and Exploitability

With a CVSS score of 7.8, the vulnerability falls into the high‑severity category. The EPSS score of less than 1% indicates a low likelihood of exploitation, and the flaw is not listed in the CISA KEV catalog. Likely attack vectors involve interacting with ebtables through command‑line utilities or network traffic that triggers table creation or removal, giving an attacker the opportunity to initiate the problematic removal routine and cause a crash or filtering bypass.

Generated by OpenCVE AI on August 1, 2026 at 07:37 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 and limit removal operations in production environments

Generated by OpenCVE AI on August 1, 2026 at 07:37 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
History

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

No data.

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-64077 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T07:45:05Z

Weaknesses
  • CWE-413

    Improper Resource Locking