Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-43329 Details

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.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:23329 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:26427 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:26428 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:27713 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:30848 redhat-SADP

see all 40 references

Weakness Enumeration

CWE-IDCWE NameSource
NVD-CWE-noinfoInsufficient Information to Classify Weakness[email protected]
CWE-770Allocation of Resources Without Limits or Throttlingredhat-SADP

Affected Products

ProductVersions
linux linux kernel
>= 5.5, < 5.15.203
>= 5.16, < 6.1.168
>= 6.2, < 6.6.134
>= 6.7, < 6.12.81
>= 6.13, < 6.18.22

CPE

  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

26 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-43329
NVD Published Date:
May 8, 2026
NVD Last Modified:
Sep 15, 2026
Source:
kernel.org
CVE-2026-43329 Details - Not Deferred