You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cve-2026-23391
About this tag
CVE-2026-23391 is a Linux kernel vulnerability in the netfilter subsystem, specifically in the xt_CT module. The issue involves a race condition where packets queued in nfqueue can be processed after the associated template rule is removed. Since the template may reference stateful objects like helper modules or timeout policies, delayed packet handling could dereference stale configuration, leading to potential security issues. The fix ensures that when a template rule is removed, any remaining packets in nfqueue are flushed to prevent this race condition. Discussions on WindowsForum cover the technical details of the patch and its implications for system stability and security.
Linux kernel maintainers have assigned CVE-2026-23391 to a netfilter / xt_CT race condition fix that drops packets still sitting in nfqueue when a template rule is removed. The issue matters because the template can reference stateful objects such as a helper module or a timeout policy, and...