CyberRota
← Ana sayfaya dön

CVE-2026-45897

UNKNOWN · CVSS N/A EPSS %0.19

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-27T14:17:03.977 · Çekilme zamanı: 2026-06-25T12:11:11.155282+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-45897
Severity
UNKNOWN
CVSS
N/A
EPSS
%0.19
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_counter: serialize reset with spinlock Add a global static spinlock to serialize counter fetch+reset operations, preventing concurrent dump-and-reset from underrunning values. The lock is taken before fetching the total so that two parallel resets cannot both read the same counter values and then both subtract them. A global lock is used for simplicity since resets are infrequent. If this becomes a bottleneck, it can be replaced with a per-net lock later.