HOMEVULNERABILITIESCVE-2026-23439
NONE

CVE-2026-23439

Published: April 3, 2026· Updated: Apr 7, 2026

EPSS:0.02%probability of exploitation in 30 daysPercentile:6.6th

Official Description

In the Linux kernel, the following vulnerability has been resolved:

udp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=n

When CONFIG_IPV6 is disabled, the udp_sock_create6() function returns 0

(success) without actually creating a socket. Callers such as

fou_create() then proceed to dereference the uninitialized socket

pointer, resulting in a NULL pointer dereference.

The captured NULL deref crash:

BUG: kernel NULL pointer dereference, address: 0000000000000018

RIP: 0010:fou_nl_add_doit (net/ipv4/fou_core.c:590 net/ipv4/fou_core.c:764)

[...]

Call Trace:

<TASK>

genl_family_rcv_msg_doit.constprop.0 (net/netlink/genetlink.c:1114)

genl_rcv_msg (net/netlink/genetlink.c:1194 net/netlink/genetlink.c:1209)

[...]

netlink_rcv_skb (net/netlink/af_netlink.c:2550)

genl_rcv (net/netlink/genetlink.c:1219)

netlink_unicast (net/netlink/af_netlink.c:1319 net/netlink/af_netlink.c:1344)

netlink_sendmsg (net/netlink/af_netlink.c:1894)

__sock_sendmsg (net/socket.c:727 (discriminator 1) net/socket.c:742 (discriminator 1))

__sys_sendto (./include/linux/file.h:62 (discriminator 1) ./include/linux/file.h:83 (discriminator 1) net/socket.c:2183 (discriminator 1))

__x64_sys_sendto (net/socket.c:2213 (discriminator 1) net/socket.c:2209 (discriminator 1) net/socket.c:2209 (discriminator 1))

do_syscall_64 (arch/x86/entry/syscall_64.c:63 (discriminator 1) arch/x86/entry/syscall_64.c:94 (discriminator 1))

entry_SYSCALL_64_after_hwframe (net/arch/x86/entry/entry_64.S:130)

This patch makes udp_sock_create6 return -EPFNOSUPPORT instead, so

callers correctly take their error paths. There is only one caller of

the vulnerable function and only privileged users can trigger it.

NVD Source

Technical Analysis

CVE-2026-23439 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (6)

Quick Facts

CVE IDCVE-2026-23439
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedApr 3, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-23439 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.