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
Related
Published
2026-08-04T06:23:22.601Z
Modified
2026-08-12T03:51:29.038647920Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
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
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64563.json",
    "cna_assigner": "Linux"
}
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
c39643ad99fea749be50615550e8f0e6d6e60694
Fixed
042fda5c088015f18838e5c692659a7be60aeb26
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.6.151
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.103
Type
ECOSYSTEM
Events
Introduced
6.13.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"