PT-2026-61360 · Linux+1 · Linux Kernel+1
CVE-2026-64043
·
Published
2026-07-19
·
Updated
2026-09-07
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A race condition exists in the ovpn module during the deletion of an interface. A narrow window occurs during the
ovpn dellink() process where a CMD PEER NEW message sent via netlink to add a new peer can cause the netdevice to hang and prevent its unregistration. This happens because the new peer takes a reference to the netdev after the system has already assumed all peers were released and the device was queued for deregistration, leaving no way to release the device.Recommendations
Update the Linux kernel to a version where the
ovpn peer add() function includes a check for the reg state to ensure it is REGISTERED before adding a peer, and where peer release is handled in ndo uninit().Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel
Ubuntu