CVE-2026-80519

Source
https://cve.org/CVERecord?id=CVE-2026-80519
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80519.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80519
Downstream
Published
2026-08-26T14:37:01.383Z
Modified
2026-08-28T03:47:29.063336056Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
ovpn: finish crypto callback cleanup before peer release
Details

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 ovpncryptokeyslotput runs after ovpnpeerput, it can schedule an RCU callback backed by module text after ovpncleanup rcubarrier has already run. The TX error path also freed the remaining skb after ovpnpeerput, 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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80519.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
8534731dbf2d52a539b94defd06d2a8d3514aacb
Fixed
a3a676495c6419e0cca04d6a67227604e92a3d5a
Fixed
4b0de8be288f5fbec5d8ee64ed4e8b14bf19b517
Fixed
9e163917a86c6adfbe150e13f4c73653a54616de

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80519.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.16.0
Fixed
6.18.46
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.10

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80519.json"