CVE-2026-64078
7.8
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Summary
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:
- The larval table has been removed already
- 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().
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | fdacd57c79b79a03c7ca88f706ad9fb7b46831c1 < 86ee5bc9c0f0e652e19f395675a432de11b75514 | affected |
| Linux | Linux | fdacd57c79b79a03c7ca88f706ad9fb7b46831c1 < 8026e5163cca1d1db436c7bfb89ddea8b5e8c2cf | affected |
| Linux | Linux | fdacd57c79b79a03c7ca88f706ad9fb7b46831c1 < b4597d5fd7d2f8cebfffd40dffb5e003cc78964c | affected |
| Linux | Linux | 5.15 | affected |
| Linux | Linux | 0 < 5.15 | unaffected |
| Linux | Linux | 6.18.34 <= 6.18.* | unaffected |
| Linux | Linux | 7.0.11 <= 7.0.* | unaffected |
| Linux | Linux | 7.1 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/86ee5bc9c0f0e652e19f395675a432de11b75514
- https://git.kernel.org/stable/c/8026e5163cca1d1db436c7bfb89ddea8b5e8c2cf
- https://git.kernel.org/stable/c/b4597d5fd7d2f8cebfffd40dffb5e003cc78964c
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.