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.
Published: 2026-07-19
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The fault resides in the Linux kernel's ethtool RSS handling where rss_prepare_get() allocates an indirection table and hash key buffer but fails to release them if ops->get_rxfh() returns an error. This creates a small memory leak each time the get_rxfh call fails, which can accumulate and consume significant kernel memory, potentially leading to system instability or a kernel panic. The issue is a classic unreleased resource problem described by CWE-772.

Affected Systems

The affected software is the Linux kernel, specifically the ethtool RSS path. No specific kernel version is listed, so any kernel that includes this code and exposes the ethtool interface is potentially vulnerable until the upstream patch is applied.

Risk and Exploitability

The EPSS score is below 1% and the vulnerability is not listed in the CISA KEV catalog, indicating a very low likelihood of active exploitation. The CVSS score of 5.5 reflects moderate risk. Exploitation would require an attacker to trigger a get_rxfh error, which typically means having sufficient privileges to invoke ethtool commands; this inference comes from the description that a get_rxfh failure must occur for the leak to happen. While exploitation is unlikely, repeated failures could gradually exhaust memory and result in a denial-of-service scenario.

Generated by OpenCVE AI on August 4, 2026 at 06:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a version that includes the ethtool rss_prepare_get bug fix.
  • If updating immediately is not possible, disable RSS on affected network interfaces or avoid using the get_rxfh operation until a fix is deployed.
  • Continuously monitor system memory utilization and kernel logs for indications of recurring resource leaks and enable kernel debugging logs.

Generated by OpenCVE AI on August 4, 2026 at 06:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Thu, 30 Jul 2026 21:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-409

Wed, 22 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Tue, 21 Jul 2026 23:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-409

Sun, 19 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
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.
Title ethtool: rss: fix indir_table and hkey leak on get_rxfh failure
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-19T14:56:17.383Z

Reserved: 2026-07-19T07:54:57.026Z

Link: CVE-2026-63999

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-63999 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T06:30:05Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime