Bug 2502625 (CVE-2026-64077) - CVE-2026-64077 kernel: netfilter: ebtables: move to two-stage removal scheme
Summary: CVE-2026-64077 kernel: netfilter: ebtables: move to two-stage removal scheme
Keywords:
Status: NEW
Alias: CVE-2026-64077
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-19 17:09 UTC by OSIDB Bzimport
Modified: 2026-07-20 05:26 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-19 17:09:32 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.