CVE-2025-38120
Analyzed Analyzed - Analysis Complete
BaseFortify

Publication date: 2025-07-03

Last updated on: 2025-12-17

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_set_pipapo_avx2: fix initial map fill If the first field doesn't 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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-07-03
Last Modified
2025-12-17
Generated
2026-05-07
AI Q&A
2025-07-03
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 6 associated CPEs
Vendor Product Version / Range
linux linux_kernel From 5.15.165 (inc) to 5.15.186 (exc)
linux linux_kernel From 6.1.103 (inc) to 6.1.142 (exc)
linux linux_kernel From 6.6.44 (inc) to 6.6.94 (exc)
linux linux_kernel From 6.10.3 (inc) to 6.12.34 (exc)
linux linux_kernel From 6.13 (inc) to 6.15.3 (exc)
debian debian_linux 11.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-NVD-CWE-noinfo
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability in the Linux kernel's netfilter component relates to the nf_set_pipapo_avx2 function. If the first field does not cover the entire start map, the remainder is not zeroed out, which causes bits to leak into the next match round map. An early fix only addressed the generic C implementation, leaving the AVX2 implementation vulnerable until this follow-up patch was applied.


How can this vulnerability impact me? :

The vulnerability can cause unintended data leakage between match rounds in netfilter processing, potentially leading to incorrect filtering behavior or exposure of sensitive data within the kernel's packet filtering operations.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart