CyberRota
← Ana sayfaya dön

CVE-2026-52970

UNKNOWN · CVSS N/A EPSS %0.18

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-24T17:17:07.500 · Çekilme zamanı: 2026-06-30T18:31:44.090613+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-52970
Severity
UNKNOWN
CVSS
N/A
EPSS
%0.18
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_ct: fix missing expect put in obj eval nft_ct_expect_obj_eval() allocates an expectation and may call nf_ct_expect_related(), but never drops its local reference. Add nf_ct_expect_put(exp) before return to balance allocation.