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

The flaw is a memory leak triggered when OpenVPN processes TLS‑Crypt‑V2 client keys. The leak causes the server to gradually exhaust heap memory, eventually making the VPN service unresponsive or terminating it. This manifests as a denial of service for all VPN users, and the weakness is recognized as a classic heap usage error (CWE‑401) combined with a lack of resource limits (CWE‑770).

Affected Systems

OpenVPN releases 2.5.0 through 2.5.11, 2.6.0 through 2.6.20, and 2.7_alpha1 through 2.7.4 that enable TLS‑Crypt‑V2 client authentication are affected. Deployments using these versions with TLS‑Crypt‑V2 are at risk, while other OpenVPN products or older releases are not listed.

Risk and Exploitability

The CVSS score of 6.0 indicates medium severity, and the EPSS of < 1% reflects a low exploitation probability. Exploitation requires possession of a valid TLS‑Crypt‑V2 client key, meaning the attacker must first authenticate or compromise a client key. Once authenticated, repeated connection attempts can trigger the leak, leading to a gradual denial of service over time.

Generated by OpenCVE AI on August 1, 2026 at 18:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a patched OpenVPN release that eliminates the memory‑leak.
  • If an upgrade is not immediately possible, disable TLS‑Crypt‑V2 client authentication or rotate the keys to reduce exposure.
  • Set up monitoring to detect abnormal memory consumption and automatically restart the OpenVPN service when thresholds are exceeded.

Generated by OpenCVE AI on August 1, 2026 at 18:33 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

Status : Analyzed

Published: 2026-07-06T15:16:35.140

Modified: 2026-07-09T13:05:30.767

Link: CVE-2026-13698

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-13698 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T18:45:03Z

Weaknesses
  • CWE-401

    Missing Release of Memory after Effective Lifetime

  • CWE-770

    Allocation of Resources Without Limits or Throttling