CVE-2026-31893
Analyzed
Analyzed - Analysis Complete
Tunnelblick Symlink Following Local Privilege Escalation
Publication date: 2026-05-05
Last updated on: 2026-06-01
Assigner: GitHub, Inc.
Description
Description
Tunnelblick is an open source graphic user interface for OpenVPN on macOS. In versions 3.3beta26 through 9.0beta01, any local user can read arbitrary root-owned files by exploiting a symlink following vulnerability in tunnelblick-helper, reachable through the world-accessible tunnelblickd Unix socket. The socket is configured with mode 0666, allowing any local user to connect. No authorization check is performed on the connecting client. The tunnelblick-helper process constructs a path to config.ovpn inside a user-controlled .tblk directory and reads it as root without symlink validation. An attacker can create a .tblk configuration with a symlinked config.ovpn pointing to any file and request tunnelblickd to read it. This issue has been fixed in versions 9.0beta02.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| tunnelblick | tunnelblick | From 3.5.3 (inc) to 8.0.1 (exc) |
| tunnelblick | tunnelblick | 8.1 |
| tunnelblick | tunnelblick | 8.1 |
| tunnelblick | tunnelblick | 8.1 |
| tunnelblick | tunnelblick | 9.0 |
| tunnelblick | tunnelblick | 3.3 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-61 | The product, when opening a file or directory, does not sufficiently account for when the file is a symbolic link that resolves to a target outside of the intended control sphere. This could allow an attacker to cause the product to operate on unauthorized files. |