Junglewise Threat Intelligence

CVE-2026-52970: Linux Kernel Netfilter reference leak in nft_ct_expect_obj_eval

CVE-2026-52970 · Severity: info · CVSS 0 · Published 2026-06-24

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's Netfilter subsystem, which handles network traffic filtering and connection tracking. A technical error in how the system manages memory references for connection 'expectations' could lead to resource management issues. While primarily a maintenance fix, unresolved memory references in the kernel can eventually impact system stability or performance.

Technical details

A reference leak exists in net/netfilter/nft_ct.c within the nft_ct_expect_obj_eval() function. The function allocates a connection tracking expectation and may call nf_ct_expect_related(), but it fails to drop the local reference before returning. This results in a reference count imbalance. An attacker with the ability to trigger this code path (typically requiring local privileges to manipulate nftables) could potentially cause a kernel resource leak. The issue has been resolved by adding a call to nf_ct_expect_put(exp) to balance the allocation.

Affected products

  • Linux Linux Kernel 5.3 to 6.6.141

Timeline

  • 2026-05-07: other: Patch authored by Li Xiasong
  • 2026-06-24: disclosed: CVE published
  • 2026-06-24: advisory: NVD advisory published

References

Related threats