CVE-2025-39867
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 || !rawcpuptrm-scratch + if unlikely!rawcpuptrm-scratch This should have been "if !raw ...". Use the...