CVE-2025-68353
The CVE-2025-68353 entry concerns a Linux kernel vulnerability in the vxlan code path: vxlan_xmit_one may dereference sock4/sock6 pointers that are not guaranteed non-NULL (e.g., if an interface is down), leading to a NULL pointer dereference and kernel OOPs. The provided notes state that two com...