CVE-2026-84226
8.5OpenVPN · OpenVPN
OpenVPN on Windows is vulnerable to a binary planting attack during network configuration steps, allowing local authenticated users to execute arbitrary code via an untrusted search path.
Executive summary
A binary planting vulnerability in OpenVPN for Windows allows local authenticated users to achieve arbitrary code execution by exploiting an insecure search path.
Vulnerability
This flaw exists because the tapctl utility invokes netsh.exe without a fully qualified path. A local authenticated attacker can leverage this untrusted search path to perform binary planting and gain unauthorized code execution.
Business impact
The CVSS score of 8.5 underscores the critical nature of this local privilege escalation vector. If exploited, an attacker with local access can gain full control over the system, potentially leading to unauthorized data access, persistence, or lateral movement within the network.
Remediation
Immediate Action: Update OpenVPN on all Windows hosts to version 2.7.7 to resolve the insecure search path implementation.
Proactive Monitoring: Monitor system logs for unexpected execution of binaries from temporary directories or unusual calls to netsh.exe by the OpenVPN process.
Compensating Controls: Apply strict file system permissions to prevent untrusted users from placing malicious binaries in directories that are searched by the application.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Organizations should treat this as a high priority for Windows environments. Upgrading to the latest version is the only effective way to correct the path handling logic and prevent potential local exploitation.