Bug 2468124 (CVE-2026-43329) - CVE-2026-43329 kernel: netfilter: flowtable: strictly check for maximum number of actions
Summary: CVE-2026-43329 kernel: netfilter: flowtable: strictly check for maximum numbe...
Keywords:
Status: NEW
Alias: CVE-2026-43329
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-08 14:05 UTC by OSIDB Bzimport
Modified: 2026-08-18 15:11 UTC (History)
2 users (show)

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


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2026:23329 0 None None None 2026-06-04 14:53:44 UTC
Red Hat Product Errata RHSA-2026:26427 0 None None None 2026-06-16 18:55:34 UTC
Red Hat Product Errata RHSA-2026:26428 0 None None None 2026-06-16 18:29:40 UTC
Red Hat Product Errata RHSA-2026:27713 0 None None None 2026-06-22 05:01:30 UTC
Red Hat Product Errata RHSA-2026:30848 0 None None None 2026-06-29 04:56:23 UTC
Red Hat Product Errata RHSA-2026:33215 0 None None None 2026-06-29 19:23:59 UTC
Red Hat Product Errata RHSA-2026:33899 0 None None None 2026-07-01 00:15:54 UTC
Red Hat Product Errata RHSA-2026:33900 0 None None None 2026-07-01 00:13:38 UTC
Red Hat Product Errata RHSA-2026:34094 0 None None None 2026-07-01 08:59:06 UTC
Red Hat Product Errata RHSA-2026:34095 0 None None None 2026-07-01 08:40:58 UTC
Red Hat Product Errata RHSA-2026:35863 0 None None None 2026-07-06 04:51:32 UTC
Red Hat Product Errata RHSA-2026:35896 0 None None None 2026-07-06 14:26:46 UTC
Red Hat Product Errata RHSA-2026:40764 0 None None None 2026-07-21 15:13:27 UTC
Red Hat Product Errata RHSA-2026:43252 0 None None None 2026-07-30 09:43:22 UTC
Red Hat Product Errata RHSA-2026:44230 0 None None None 2026-07-29 13:22:33 UTC
Red Hat Product Errata RHSA-2026:44231 0 None None None 2026-07-29 13:04:18 UTC
Red Hat Product Errata RHSA-2026:44259 0 None None None 2026-07-28 12:56:20 UTC
Red Hat Product Errata RHSA-2026:44262 0 None None None 2026-07-28 13:48:51 UTC
Red Hat Product Errata RHSA-2026:47702 0 None None None 2026-08-06 09:42:46 UTC
Red Hat Product Errata RHSA-2026:47727 0 None None None 2026-08-06 14:56:11 UTC
Red Hat Product Errata RHSA-2026:55618 0 None None None 2026-08-17 14:10:11 UTC
Red Hat Product Errata RHSA-2026:55762 0 None None None 2026-08-17 15:53:04 UTC
Red Hat Product Errata RHSA-2026:55763 0 None None None 2026-08-17 15:49:56 UTC
Red Hat Product Errata RHSA-2026:55837 0 None None None 2026-08-17 18:25:35 UTC
Red Hat Product Errata RHSA-2026:56224 0 None None None 2026-08-18 15:11:24 UTC
Red Hat Product Errata RHSA-2026:56225 0 None None None 2026-08-18 15:11:30 UTC

Description OSIDB Bzimport 2026-05-08 14:05:41 UTC
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.

Comment 8 errata-xmlrpc 2026-06-04 14:53:43 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 10

Via RHSA-2026:23329 https://access.redhat.com/errata/RHSA-2026:23329

Comment 9 errata-xmlrpc 2026-06-16 18:29:39 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2026:26428 https://access.redhat.com/errata/RHSA-2026:26428

Comment 10 errata-xmlrpc 2026-06-16 18:55:33 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2026:26427 https://access.redhat.com/errata/RHSA-2026:26427

Comment 11 errata-xmlrpc 2026-06-22 05:01:28 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.4 Update Services for SAP Solutions

Via RHSA-2026:27713 https://access.redhat.com/errata/RHSA-2026:27713

Comment 14 errata-xmlrpc 2026-06-29 04:56:22 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2026:30848 https://access.redhat.com/errata/RHSA-2026:30848

Comment 15 errata-xmlrpc 2026-06-29 19:23:58 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 10.0 Extended Update Support

Via RHSA-2026:33215 https://access.redhat.com/errata/RHSA-2026:33215

