CVE-2026-64002
Received Received - Intake

Memory Leak in Linux Kernel IPv4 Sysctl

Vulnerability report for CVE-2026-64002, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-19

Last updated on: 2026-07-19

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-19
Generated
2026-07-20
AI Q&A
2026-07-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a use-after-free issue where net->ipv4.sysctl_local_reserved_ports is freed too early in ipv4_sysctl_exit_net(). The problem occurs because the memory is freed before unregister_net_sysctl_table() completes, potentially allowing threads to still access the sysctl, including /proc/sys/net/ipv4/ip_local_reserved_ports.

Detection Guidance

This vulnerability is related to a memory management issue in the Linux kernel's IPv4 sysctl handling. Detection primarily involves checking kernel logs for related errors or verifying the kernel version against patched releases. Commands like 'uname -a' can show your kernel version, and 'dmesg | grep sysctl' may reveal related errors.

Impact Analysis

This vulnerability could lead to system instability or crashes if memory is accessed after being freed. It may also allow unauthorized access to network configuration settings if the sysctl remains accessible during the race condition.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. It involves a memory management issue in the Linux kernel related to IPv4 sysctl table cleanup, which does not impact data protection, privacy, or security controls typically governed by these regulations.

Mitigation Strategies

Update the Linux kernel to a patched version that resolves the issue with ipv4_sysctl_exit_net(). This ensures proper cleanup of net->ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_table().

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64002. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart