CVE-2026-45897
MEDIUMCVSS v3.1: 5.5 · EPSS: 0.0019 (8.7 percentile)
Source data as of:
At a glance
- Severity
- MEDIUM
- CVSS
- 5.5 v3.1 · NVD
- EPSS
- 0.0019 (8.7 percentile) · FIRST.org
- CISA KEV
- No
- Attack conditions (CVSS vector)
- No user interaction · Source: NVD Vector
- Affected vendors
- linux
- Published
- 2026-05-27 · Modified: 2026-06-25
- References
- Jump to references (2)
CVSS / EPSS / KEV
Source — CVSS: NVD · EPSS: FIRST.org · KEV: CISA. Data & Sources
Description
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.
References
Reference URLs as listed by NVD, grouped by a mechanical match on the link's host/pattern. Labels describe the link type only.