PT-2025-39124 · Linux · Linux Kernel
Published
2025-08-11
·
Updated
2025-09-23
·
CVE-2025-39867
CVSS v2.0
4.6
Medium
| Vector | AV:L/AC:L/Au:S/C:N/I:N/A:C |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A flaw exists in the Linux kernel’s netfilter module, specifically within the
nft set pipapo function. A commit introduced a null dereference issue when handling empty sets, breaking the check for a null scratch map. The incorrect check if (unlikely(!raw cpu ptr(m->scratch))) should have been if (!*raw cpu ptr(m->scratch)). This issue is only reproducible when AVX2 support is unavailable. The m variable and scratch pointer are involved in the error.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
NULL Pointer Dereference
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel