Description
A memory leak in OpenVPN version 2.5.0 through 2.5.11, 2.6.0 through 2.6.20 and 2.7_alpha1 through 2.7.4 allows remote attackers with a valid tls-crypt-v2 client key to potentially cause a denial of service
Published: 2026-07-06
Score: 6 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A memory leak is triggered in OpenVPN when it processes TLS‑Crypt‑V2 client keys, allowing remote attackers who hold a valid client key to exhaust the server’s memory resources. The exhaustion can cause the VPN service to become unresponsive or terminate, effectively denying legitimate users access. This flaw is a classic heap usage error identified by CWE‑401 and a lack of proper resource limits indicated by CWE‑770.

Affected Systems

OpenVPN versions 2.5.0 through 2.5.11, 2.6.0 through 2.6.20, and 2.7_alpha1 through 2.7.4 are affected. Any deployment of these releases that enables TLS‑Crypt‑V2 client authentication is vulnerable, while other products or older releases are not listed.

Risk and Exploitability

The CVSS score of 6.0 reflects medium severity, and the EPSS score of < 1% shows a low likelihood of exploitation. Because the flaw requires an attacker to possess a valid TLS‑Crypt‑V2 client key, prior authentication or a compromised key is necessary. Once authenticated, an attacker can repeatedly initiate connections to trigger the leak, leading over time to a denial of service.

Generated by OpenCVE AI on July 26, 2026 at 20:32 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a patched OpenVPN release that fixes the memory‑leak issue.
  • Replace or rotate TLS‑Crypt‑V2 client keys to limit the exposure window for attackers.
  • Configure system monitoring to detect abnormal memory usage and automatically restart the OpenVPN service when thresholds are exceeded.

Generated by OpenCVE AI on July 26, 2026 at 20:32 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4666-1 openvpn security update
Debian DSA Debian DSA DSA-6376-1 openvpn security update
Ubuntu USN Ubuntu USN USN-8540-1 OpenVPN vulnerabilities
History

Thu, 09 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Title Memory Leak in OpenVPN TLS‑Crypt‑V2 Client Key Processing Leading to Potential Denial of Service openvpn: From CVEorg collector
References
Metrics threat_severity

None

cvssV3_1

{'score': 4.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Wed, 08 Jul 2026 22:00:00 +0000

Type Values Removed Values Added
Title Memory Leak in OpenVPN TLS‑Crypt‑V2 Client Key Processing Leading to Potential Denial of Service

Wed, 08 Jul 2026 06:00:00 +0000

Type Values Removed Values Added
Title Memory Leak Causing Remote Denial of Service in OpenVPN

Tue, 07 Jul 2026 06:15:00 +0000

Type Values Removed Values Added
Title Memory Leak Causing Remote Denial of Service in OpenVPN

Mon, 06 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 06 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
First Time appeared Openvpn
Openvpn openvpn
Vendors & Products Openvpn
Openvpn openvpn

Mon, 06 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Description A memory leak in OpenVPN version 2.5.0 through 2.5.11, 2.6.0 through 2.6.20 and 2.7_alpha1 through 2.7.4 allows remote attackers with a valid tls-crypt-v2 client key to potentially cause a denial of service
Weaknesses CWE-401
CWE-770
References
Metrics cvssV4_0

{'score': 6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: OpenVPN

Published:

Updated: 2026-07-06T15:28:16.081Z

Reserved: 2026-06-29T11:47:58.522Z

Link: CVE-2026-13698

cve-icon Vulnrichment

Updated: 2026-07-06T15:28:10.841Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-06T14:13:49Z

Links: CVE-2026-13698 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T20:45:03Z

Weaknesses
  • CWE-401

    Missing Release of Memory after Effective Lifetime

  • CWE-770

    Allocation of Resources Without Limits or Throttling