CVE-2026-80519

CRITICALPre-NVD 9.89.8
EchelonGraph scoreHIGH confidence

Score 9.8 from GitHub Security Advisory (severity: CRITICAL) published 2026-08-27. a secondary CVSS source baseline 9.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 5 sources updated this week
9.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 9.8Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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.

CVSS v3
9.8
EG Score
9.8(high)
EG Risk
49(Track)
EG Risk 49/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity98% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
37%
KEV
Not listed

Published

August 26, 2026

Last Modified

August 27, 2026

Advisory Details (3)

Auto-updated Aug 27, 2026
No patch confirmed yet.
generic

ovpn: finish crypto callback cleanup before peer release - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/a3a676495c6419e0cca04d6a67227604e92a3d5a
generic

ovpn: finish crypto callback cleanup before peer release - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/9e163917a86c6adfbe150e13f4c73653a54616de
generic

ovpn: finish crypto callback cleanup before peer release - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/4b0de8be288f5fbec5d8ee64ed4e8b14bf19b517

Vendor Advisories for CVE-2026-80519(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 28× in last 7d / 28× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-30 06:15 UTCGHSA enrichment
  2. 2026-08-30 01:58 UTCEG score recompute
  3. 2026-08-30 01:58 UTCGHSA enrichment
  4. 2026-08-30 01:22 UTCEPSS rescore
  5. 2026-08-29 21:40 UTCGHSA enrichment
  6. 2026-08-29 17:23 UTCGHSA enrichment
  7. 2026-08-29 12:55 UTCGHSA enrichment
  8. 2026-08-29 08:34 UTCGHSA enrichment
  9. 2026-08-29 04:16 UTCGHSA enrichment
  10. 2026-08-28 23:58 UTCEG score recompute
  11. 2026-08-28 23:58 UTCGHSA enrichment
  12. 2026-08-28 21:42 UTCEPSS rescore
  13. 2026-08-28 16:51 UTCGHSA enrichment
  14. 2026-08-28 12:30 UTCGHSA enrichment
  15. 2026-08-28 08:12 UTCGHSA enrichment
  16. 2026-08-28 03:55 UTCGHSA enrichment
  17. 2026-08-27 23:36 UTCGHSA enrichment
  18. 2026-08-27 19:15 UTCGHSA enrichment
  19. 2026-08-27 14:57 UTCEG score recompute
  20. 2026-08-27 14:57 UTCGHSA enrichment
  21. 2026-08-27 14:25 UTCEPSS rescore
  22. 2026-08-27 10:39 UTCEG score recompute
  23. 2026-08-27 10:39 UTCGHSA enrichment
  24. 2026-08-27 06:21 UTCEG score recompute 9.80
  25. 2026-08-27 06:11 UTCMITRE cvelistV5CVSS v3 → 9.8 · severity → CRITICAL
Show 3 more
  1. 2026-08-26 15:43 UTCNVD update
  2. 2026-08-26 14:43 UTCEG score recompute
  3. 2026-08-26 14:41 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-80519?
CVE-2026-80519 is a critical vulnerability published on August 26, 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…
When was CVE-2026-80519 disclosed?
CVE-2026-80519 was first published in the National Vulnerability Database on August 26, 2026, with the most recent update on August 27, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-80519 actively exploited?
CVE-2026-80519 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 62.8% of all scored CVEs.
What is the CVSS score of CVE-2026-80519?
CVE-2026-80519 has a CVSS v3 base score of 9.8 (NVD).
How do I remediate CVE-2026-80519?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-80519, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-80519

Explore →

Is Your Infrastructure Affected by CVE-2026-80519?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.