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
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-01-23 15:16
Updated : 2026-07-30 06:24
NVD link : CVE-2025-71146
Mitre link : CVE-2025-71146
CVE.ORG link : CVE-2025-71146
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
