HomeDefectsLIN1025-17032
Acknowledged

LIN1025-17032 : Security Advisory - linux - CVE-2026-64002

Created: Aug 1, 2026    Updated: Aug 11, 2026
Found In Version: 10.25.33.2
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Kernel

Description

In the Linux kernel, the following vulnerability has been resolved:  ipv4: free net->ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_table()  ipv4_sysctl_exit_net() is currently freeing net->ipv4.sysctl_local_reserved_ports too soon.  Only after unregister_net_sysctl_table() we can be sure no threads can possibly use the sysctls, including /proc/sys/net/ipv4/ip_local_reserved_ports.