PT-2026-30134 · Linux · Linux Kernel
Published
2026-04-03
·
Updated
2026-04-25
·
CVE-2026-23439
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The Linux kernel contains a flaw in the udp tunnel functionality. When the IPv6 configuration (CONFIG IPV6) is disabled, the
udp sock create6() function may return a success status without actually creating a socket. Subsequently, functions like fou create() attempt to dereference an uninitialized socket pointer, leading to a NULL pointer dereference. The crash was captured with a BUG message indicating a kernel NULL pointer dereference at fou nl add doit in net/ipv4/fou core.c. The patch resolves this by making udp sock create6() return -EPFNOSUPPORT when CONFIG IPV6 is disabled, ensuring callers handle the error appropriately. The issue is triggered only by privileged users.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
NULL Pointer Dereference
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel