Junglewise Threat Intelligence

CVE-2026-43057: Linux Kernel denial of service in IPv6 tunneled traffic handling

CVE-2026-43057 · Severity: high · CVSS 7.5 · Published 2026-05-01

Executive brief

A vulnerability in the Linux kernel's networking component could allow an attacker to disrupt network services. The issue stems from how the system handles specific types of complex IPv6 network traffic, particularly when data is 'tunneled' or wrapped inside other protocols. If exploited, this could lead to a system crash or significant network performance degradation, impacting the availability of connected services and industrial equipment.

Technical details

A vulnerability exists in the Linux kernel's 'net' subsystem due to improper handling of tunneled traffic during IPV6_CSUM GSO fallback. The NETIF_F_IPV6_CSUM flag only supports checksum offloading for packets without IPv6 extension headers; packets with these headers must fall back to software checksumming. The previous implementation failed to check the inner header length for tunneled packets (such as RFC 6951 SCTP in UDP), causing them to bypass the necessary software GSO path. This logic error can be triggered by remote network traffic, potentially leading to kernel instability or denial of service. Patches have been released across multiple Linux stable branches to extend header checks to inner protocols.

Affected products

  • Linux Linux Kernel Fixed in 2094a7cf91b71367b649f991aacc7b579f793d0b and related stable branches
  • Siemens SIMATIC S7-1500 CPU 1518-4 PN/DP MFP V3.1.5, V3.1.6

Timeline

  • 2026-05-01: disclosed: CVE published
  • 2026-04-11: patched: Kernel stable branches updated

References

Related threats