In the Linux kernel, the following vulnerability has been resolved:
netfilter: nft_ct: fix missing expect put in obj eval
nftctexpectobjeval() allocates an expectation and may call nfctexpect_related(), but never drops its local reference.
Add nfctexpect_put(exp) before return to balance allocation.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/52xxx/CVE-2026-52970.json",
"cna_assigner": "Linux"
}