CVE-2026-23439
Gravedad CVSS v3.1:
MEDIA
Tipo:
CWE-476
Desreferencia a puntero nulo (NULL)
Fecha de publicación:
03/04/2026
Última modificación:
23/04/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
udp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=n<br />
<br />
When CONFIG_IPV6 is disabled, the udp_sock_create6() function returns 0<br />
(success) without actually creating a socket. Callers such as<br />
fou_create() then proceed to dereference the uninitialized socket<br />
pointer, resulting in a NULL pointer dereference.<br />
<br />
The captured NULL deref crash:<br />
BUG: kernel NULL pointer dereference, address: 0000000000000018<br />
RIP: 0010:fou_nl_add_doit (net/ipv4/fou_core.c:590 net/ipv4/fou_core.c:764)<br />
[...]<br />
Call Trace:<br />
<br />
genl_family_rcv_msg_doit.constprop.0 (net/netlink/genetlink.c:1114)<br />
genl_rcv_msg (net/netlink/genetlink.c:1194 net/netlink/genetlink.c:1209)<br />
[...]<br />
netlink_rcv_skb (net/netlink/af_netlink.c:2550)<br />
genl_rcv (net/netlink/genetlink.c:1219)<br />
netlink_unicast (net/netlink/af_netlink.c:1319 net/netlink/af_netlink.c:1344)<br />
netlink_sendmsg (net/netlink/af_netlink.c:1894)<br />
__sock_sendmsg (net/socket.c:727 (discriminator 1) net/socket.c:742 (discriminator 1))<br />
__sys_sendto (./include/linux/file.h:62 (discriminator 1) ./include/linux/file.h:83 (discriminator 1) net/socket.c:2183 (discriminator 1))<br />
__x64_sys_sendto (net/socket.c:2213 (discriminator 1) net/socket.c:2209 (discriminator 1) net/socket.c:2209 (discriminator 1))<br />
do_syscall_64 (arch/x86/entry/syscall_64.c:63 (discriminator 1) arch/x86/entry/syscall_64.c:94 (discriminator 1))<br />
entry_SYSCALL_64_after_hwframe (net/arch/x86/entry/entry_64.S:130)<br />
<br />
This patch makes udp_sock_create6 return -EPFNOSUPPORT instead, so<br />
callers correctly take their error paths. There is only one caller of<br />
the vulnerable function and only privileged users can trigger it.
Impacto
Puntuación base 3.x
5.50
Gravedad 3.x
MEDIA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 3.18.1 (incluyendo) | 5.10.253 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (incluyendo) | 5.15.203 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (incluyendo) | 6.1.167 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (incluyendo) | 6.6.130 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.78 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.20 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 6.19.10 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:3.18:-:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/003343985f26dfefd0c94b1fe1316a2de74428b9
- https://git.kernel.org/stable/c/12aa4b73a67d95bc739995a2d6943aec2f9785c9
- https://git.kernel.org/stable/c/66117dbb3dbae82f86735bf727b1d59cc677afa1
- https://git.kernel.org/stable/c/9f036aa0fe46c19e938f03d10e02c23f4fffae5e
- https://git.kernel.org/stable/c/a05a2149386f6dfb4245f522acdbef892acafc84
- https://git.kernel.org/stable/c/b3a6df291fecf5f8a308953b65ca72b7fc9e015d
- https://git.kernel.org/stable/c/ba7c9ddcdd077942b798979edb035207374d4096
- https://git.kernel.org/stable/c/dfc96ae0074cc47b5478a59e5aa19233e434243f



