Impact
The Linux kernel contains a logic flaw in the udp_tunnel subsystem: when IPv6 support is disabled, the function udp_sock_create6 reports success yet does not create a socket. Callers that expect a valid socket, such as fou_create(), subsequently dereference the null value, causing a kernel panic. The flaw does not compromise confidentiality or integrity; it simply crashes the operating system.
Affected Systems
Linux kernel builds that include the fou (IPIP) module with IPv6 support disabled (CONFIG_IPV6=n). The vulnerability is present in all such builds until the patch is applied.
Risk and Exploitability
CVSS base score 5.5 indicates medium severity. EPSS score below 1% suggests low exploitation probability. The flaw requires a privileged user to trigger the failing path, so the primary attack vector is local privilege or a compromised privileged process. The vulnerability is not listed in CISA KEV and no publicly known exploitation has been reported.
OpenCVE Enrichment