---
id: CVE-2026-64077
title: |-
  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 …
summary: |-
  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 …
severity: high
cvss: 7.8
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
vendor: linux
product: linux_kernel
affected:
  - 'linux_kernel >= 5.15, < 6.18.34'
  - 'linux_kernel >= 6.19, < 7.0.11'
  - linux_kernel = 7.1
patched:
  - linux_kernel 7.0.11
published: '2026-07-19'
updated: '2026-09-03'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-64077'
references:
  - url: 'https://git.kernel.org/stable/c/739d5dac7b2da44a756aa4d758ee3f1ccf5a27f1'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/b7f0544d86d439cb946515d2ef6a0a75e8626710'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/ef395579a7631a06d61969fc712eb80402231b89'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
epss: 0.00127
epssPercentile: 0.02726
ingestedAt: '2026-09-04T05:15:22.836Z'
---

## Overview

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.

## Affected

- `linux_kernel >= 5.15, < 6.18.34`
- `linux_kernel >= 6.19, < 7.0.11`
- `linux_kernel = 7.1`

## Remediation

Upgrade past the affected range:

- `linux_kernel 7.0.11`
