In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Jan 23, 2026
to the GitHub Advisory Database
•
Updated Feb 26, 2026
Description
Published by the National Vulnerability Database
Jan 23, 2026
Published to the GitHub Advisory Database
Jan 23, 2026
Last updated
Feb 26, 2026
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.
References