CVE-2026-80519 PUBLISHED

ovpn: finish crypto callback cleanup before peer release

Assigner: Linux
Reserved: 26.08.2026 Published: 26.08.2026 Updated: 26.08.2026

In the Linux kernel, the following vulnerability has been resolved:

ovpn: finish crypto callback cleanup before peer release

Crypto completion callbacks hold both key-slot and peer references. The peer reference pins the netdev, and dropping the last peer reference can let netdev unregistration and module removal make progress.

Do not release that peer reference before the callback has finished its own cleanup. If ovpn_crypto_key_slot_put runs after ovpn_peer_put, it can schedule an RCU callback backed by module text after ovpn_cleanup rcu_barrier has already run. The TX error path also freed the remaining skb after ovpn_peer_put, leaving callback cleanup outside the peer/netdev lifetime window.

Release the key slot and free any remaining skb first, then drop the peer reference as the last callback action.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 8534731dbf2d52a539b94defd06d2a8d3514aacb to a3a676495c6419e0cca04d6a67227604e92a3d5a (excl.)
  • affected from 8534731dbf2d52a539b94defd06d2a8d3514aacb to 4b0de8be288f5fbec5d8ee64ed4e8b14bf19b517 (excl.)
  • affected from 8534731dbf2d52a539b94defd06d2a8d3514aacb to 9e163917a86c6adfbe150e13f4c73653a54616de (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.16 is affected
  • unaffected from 0 to 6.16 (excl.)
  • unaffected from 6.18.46 to 6.18.* (incl.)
  • unaffected from 7.1.10 to 7.1.* (incl.)
  • unaffected from 7.2 to * (incl.)

References