This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
Metrics
Affected Vendors & Products
References
History
Mon, 29 Sep 2025 06:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
References |
|
Mon, 29 Sep 2025 06:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Description | In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_set_pipapo: fix null deref for empty set Blamed commit broke the check for a null scratch map: - if (unlikely(!m || !*raw_cpu_ptr(m->scratch))) + if (unlikely(!raw_cpu_ptr(m->scratch))) This should have been "if (!*raw_ ...)". Use the pattern of the avx2 version which is more readable. This can only be reproduced if avx2 support isn't available. | This CVE ID has been rejected or withdrawn by its CVE Numbering Authority. |
Title | netfilter: nft_set_pipapo: fix null deref for empty set | kernel: netfilter: nft_set_pipapo: fix null deref for empty set |
Wed, 24 Sep 2025 00:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
References |
| |
Metrics |
threat_severity
|
cvssV3_1
|
Tue, 23 Sep 2025 16:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
First Time appeared |
Linux
Linux linux Kernel |
|
Vendors & Products |
Linux
Linux linux Kernel |
Tue, 23 Sep 2025 06:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Description | In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_set_pipapo: fix null deref for empty set Blamed commit broke the check for a null scratch map: - if (unlikely(!m || !*raw_cpu_ptr(m->scratch))) + if (unlikely(!raw_cpu_ptr(m->scratch))) This should have been "if (!*raw_ ...)". Use the pattern of the avx2 version which is more readable. This can only be reproduced if avx2 support isn't available. | |
Title | netfilter: nft_set_pipapo: fix null deref for empty set | |
References |
|

Status: REJECTED
Assigner: Linux
Published:
Updated: 2025-09-29T06:08:49.023Z
Reserved: 2025-04-16T07:20:57.143Z
Link: CVE-2025-39867

No data.

Status : Rejected
Published: 2025-09-23T06:15:45.780
Modified: 2025-09-29T06:16:41.710
Link: CVE-2025-39867


Updated: 2025-09-23T16:03:08Z