Comment 16 errata-xmlrpc 2026-07-01 00:13:37 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions

Via RHSA-2026:33900 https://access.redhat.com/errata/RHSA-2026:33900

Comment 17 errata-xmlrpc 2026-07-01 00:15:53 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support
  Red Hat Enterprise Linux 8.6 Extended Update Support Long-Life Add-On

Via RHSA-2026:33899 https://access.redhat.com/errata/RHSA-2026:33899

Comment 18 errata-xmlrpc 2026-07-01 08:40:57 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions

Via RHSA-2026:34095 https://access.redhat.com/errata/RHSA-2026:34095

Comment 19 errata-xmlrpc 2026-07-01 08:59:05 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.6 Extended Update Support

Via RHSA-2026:34094 https://access.redhat.com/errata/RHSA-2026:34094

Comment 20 errata-xmlrpc 2026-07-06 04:51:31 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions
  Red Hat Enterprise Linux 8.8 Telecommunications Update Service

Via RHSA-2026:35863 https://access.redhat.com/errata/RHSA-2026:35863

Comment 21 errata-xmlrpc 2026-07-06 14:26:45 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support
  Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On

Via RHSA-2026:35896 https://access.redhat.com/errata/RHSA-2026:35896

Comment 22 errata-xmlrpc 2026-07-21 15:13:26 UTC
This issue has been addressed in the following products:

  Red Hat OpenShift Container Platform 4.22

Via RHSA-2026:40764 https://access.redhat.com/errata/RHSA-2026:40764

Comment 23 errata-xmlrpc 2026-07-28 12:56:19 UTC
This issue has been addressed in the following products:

  Red Hat OpenShift Container Platform 4.20

Via RHSA-2026:44259 https://access.redhat.com/errata/RHSA-2026:44259

Comment 24 errata-xmlrpc 2026-07-28 13:48:50 UTC
This issue has been addressed in the following products:

  Red Hat OpenShift Container Platform 4.21

Via RHSA-2026:44262 https://access.redhat.com/errata/RHSA-2026:44262

Comment 25 errata-xmlrpc 2026-07-29 13:04:17 UTC
This issue has been addressed in the following products:

  Red Hat OpenShift Container Platform 4.19

Via RHSA-2026:44231 https://access.redhat.com/errata/RHSA-2026:44231

Comment 26 errata-xmlrpc 2026-07-29 13:22:32 UTC
This issue has been addressed in the following products:

  Red Hat OpenShift Container Platform 4.18

Via RHSA-2026:44230 https://access.redhat.com/errata/RHSA-2026:44230

Comment 27 errata-xmlrpc 2026-07-30 09:43:21 UTC
This issue has been addressed in the following products:

  Red Hat OpenShift Container Platform 4.14

Via RHSA-2026:43252 https://access.redhat.com/errata/RHSA-2026:43252

Comment 28 errata-xmlrpc 2026-08-06 09:42:45 UTC
This issue has been addressed in the following products:

  Red Hat OpenShift Container Platform 4.12

Via RHSA-2026:47702 https://access.redhat.com/errata/RHSA-2026:47702

Comment 29 errata-xmlrpc 2026-08-06 14:56:10 UTC
This issue has been addressed in the following products:

  Red Hat OpenShift Container Platform 4.17

Via RHSA-2026:47727 https://access.redhat.com/errata/RHSA-2026:47727

Comment 31 errata-xmlrpc 2026-08-17 14:10:10 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 10

Via RHSA-2026:55618 https://access.redhat.com/errata/RHSA-2026:55618

Comment 32 errata-xmlrpc 2026-08-17 15:49:54 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2026:55763 https://access.redhat.com/errata/RHSA-2026:55763

Comment 33 errata-xmlrpc 2026-08-17 15:53:03 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2026:55762 https://access.redhat.com/errata/RHSA-2026:55762

Comment 34 errata-xmlrpc 2026-08-17 18:25:34 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions

Via RHSA-2026:55837 https://access.redhat.com/errata/RHSA-2026:55837

Comment 35 errata-xmlrpc 2026-08-18 15:11:23 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.4 Update Services for SAP Solutions

Via RHSA-2026:56224 https://access.redhat.com/errata/RHSA-2026:56224

Comment 36 errata-xmlrpc 2026-08-18 15:11:29 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.6 Extended Update Support

Via RHSA-2026:56225 https://access.redhat.com/errata/RHSA-2026:56225


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