PatchSiren cyber security CVE debrief
CVE-2026-64563 Linux CVE debrief
A use-after-free vulnerability was found in the Linux kernel's rhashtable implementation. The rhashtable_walk_next function can dereference a stale pointer, leading to a potential crash or code execution. This vulnerability affects Linux kernel developers and users, network administrators, and security teams responsible for managing Linux-based systems. They should review the affected scope, assess potential impact, and plan for vendor-supported updates or mitigations. The vulnerability is caused by a use-after-free error in the rhashtable_walk_next function, which can be called across walk_stop/walk_start boundaries, affecting multiple fragment rhashtable walks.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-04
- Original CVE updated
- 2026-08-19
- Advisory published
- 2026-08-04
- Advisory updated
- 2026-08-19
Who should care
Linux kernel developers and users, network administrators, and security teams responsible for managing Linux-based systems should be aware of this vulnerability. They should review the affected scope, assess potential impact, and plan for vendor-supported updates or mitigations. Additionally, operators of systems using the affected Linux kernel versions should prioritize patching and verify the effectiveness of compensating controls for exposed systems while remediation is scheduled and verified. Vulnerability management and security teams should track exceptions, retest remediated assets, and close the item only after evidence is documented. Platform administrators should also assess the vulnerability's impact on their environments and prioritize remediation efforts accordingly. Security teams should monitor relevant monitoring, detection, and logs for exposed assets that need extra review. Asset inventory management should also be reviewed to identify potentially affected systems. Rollback and change window planning should consider the potential impact of this vulnerability on business operations. Source tracking and verification of patch deployment should be performed to ensure the vulnerability is properly mitigated. Compensating controls should be evaluated for effectiveness in preventing exploitation. The vulnerability management process should be updated to include this vulnerability and ensure timely remediation. Security awareness training should be provided to educate users about the potential risks associated with this vulnerability. Compliance and regulatory requirements should be reviewed to ensure adherence to industry standards for vulnerability management and patch management. Business continuity planning should consider the potential impact of this vulnerability on critical systems and services. Incident response planning should be updated to include procedures for responding to potential exploitation of this vulnerability. Communication plans should be developed to inform stakeholders about the vulnerability and remediation efforts. Training and exercise programs should be updated to include this vulnerability and ensure that personnel are able
Technical summary
The rhashtable_walk_start_check function has two restart paths when resuming a walk. When iter->walker.tbl is valid, it re-validates iter->p against the table and sets iter->p = NULL if the object is gone. However, when iter->walker.tbl is NULL (table was freed during resize), it resets slot and skip but forgets to clear iter->p. The rhashtable_walk_next function then dereferences the stale iter->p, reading freed memory.
Defensive priority
High
Recommended defensive actions
- Apply the kernel patch that fixes the use-after-free vulnerability in rhashtable.
- Restrict access to the affected system to prevent potential exploitation.
- Monitor system logs for suspicious activity.
- 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.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The vulnerability is caused by a use-after-free error in the rhashtable_walk_next function. This function can be called across walk_stop/walk_start boundaries, affecting multiple fragment rhashtable walks. The issue arises when the rhashtable_walk_start_check function fails to clear the stale iter->p pointer, leading to a potential crash or code execution. To verify, defenders should review system logs for suspicious activity and monitor for potential exploitation attempts.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-64563 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-64563
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-64563 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-64563
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/3ff7c1dbf722cf3fa538672452ba182318e0fcc3
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/4169d9fb92f313ff8e7e83d733c1ecdcc93eebd3
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/8173f7e2ce67e6ca1d4763f3da14e5b01ce77456
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.