CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-80519

unknowncovered by 1 sourcefirst seen 2026-08-26
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.

⚡ Watch CVE-2026-80519

Get an email if CVE-2026-80519 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Advisory coverage (1)

External references

NVD record for CVE-2026-80519

CVE.org record

Embed the live status

CVE-2026-80519 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-80519 status](https://www.csirts.com/badge/CVE-2026-80519)](https://www.csirts.com/cve/CVE-2026-80519)