CVE-2026-43329
published 2026-05-08CVE-2026-43329: In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: strictly check for maximum number of actions The maximum number of…
PriorityP339high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
EPSS
0.14%
3.8th percentile
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.
Affected
21 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| linux | linux | — | — |
| linux | linux | >= c29f74e0df7a02b8303bcdce93a7c0132d62577a < ead66c77303f760f6c30be96e2e20d5a77cef614 | ead66c77303f760f6c30be96e2e20d5a77cef614 |
| linux | linux | >= c29f74e0df7a02b8303bcdce93a7c0132d62577a < fe9018d3e94329f1951b00805a8640bc06f56ead | fe9018d3e94329f1951b00805a8640bc06f56ead |
| linux | linux | >= c29f74e0df7a02b8303bcdce93a7c0132d62577a < 5382bb03e9c33b089d60788478b922a2dca284cc | 5382bb03e9c33b089d60788478b922a2dca284cc |
| linux | linux | >= c29f74e0df7a02b8303bcdce93a7c0132d62577a < 57c78bd2e2dd08897acd35b2bf8bcef322e36f5e | 57c78bd2e2dd08897acd35b2bf8bcef322e36f5e |
| linux | linux | >= c29f74e0df7a02b8303bcdce93a7c0132d62577a < 504c9456699dcf4d15195ef34a0fa94a80bfc877 | 504c9456699dcf4d15195ef34a0fa94a80bfc877 |
| linux | linux | >= c29f74e0df7a02b8303bcdce93a7c0132d62577a < 879959a7a2be814dd57568655eafa3d8f4d0309e | 879959a7a2be814dd57568655eafa3d8f4d0309e |
| linux | linux | >= c29f74e0df7a02b8303bcdce93a7c0132d62577a < 76522fcdbc3a02b568f5d957f7e66fc194abb893 | 76522fcdbc3a02b568f5d957f7e66fc194abb893 |
| linux | linux_kernel | — | — |
| linux | linux_kernel | — | — |
| linux | linux_kernel | — | — |
| linux | linux_kernel | — | — |
| linux | linux_kernel | — | — |
| linux | linux_kernel | — | — |
| linux | linux_kernel | — | — |
| linux | linux_kernel | >= 5.16 < 6.1.168 | 6.1.168 |
| linux | linux_kernel | >= 5.5 < 5.15.203 | 5.15.203 |
| linux | linux_kernel | >= 6.13 < 6.18.22 | 6.18.22 |
| linux | linux_kernel | >= 6.19 < 6.19.12 | 6.19.12 |
| linux | linux_kernel | >= 6.2 < 6.6.134 | 6.6.134 |
| linux | linux_kernel | >= 6.7 < 6.12.81 | 6.12.81 |
CVSS provenance
nvdv3.17.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vendor_redhat7.8HIGH
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
Red Hat
kernel: netfilter: flowtable: strictly check for maximum number of actions
vendor_redhat·2026-05-08·CVSS 7.8
CVE-2026-43329 [HIGH] CWE-770 kernel: netfilter: flowtable: strictly check for maximum number of actions
kernel: netfilter: flowtable: strictly check for maximum number of actions
A flaw was found in the Netfilter flowtable component of the Linux kernel. This vulnerability occurs because the system does not strictly check the maximum number of hardware offload actions for IPv6, allowing it to process more actions than supported. This could potentially lead to system instability or a denial of service (DoS) condition, where the affected system becomes unresponsive.
Package: kernel (Red Hat Enterprise Linux 10) - Affected
Package: kernel (Red Hat Enterprise Linux 6) - Not affected
Package: kernel (Red Hat Enterprise Linux 7) - Not affected
Package: kernel-rt (Red Hat Enterprise Linux 7) - Not affected
Package: kernel (Red Hat Enterprise Linux 8) - Affected
Package: kernel-rt (Red Hat Ent
VulDB
Linux Kernel up to 6.19.11 netfilter flow_action_entry_next privilege escalation (Nessus ID 316888 / WID-SEC-2026-1454)
vuldb·2026-06-18·CVSS 7.8
CVE-2026-43329 [HIGH] Linux Kernel up to 6.19.11 netfilter flow_action_entry_next privilege escalation (Nessus ID 316888 / WID-SEC-2026-1454)
A vulnerability marked as critical has been reported in Linux Kernel up to 6.19.11. This impacts the function flow_action_entry_next of the component netfilter. This manipulation causes privilege escalation.
This vulnerability is tracked as CVE-2026-43329. The attack is only possible within the local network. No exploit exists.
It is suggested to upgrade the affected component.
GHSA
GHSA-45q4-4828-537r: In the Linux kernel, the following vulnerability has been resolved:
netfilter: flowtable: strictly check for maximum number of actions
The maximum n
ghsa_unreviewed·2026-05-08
CVE-2026-43329 GHSA-45q4-4828-537r: In the Linux kernel, the following vulnerability has been resolved:
netfilter: flowtable: strictly check for maximum number of actions
The maximum n
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
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/504c9456699dcf4d15195ef34a0fa94a80bfc877https://git.kernel.org/stable/c/5382bb03e9c33b089d60788478b922a2dca284cchttps://git.kernel.org/stable/c/57c78bd2e2dd08897acd35b2bf8bcef322e36f5ehttps://git.kernel.org/stable/c/76522fcdbc3a02b568f5d957f7e66fc194abb893https://git.kernel.org/stable/c/879959a7a2be814dd57568655eafa3d8f4d0309ehttps://git.kernel.org/stable/c/ead66c77303f760f6c30be96e2e20d5a77cef614https://git.kernel.org/stable/c/fe9018d3e94329f1951b00805a8640bc06f56eadhttps://access.redhat.com/errata/RHSA-2026:23329https://access.redhat.com/errata/RHSA-2026:26427https://access.redhat.com/errata/RHSA-2026:26428https://access.redhat.com/errata/RHSA-2026:27713https://access.redhat.com/errata/RHSA-2026:30848https://access.redhat.com/errata/RHSA-2026:33215https://access.redhat.com/errata/RHSA-2026:33899https://access.redhat.com/errata/RHSA-2026:33900https://access.redhat.com/errata/RHSA-2026:34094https://access.redhat.com/errata/RHSA-2026:34095https://access.redhat.com/errata/RHSA-2026:35863https://access.redhat.com/errata/RHSA-2026:35896https://access.redhat.com/security/cve/CVE-2026-43329https://bugzilla.redhat.com/show_bug.cgi?id=2468124https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-43329.json
2026-05-08
Published