PatchSiren cyber security CVE debrief
CVE-2026-63999 Linux CVE debrief
The Linux kernel was vulnerable to a memory leak issue in the ethtool RSS functionality. The vulnerability occurred when the get_rxfh() function failed, causing a memory leak of the indirection table and hash key buffer allocated by rss_get_data_alloc(). This issue has been resolved. Affected Linux kernel deployments should review and apply patches. The vulnerability has a medium defensive priority.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-19
- Original CVE updated
- 2026-07-30
- Advisory published
- 2026-07-19
- Advisory updated
- 2026-07-30
Who should care
Linux kernel developers and maintainers, Linux distribution maintainers, users of Linux systems with ethtool functionality, and security teams responsible for vulnerability management.
Technical summary
In the Linux kernel, a vulnerability was found in the ethtool RSS (Receive Side Scaling) functionality. The rss_prepare_get() function allocates memory for the indirection table and hash key buffer using rss_get_data_alloc(). If the subsequent ops->get_rxfh() call fails, the allocated memory is not freed, resulting in a memory leak. This issue has been resolved by ensuring proper memory cleanup in case of get_rxfh() failure.
Defensive priority
Medium priority for Linux kernel developers and maintainers
Recommended defensive actions
- Review and apply the provided kernel patches to fix the memory leak issue
- Update Linux kernel to the latest version
- Monitor Linux kernel updates and patches for similar issues
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE record was published on 2026-07-19T16:17:39.477Z and has not been modified since then. The NVD entry is currently Received. The vulnerability was resolved in the Linux kernel. There is no evidence of exploitation in the wild. The vulnerability affects Linux kernel deployments. Defenders should verify Linux kernel versions and apply patches if necessary.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-63999 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-63999
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-63999 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-63999
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/266297692f97008ca48bc311775c087c59bd7fe3
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/33d05c22d6f227c5ae171c46df2f6f8bf48047ea
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/80d95d92f828cfcace955d673637d944178b435f
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.