PT-2026-67670 · Linux+1 · Linux Kernel+1
CVE-2026-64563
·
Published
2026-07-07
·
Updated
2026-09-09
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A use-after-free issue exists in the Linux kernel during rhashtable walks. The function
rhashtable walk start check() contains two restart paths for resuming a walk; when iter->walker.tbl is NULL because the table was freed during a resize, the function fails to clear the iter->p variable. Subsequently, rhashtable walk next() dereferences the stale iter->p, leading to a read of freed memory. This affects any caller performing multi-fragment rhashtable walks across walk stop/walk start boundaries, specifically including netlink diag dump() in net/netlink/diag.c and tipc nl sk walk() in net/tipc/socket.c.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Rocky Linux