PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-43329 Git CVE debrief

CVE-2026-43329 is a Linux kernel netfilter flowtable vulnerability involving insufficient validation of the number of hardware offload actions. The issue is most relevant to IPv6 setups, where a single flow can require more actions than the previous limit allowed, especially when combining ethernet mangling, SNAT, DNAT, double VLAN/QinQ handling, redirect, and tunnel-related actions. The fix tightens the action-count checks and raises the per-flow maximum from 16 to 24 so valid IPv6 offload configurations are handled safely.

Vendor
Git
Product
Unknown
CVSS
HIGH 7.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-05-08
Original CVE updated
2026-09-15
Advisory published
2026-05-08
Advisory updated
2026-09-15

Who should care

Linux operators and vendors using kernels with netfilter flowtable hardware offload, especially in environments that rely on IPv6, VLAN/QinQ, NAT, redirects, or tunnel-aware offload. Security teams should prioritize systems where untrusted local users can influence networking configuration or packet paths.

Technical summary

The record states that the maximum number of flowtable hardware offload actions in IPv6 can reach 17, exceeding the prior limit of 16. Because payload actions operate at 32-bit word granularity, IPv6 address mangling consumes multiple actions, and act_ct can add tunnel-related actions as well. The fix updates flow_action_entry_next() call sites to enforce the maximum supported action count and increases the allowed per-flow action budget to 24 to accommodate legitimate IPv6 offload cases.

Defensive priority

High. The CVSS vector is local, low-privilege, and rates high for confidentiality, integrity, and availability impact. Kernel networking flaws can have broad blast radius, so affected systems should be patched promptly.

Recommended defensive actions

  • Install the kernel updates that include the flowtable action-count fix.
  • Check whether your systems use netfilter flowtable hardware offload, especially with IPv6, VLAN/QinQ, NAT, redirects, or tunnels.
  • Prioritize patching hosts where local users or containers can interact with networking features.
  • Track downstream vendor advisories and backports for the relevant kernel branch.
  • After updating, verify that offload-dependent IPv6 configurations still function as expected.
  • If immediate patching is not possible, reduce exposure to flowtable offload paths where operationally feasible.

Evidence notes

Based only on the supplied NVD CVE record and the linked kernel.org stable references. The record explicitly describes the action-count mismatch, the IPv6-specific maximum of 17 actions, the prior limit of 16, and the remediation to enforce bounds and raise the limit to 24. No exploit details beyond the official record are used.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-43329 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-43329

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-43329 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-43329

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/504c9456699dcf4d15195ef34a0fa94a80bfc877

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/5382bb03e9c33b089d60788478b922a2dca284cc

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/57c78bd2e2dd08897acd35b2bf8bcef322e36f5e

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/76522fcdbc3a02b568f5d957f7e66fc194abb893

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/879959a7a2be814dd57568655eafa3d8f4d0309e

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/ead66c77303f760f6c30be96e2e20d5a77cef614

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/fe9018d3e94329f1951b00805a8640bc06f56ead

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.