CVE-2026-80520
Received Received - Intake

NULL dereference in Linux kernel OpenVPN

Vulnerability report for CVE-2026-80520, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-26

Last updated on: 2026-08-26

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-26
Last Modified
2026-08-26
Generated
2026-08-26
AI Q&A
2026-08-26
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
openvpn openvpn *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a NULL pointer dereference in the Linux kernel's OpenVPN implementation. The issue occurs in the ovpn_crypto_kill_key function, which assumes both cryptographic slots are populated but does not verify this before accessing them. A peer might only have one key installed, and attempting to remove a non-existent key triggers a crash by dereferencing a NULL pointer.

Detection Guidance

This vulnerability is specific to the Linux kernel's OpenVPN implementation and involves a NULL dereference in the ovpn_crypto_kill_key function. Detection requires checking kernel logs for crashes or errors related to OpenVPN's crypto operations. Look for messages like 'NULL pointer dereference' or 'kernel panic' in /var/log/kern.log or journalctl logs. No direct commands are provided, but monitoring kernel logs for OpenVPN-related errors is recommended.

Impact Analysis

This vulnerability could cause a system crash or denial of service if exploited. Attackers might trigger the NULL dereference by sending maliciously crafted requests to remove non-existent keys, leading to kernel panic or instability in systems running vulnerable OpenVPN versions.

Mitigation Strategies

Apply the latest Linux kernel update that includes the fix for this vulnerability. If immediate patching is not possible, consider disabling OpenVPN's crypto key management temporarily or restricting access to OpenVPN services until the patch is applied. Monitor kernel logs for signs of exploitation attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80520. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart