CVE-2026-64078: netfilter: x_tables: add and use xtables_unregister_table_exit
In the Linux kernel, the following vulnerability has been resolved:
netfilter: x_tables: add and use xtables_unregister_table_exit
Previous change added xtables_unregister_table_pre_exit to detach the
table from the packetpath and to unlink it from the active table list.
In case of rmmod, userspace that is doing set/getsockopt for this table
will not be able to re-instantiate the table:
1. The larval table has been removed already
2. existing instantiated table is no longer on the xt pernet table list.
This adds the second stage helper:
unlink the table from the dying list, free the hook ops (if any) and do
the audit notification. It replaces xt_unregister_table().
Security readout for executives and security teams
Plain-English summary
This is a high-severity Linux kernel issue in netfilter x_tables cleanup during module removal. A local low-privileged attacker may be able to trigger serious kernel impact if the affected code path is reachable. The supplied sources show upstream stable fixes, but do not show active exploitation.
Executive priority
Treat as high priority for Linux fleets with local users or untrusted workloads. The risk is not described as internet-exposed remote compromise, but kernel-level impact after local access can materially increase breach severity. Patch through normal emergency kernel update channels once vendor packages are available.
Technical view
The issue concerns x_tables table unregister logic during rmmod and concurrent userspace set/getsockopt activity. The fix adds a second-stage xtables_unregister_table_exit helper to unlink dying tables, free hook ops, and send audit notification, replacing xt_unregister_table(). CVSS is 7.8, local, low complexity, low privileges, no user interaction.
Likely exposure
Linux systems running affected kernel builds with netfilter x_tables support are the relevant exposure. Systems with local users, shared hosting, CI runners, or container workloads deserve priority review. The version data in the bundle is incomplete and should be confirmed against distribution kernel advisories and backports.
Exploitation context
No provided source says this is actively exploited, and the bundle marks CISA KEV as false. The CVSS vector indicates local exploitation requiring low privileges, not remote network-only exploitation. The described condition involves module removal and userspace table operations.
Researcher notes
The source bundle supports a kernel lifecycle bug around x_tables unregister ordering. It does not provide CWE classification, exploit proof, exact affected distribution packages, or a full fixed-version matrix. Validate with kernel commit history and downstream advisories before making product-specific exposure claims.
Mitigation direction
Apply a vendor kernel update containing the referenced stable fixes.
Check distribution advisories for backported fixes, not only upstream version numbers.
Prioritize multi-user, container-host, and untrusted-workload Linux systems.
Limit unnecessary local shell access on systems pending kernel updates.
Follow vendor guidance if no patched package is available yet.
Validation and detection
Inventory Linux kernel versions and distribution package release levels.
Confirm whether vendor advisories map CVE-2026-64078 to installed kernels.
Check whether netfilter x_tables or iptables modules are present or loaded.
Verify patched systems include the referenced upstream stable commits or vendor backports.
Record CISA KEV status as not listed based on supplied data.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2026-64078 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
4Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.