CVE-2026-45860: netfilter: nf_conncount: increase the connection clean up limit to 64

Published May 27, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

netfilter: nfconncount: increase the connection clean up limit to 64

After the optimization to only perform one GC per jiffy, a new problem was introduced. If more than 8 new connections are tracked per jiffy the list won't be cleaned up fast enough possibly reaching the limit wrongly.

In order to prevent this issue, only skip the GC if it was already triggered during the same jiffy and the increment is lower than the clean up limit. In addition, increase the clean up limit to 64 connections to avoid triggering GC too often and do more effective GCs.

This has been tested using a HTTP server and several performance tools while having nftconnlimit/xtconnlimit or OVS limit configured.

Output of slowhttptest + OVS limit at 52000 connections:

slow HTTP test status on 340th second: initializing: 0 pending: 432 connected: 51998 error: 0 closed: 0 service available: YES

Affected Software

8 affected components
Linux Linux kernel (netfilter nf_conncount)
Linux Linux kernel>=5.10.248<5.10.252
Linux Linux kernel>=5.15.198<5.15.202
Linux Linux kernel>=5.19<6.1.165
Linux Linux kernel>=6.2<6.6.128
Linux Linux kernel>=6.7<6.12.75
Linux Linux kernel>=6.13<6.18.14
Linux Linux kernel>=6.19<6.19.4

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Increase the netfilter nf_conncount connection clean up limit to 64 to prevent the connection tracking list from not being cleaned up fast enough and reaching the limit.

    Linux kernel netfilter (nf_conncount) connection clean up limit = 64
  2. Configuration

    Adjust the nf_conncount garbage collection logic to only skip GC when it was already triggered during the same jiffy, to avoid triggering GC too often while still cleaning up effectively.

    Linux kernel netfilter (nf_conncount) GC skipping logic = skip only if GC already triggered in the same jiffy

Event History

May 27, 2026
CVE Published
via MITRE·12:15 PM
Data Sourced
via MITRE·12:15 PM
DescriptionSeverity
Data Sourced
via NVD·02:16 PM
RemedyDescriptionSeverityAffected Software

Frequently Asked Questions

1

Which systems are most likely to be affected?

Systems using the Linux kernel netfilter nf_conncount functionality with nft_connlimit, xt_connlimit, or an OVS limit configured are the configurations identified in the available data.

2

What traffic pattern is needed to trigger the issue?

More than eight new tracked connections in a single jiffy can cause cleanup to fall behind after the one-GC-per-jiffy optimization. This can allow the connection list to reach its limit incorrectly.

3

What is the operational impact?

The issue can cause the connection-count list to reach its limit even when it should have been cleaned up, which can affect connection handling and availability. The reported severity vector indicates network reachability, low attack complexity, no privileges, no user interaction, and an availability-only impact.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203