PT-2026-61440 · Linux+1 · Linux Kernel+1
CVE-2026-64123
·
Published
2026-07-19
·
Updated
2026-09-07
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 slab-use-after-free issue exists in the High-availability Seamless Redundancy (HSR) implementation. The
hsr->node db is accessed by generic-netlink operations under rcu read lock() via the hsr get next node() and hsr get node data() functions. However, the RTM DELLINK teardown process removes the node table using list del() and frees each node immediately. This allows a reader to hold a struct hsr node pointer after hsr dellink() has been called, leading to a use-after-free when accessing node->macaddress A.Recommendations
Update the Linux kernel to a version where
list del rcu() is used and the free operation is deferred through the hsr free node rcu() callback.Exploit
Fix
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel
Ubuntu