
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-23139 is a denial-of-service vulnerability in the Linux kernel's netfilter subsystem, specifically in the nf_conncount module, caused by improper garbage collection (GC) timestamp management. The flaw allows a low-privileged local attacker to cause unbounded memory growth in the connection tracking list by generating a sufficiently high packet rate, effectively bypassing the GC mechanism. It was published on February 14, 2026, with patches released on March 17, 2026. Affected kernel versions span 5.19 through 6.18.5 across multiple stable branches. It carries a CVSS v3.1 base score of 5.5 (Medium) (Feedly).
The root cause is a logic error (CWE-400: Uncontrolled Resource Consumption) in the nf_conncount module's garbage collection logic. The last_gc timestamp is updated every time a new connection is tracked, regardless of whether a GC cycle was actually executed. Under a high packet rate, the GC interval check is perpetually satisfied by the continuously refreshed timestamp, meaning GC is never triggered and the connection tracking list grows without bound. The fix restricts last_gc updates to only occur when GC has actually been performed, ensuring the GC interval is correctly enforced (Feedly, Kernel Patch).
Successful exploitation results in unbounded kernel memory consumption, leading to denial of service through resource exhaustion. The growing connection tracking list can cause system crashes, service failures, or system-wide instability. There is no confidentiality or integrity impact — the vulnerability is limited to availability (Feedly).
hping3, iperf, or a custom raw socket program to generate a sustained high-volume stream of network packets that create new connection tracking entries in the nf_conncount module.last_gc to be updated continuously on each new connection, preventing the GC interval threshold from being reached and thus skipping GC execution entirely./proc/meminfo showing rapidly decreasing MemFree/MemAvailable); OOM killer events in kernel logs (dmesg or /var/log/kern.log).oom-kill entries in dmesg); unusual volume of netfilter connection tracking entries visible via conntrack -L | wc -l.ss, netstat, or iptables -L -n -v.hping3, custom raw socket tools) (Feedly).Apply the patched kernel versions released on March 17, 2026: 6.1.161 or later (for 5.19–6.1.x branch), 6.6.121 or later (for 6.2–6.6.x), 6.12.66 or later (for 6.7–6.12.x), and 6.18.6 or later (for 6.13–6.18.x). Red Hat has also issued an errata (RHSA-2026:15883) for affected RHEL systems. As a temporary workaround where patching is not immediately possible, restrict local user access to affected systems, implement rate limiting on incoming connections, and monitor kernel memory usage for anomalies (Feedly, Red Hat Errata).
The vulnerability has been covered by Linux security advisory aggregators including LinuxSecurity.com (Oracle and Ubuntu advisories) and Pro-Linux.de (multiple German-language Linux security bulletins). Tenable has published multiple Nessus detection plugins (IDs: 299224, 301875, 301901, 303406, 304219, 304560, 318847) and pipeline issue trackers for this CVE. The Yocto Project security mailing list also flagged the issue for embedded Linux maintainers (LinuxSecurity Oracle, LinuxSecurity Ubuntu).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."