CVE-2026-43329
Last modified
CVE-2026-43329 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: strictly check for maximum number of actions The maximum number of flowtable hardware offload actions in IPv6 is: * ethernet mangling (4 payload actions, 2 for each ethernet address) * SNAT (4 payload actions) * DNAT (4 payload actions) * Double VLAN (4 vlan actions, 2 for popping vlan, and 2 for pushing) for QinQ. * Redirect (1 action) Which makes 17, while the maximum is 16. But act_ct supports for tunnels actions too. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: strictly check for maximum number of actions The maximum number of flowtable hardware offload actions in IPv6 is: * ethernet mangling (4 payload actions, 2 for each ethernet address) * SNAT (4 payload actions) * DNAT (4 payload actions) * Double VLAN (4 vlan actions, 2 for popping vlan, and 2 for pushing) for QinQ. * Redirect (1 action) Which makes 17, while the maximum is 16. But act_ct supports for tunnels actions too. Note that payload action operates at 32-bit word level, so mangling an IPv6 address takes 4 payload actions. Update flow_action_entry_next() calls to check for the maximum number of supported actions. While at it, rise the maximum number of actions per flow from 16 to 24 so this works fine with IPv6 setups.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.5, < 5.15.203 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.168 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.134 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.81 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.22 | — |
| Linux | Linux Kernel | >= 6.19, < 6.19.12 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-43329?
How severe is CVE-2026-43329?
How do I fix CVE-2026-43329?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-43323In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43324In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43325In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43326In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43327In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43328In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-4333The LearnPress – WordPress LMS Plugin plugin for WordPress i…6.4
- CVE-2026-43330In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43331In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43332In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43333In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43334In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-43329?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
