3 matches found
CVE-2026-68341
In the Linux kernel, the following vulnerability has been resolved: ovpn: fix use after free in unlockovpn unlockovpn iterates over the releaselist using llistforeachentry and drops the peer reference inside the loop body via ovpnpeerput. If this drops the last reference, the peer is eventually...
CVE-2026-68341
The CVE-2026-68341 issue affects the Linux kernel’s ovpn handling. In unlock_ovpn(), the code iterates a release_list with llist_for_each_entry() and drops peer references inside the loop via ovpn_peer_put(). If the last reference is dropped, the peer may be freed, but the loop’s advance uses pee...
EUVD-2026-55442
In the Linux kernel, the following vulnerability has been resolved: ovpn: fix use after free in unlockovpn unlockovpn iterates over the releaselist using llistforeachentry and drops the peer reference inside the loop body via ovpnpeerput. If this drops the last reference, the peer is eventually...