CVE-2026-52942
The CVE affects the Linux kernel netfilter nf_log path. When the MAC header is unset, a check was missing in the fallback dump_mac_header path, allowing skb_mac_header to be dereferenced beyond the buffer (READ ~64 KiB past head) via nf_log_unknown_packet() and the netdev logger, potentially expo...