PT-2026-69723 · Linux · Linux Kernel
CVE-2026-68323
·
Published
2026-08-10
·
Updated
2026-08-12
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 race condition exists in the TIPC UDP bearer replicast list updates. The functions
tipc udp rcast add() and cleanup bearer() both update the ub->rcast.list using list add rcu() and list del rcu() without proper serialization. Because tipc udp rcast add() runs from the encap receive softirq without rtnl lock(), it can race with the cleanup process, leading to list corruption and a kernel BUG. Additionally, the bearer can be enabled from an unprivileged user namespace because the TIPCv2 generic-netlink operations lack GENL ADMIN PERM. A secondary issue exists where two softirqs discovering the same peer may both add it twice due to a racy lockless pre-check in tipc udp rcast disc(). Furthermore, peers added via tipc udp rcast add() after cleanup bearer() has emptied the list can result in memory leaks when the bearer is freed.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