CVE-2025-39867

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-39867
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-39867.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-39867
Downstream
Published
2025-09-23T06:15:45Z
Modified
2025-09-24T18:11:24Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

netfilter: nftsetpipapo: fix null deref for empty set

Blamed commit broke the check for a null scratch map: - if (unlikely(!m || !*rawcpuptr(m->scratch))) + if (unlikely(!rawcpuptr(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.

References

Affected packages