Use-after-free in Linux kernel - CVE-2026-64044
Published: July 20, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a use-after-free in ovpn_nl_peer_new_doit() and the ovpn peer reference handling when processing peer creation error paths for TCP peers. A local user can trigger concurrent socket activity during peer creation failure handling to cause a denial of service.
The issue affects the TCP path, where the peer may remain reachable through sk_user_data before detachment, and exploitation depends on concurrent in-flight userspace or strparser-driven access to the peer.