PT-2026-65218 · Linux · Linux Kernel
CVE-2026-64543
·
Published
2026-07-27
·
Updated
2026-08-25
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 within the TIPC (Transparent Inter-Process Communication) module. The
bearer disable() function frees the discoverer using tipc disc delete() with a plain kfree(), while tipc disc rcv() may still dereference the discoverer in the RX softirq under rcu read lock(). This occurs specifically with the UDP bearer because it defers the call to the cleanup bearer() workqueue, resulting in the discoverer being freed without a grace period. This condition is reachable from an unprivileged user namespace when CONFIG TIPC and CONFIG TIPC MEDIA UDP are enabled. The execution flow leading to the issue involves the functions tipc udp recv(), tipc rcv(), and tipc disc rcv().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 👾
Related Identifiers
Affected Products
Linux Kernel