CVE-2026-80520

HIGHCVSS 7.5/10

Last modified

CVE-2026-80520 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ovpn: fix NULL dereference when killing missing key ovpn_crypto_kill_key assumes both crypto slots are populated and dereferences each slot before checking it. That is not guaranteed: a peer can have only one installed key, and the kill path may be asked to remove a key that is not present. Read each slot once while holding the crypto state lock, check for NULL before looking at key_id, and only replace the slot that actually matches..

Description

In the Linux kernel, the following vulnerability has been resolved: ovpn: fix NULL dereference when killing missing key ovpn_crypto_kill_key assumes both crypto slots are populated and dereferences each slot before checking it. That is not guaranteed: a peer can have only one installed key, and the kill path may be asked to remove a key that is not present. Read each slot once while holding the crypto state lock, check for NULL before looking at key_id, and only replace the slot that actually matches.

Metrics

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 89d3c0e4612afa1c6429ed68d298e35592fbe208, < a47a080d06ee9d94dc6a2da0fc2b9beeeedb92b3; >= 89d3c0e4612afa1c6429ed68d298e35592fbe208, < acf32a5dff082044cf0fd9492f3c10b7357c15ee; >= 89d3c0e4612afa1c6429ed68d298e35592fbe208, < 41d44ac7a61e2f74453af40d4fe1b82af9ea0ada
LinuxLinux6.16

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-80520?
In the Linux kernel, the following vulnerability has been resolved: ovpn: fix NULL dereference when killing missing key ovpn_crypto_kill_key assumes both crypto slots are populated and dereferences each slot before checking it. That is not guaranteed: a peer can have only one installed key, and the kill path may be asked to remove a key that is not present. Read each slot once while holding the crypto state lock, check for NULL before looking at key_id, and only replace the slot that actually matches.
How severe is CVE-2026-80520?
CVE-2026-80520 has a CVSS score of 7.5/10 (HIGH severity).
How do I fix CVE-2026-80520?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-80520?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST