Security Advisory

CVE-2025-71146

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2026-01-23 14:15:12
Last updated 2026-05-23 16:03:24
Assigner Linux
State PUBLISHED

Description

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.