CVE-2026-64563

Source
https://cve.org/CVERecord?id=CVE-2026-64563
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64563.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64563
Downstream
Published
2026-08-04T06:23:22.601Z
Modified
2026-08-06T03:48:34.432386282Z
Summary
rhashtable: clear stale iter->p on table restart
Details

In the Linux kernel, the following vulnerability has been resolved:

rhashtable: clear stale iter->p on table restart

rhashtablewalkstart_check() 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. When iter->walker.tbl is NULL (table was freed during resize), it resets slot and skip but forgets to clear iter->p.

rhashtablewalknext() then dereferences the stale iter->p, reading freed memory. This is a use-after-free.

Any caller that does multi-fragment rhashtable walks across walkstop/walkstart boundaries is affected. Concrete cases include netlinkdiag (netlinkdiagdump in net/netlink/diag.c) and TIPC (tipcnlskwalk in net/tipc/socket.c).

Crash stack (netlinkdiag): BUG: KASAN: slab-use-after-free in rhashtablewalknext+0x365/0x3c0 Read of size 8 at addr ffff88801a9d2438 (freed kmalloc-2k, offset 1080) Call Trace: rhashtablewalk_next+0x365/0x3c0 (lib/rhashtable.c:1016) __netlinkdiagdump+0x160/0x760 (net/netlink/diag.c:122) netlinkdiagdump+0xc2/0x240 netlinkdump+0x5bc/0x1270 netlinkrecvmsg+0x7a3/0x980 sock_recvmsg+0x1bc/0x200 _sysrecvfrom+0x1d4/0x2c0

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64563.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
5d240a8936f6a1d3ece06701e8c4d830a2eca8a8
Fixed
3ff7c1dbf722cf3fa538672452ba182318e0fcc3
Fixed
4169d9fb92f313ff8e7e83d733c1ecdcc93eebd3
Fixed
8173f7e2ce67e6ca1d4763f3da14e5b01ce77456

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64563.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.18.0
Fixed
6.18.42
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64563.json"