CyberRota
← Ana sayfaya dön

CVE-2026-52920

HIGH · CVSS 8.3 EPSS %0.30

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-24T08:16:21.950 · Çekilme zamanı: 2026-06-30T18:31:08.169821+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-52920
Severity
HIGH
CVSS
8.3
EPSS
%0.30
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: netfilter: xt_policy: fix strict mode inbound policy matching match_policy_in() walks sec_path entries from the last transform to the first one, but strict policy matching needs to consume info->pol[] in the same forward order as the rule layout. Derive the strict-match policy position from the number of transforms already consumed so that multi-element inbound rules are matched consistently.