Description
The Windows interactive service in OpenVPN 2.4.0 through 2.6.22 allows local authenticated users to bypass the trusted configuration directory constraint via incorrect file path validation
Published: 2026-09-07
Score: 5.6 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Local privilege escalation
Action: Update software
AI Analysis

Impact

The Windows interactive service of OpenVPN releases 2.4.0 through 2.6.22 contains a flaw in how it validates file paths for configuration files. The service accepts relative and absolute paths that are not properly sanitized, allowing a local authenticated user to construct a path that points outside the designated trusted configuration directory. By placing a file with a crafted name in such a location, an attacker can overwrite or replace critical configuration files or inject malicious settings, potentially giving the attacker control over the OpenVPN process or its operation.

Affected Systems

All Windows installations of OpenVPN from version 2.4.0 up to and including 2.6.22 are affected. The vulnerability applies to any local user account that has permission to interact with the OpenVPN interactive service and can write to the trusted configuration directory.

Risk and Exploitability

The CVSS score of 5.6 indicates a moderate risk. The flaw requires local authenticated access, meaning it cannot be exploited remotely without prior user interaction. An EPSS score of <1% shows a very low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog. The path traversal weakness (CWE‑22 and CWE‑73) can lead to overwriting configuration files, which could allow local privileged escalation or reconfiguration of the OpenVPN service.

Generated by OpenCVE AI on September 8, 2026 at 02:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenVPN to a release that includes the corrected path‑validation logic
  • Restrict write permissions to the trusted configuration directory so that only the OpenVPN service account has modify rights
  • Configure the Windows interactive service to run under a least‑privilege local account

Generated by OpenCVE AI on September 8, 2026 at 02:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 08 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Title OpenVPN: OpenVPN: Security Bypass via incorrect file path validation
Weaknesses CWE-22
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Moderate


Mon, 07 Sep 2026 14:15:00 +0000

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

Mon, 07 Sep 2026 08:00:00 +0000

Type Values Removed Values Added
Description The Windows interactive service in OpenVPN 2.4.0 through 2.6.22 allows local authenticated users to bypass the trusted configuration directory constraint via incorrect file path validation
Weaknesses CWE-73
References
Metrics cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: OpenVPN

Published:

Updated: 2026-09-08T14:56:14.402Z

Reserved: 2026-08-27T14:00:41.210Z

Link: CVE-2026-81830

cve-icon Vulnrichment

Updated: 2026-09-08T14:56:05.571Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-07T08:17:13.410

Modified: 2026-09-08T19:07:52.113

Link: CVE-2026-81830

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-07T07:36:19Z

Links: CVE-2026-81830 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-08T02:30:17Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

  • CWE-73

    External Control of File Name or Path