Junglewise Threat Intelligence

CVE-2025-71146: Linux Kernel memory leak in netfilter nf_conncount

CVE-2025-71146 · Severity: high · CVSS 7.5 · Published 2026-01-23

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability exists in the Linux kernel's networking subsystem, specifically within the Netfilter connection counting component. This component is responsible for tracking and limiting the number of simultaneous network connections. An exploit could lead to a memory leak, potentially causing system instability or a denial-of-service condition that disrupts network operations.

Technical details

A memory leak vulnerability (CWE-401) exists in the nf_conncount.c component of the Linux kernel's Netfilter subsystem. The issue stems from error paths in the __nf_conncount_add and related functions that skip necessary reference count checks, failing to release connection tracking (ct) objects. A remote attacker could potentially trigger these error paths to exhaust system memory, leading to a denial-of-service (DoS). The vulnerability has been addressed by ensuring that nf_ct_put is consistently called in all exit paths when a reference is held. Patches are available for multiple stable kernel branches including 6.12.y and 6.18.y.

Affected products

  • Linux Linux Kernel 6.12.63, 6.17.13 to 6.18, 6.18.2, 6.19-rc1

Timeline

  • 2025-12-05: patched: Initial patch authored by Fernando Fernandez Mancera
  • 2026-01-23: disclosed: CVE published

References

Related threats