In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conncount: fix leaked ct in error paths There are some situations where ct might be leaked as error paths are skipping the refcounted check and return immediately. In order to solve it make sure that the check is always called.
Upstream advisory: https://lore.kernel.org/linux-cve-announce/2026012325-CVE-2025-71146-96cf@gregkh/T