CVE-2026-63999
Received Received - Intake

ethtool RSS Configuration Memory Leak

Vulnerability report for CVE-2026-63999, 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: ethtool: rss: fix indir_table and hkey leak on get_rxfh failure rss_prepare_get() allocates the indirection table and hash key buffer via rss_get_data_alloc(), then calls ops->get_rxfh() to populate them. If get_rxfh() fails, the function returns an error without freeing the allocation.

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 2 associated CPEs
Vendor Product Version / Range
linux linux_kernel *
linux_kernel ethtool *

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 memory leak in the ethtool RSS (Receive Side Scaling) functionality. When the rss_prepare_get() function allocates memory for the indirection table and hash key buffer and then fails during the get_rxfh() operation, it does not free the allocated memory before returning an error. This leads to a resource leak.

Detection Guidance

This vulnerability involves memory leaks in the Linux kernel's ethtool RSS (Receive Side Scaling) functionality. Detection requires checking for kernel logs or memory usage patterns indicating failed rxfh operations. No specific commands are provided in the context.

Impact Analysis

This vulnerability could cause system resource exhaustion over time due to memory leaks. If exploited repeatedly, it may lead to degraded performance, crashes, or denial of service conditions on affected systems using the Linux kernel with the vulnerable ethtool RSS functionality.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it is a memory leak issue in the Linux kernel's ethtool RSS functionality. Compliance impacts would only occur if the vulnerability led to unauthorized data exposure or system instability, which is not indicated in the provided context.

Mitigation Strategies

Apply the latest Linux kernel patches addressing this issue. Monitor kernel logs for ethtool-related errors. Restart affected network services if leaks are detected. Ensure RSS configurations are validated after updates.

Chat Assistant

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

EPSS Chart