CVE-2025-38162
BaseFortify
Publication date: 2025-07-03
Last updated on: 2026-03-25
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| 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 involves a potential overflow during the allocation of a lookup table in nft_set_pipapo. Specifically, when calculating the size of the lookup table, certain multiplications could overflow, leading to incorrect memory allocation. The fix ensures that these multiplications and additions are checked for overflow using functions like check_mul_overflow() and check_add_overflow(), preventing potential memory issues.
How can this vulnerability impact me? :
If exploited, this vulnerability could lead to memory allocation errors such as buffer overflows, which might cause system instability, crashes, or potentially allow an attacker to execute arbitrary code or escalate privileges on the affected system.