Security Advisory

CVE-2025-38120

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-07-03 08:35:27
Last updated 2026-05-23 15:59:02
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_set_pipapo_avx2: fix initial map fill If the first field doesnt cover the entire start map, then we must zero out the remainder, else we leak those bits into the next match round map. The early fix was incomplete and did only fix up the generic C implementation. A followup patch adds a test case to nft_concat_range.sh.