Junglewise Threat Intelligence

CVE-2026-43027: Linux Kernel use-after-free in Netfilter nf_conntrack_helper

CVE-2026-43027 · Severity: high · CVSS 7.8 · Published 2026-05-01

Technologies: Siemens SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP, Linux Kernel, Siemens SIMATIC S7-1500 CPU 1518-4 PN/DP MFP. Vendors: Siemens, Linux.

Executive brief

A vulnerability exists in the Linux kernel's networking subsystem (Netfilter) that could allow a local user to crash the system or potentially execute unauthorized code. The issue occurs when the system fails to properly clean up internal tracking data when a network helper component is removed. This can lead to a 'use-after-free' condition, impacting the stability and security of servers and embedded devices using affected versions of the Linux kernel.

Technical details

A use-after-free vulnerability exists in net/netfilter/nf_conntrack_helper.c. The function nf_conntrack_helper_unregister() incorrectly passed a NULL pointer to nf_ct_expect_iterate_destroy() instead of the actual helper pointer. Consequently, expectations associated with the helper were not destroyed during unregistration. When the helper object was subsequently freed by nfnl_cthelper_del(), remaining expectations maintained a dangling pointer to the freed memory. Subsequent access via expectation dumps or packet-driven conntrack initialization triggers the use-after-free. This can be exploited by a local user to cause a kernel panic or potentially achieve arbitrary code execution. Patches have been released for multiple stable Linux kernel branches.

Affected products

  • Linux Linux Kernel Fixed in various stable branches including 5.10.y, 5.15.y, 6.1.y, 6.6.y, 6.8.y
  • Siemens SIMATIC S7-1500 CPU 1518-4 PN/DP MFP V3.1.5, V3.1.6
  • Siemens SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP V3.1.5, V3.1.6

Timeline

  • 2026-05-01: disclosed
  • 2026-04-11: patched: Initial patches applied to stable kernel trees.

References

Related threats