Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-64002

Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
19/07/2026
Última modificación:
30/07/2026

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ipv4: free net-&gt;ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_table()<br /> <br /> ipv4_sysctl_exit_net() is currently freeing net-&gt;ipv4.sysctl_local_reserved_ports<br /> too soon.<br /> <br /> Only after unregister_net_sysctl_table() we can be sure no threads can possibly<br /> use the sysctls, including /proc/sys/net/ipv4/ip_local_reserved_ports.