Linux Kernel Netfilter nf_conncount Garbage Collection Bypass Vulnerability

Vulnerability

A vulnerability in the Linux kernel's netfilter component, specifically in the connection counting feature, allows for an infinite growth of connection lists. This issue arises because the 'last_gc' (last garbage collection) timestamp is updated with every new connection, regardless of whether a garbage collection has actually occurred. Under high packet rates, it is possible to consistently bypass garbage collection, leading to unbounded list growth. The vulnerability affects the Linux kernel stable tree.

Impact

The vulnerability can cause memory exhaustion by allowing connection lists to grow indefinitely, potentially leading to a denial of service.

Reproduction

The vulnerability can be reproduced by tracking connections at a high packet rate, which will bypass the garbage collection process. This can be done by simulating a large number of connections quickly, causing the connection count to increase without the opportunity for garbage collection to reclaim resources.

Remediation

Users can upgrade to the latest version of the Linux kernel where this vulnerability has been addressed. Instructions for downloading the patched version are available on the official Linux kernel website.

Added: Feb 14, 2026, 4:33 PM
Updated: Feb 14, 2026, 4:33 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
5.3
remediation
7.7
relevance
2.8
threat
4.8
urgency
2.9
incentive
0.0

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.