openssl on Windows built with openssldir set from the build machine (Uncontrolled Search Path Element)
High7.8CVE-2026-34054 · Published Mar 25, 2026 · updated Mar 26, 2026
### Summary vcpkg's Windows builds of OpenSSL set `openssldir` to a path on the build machine, making that path be attackable later on customer machines. ### Details This was initially reported by Xavier DANEST working with [TrendAI Zero Day Initiative](https://www.zerodayinitiative.com/) and assigned ZDI-CAN-29616 (visible on https://www.zerodayinitiative.com/advisories/upcoming/ ). There is a 'file lay in wait' class of elevation of privilege vulnerabilities arising from OpenSSL hard coding search paths for DLLs. vcpkg's OpenSSL port sets `openssldir` to a path from the build machine in order to get built results to be placed correctly, but this means OpenSSL will search that path for engines to load in the future. A low privilege user on a different machine can create the same path, which would hijack a later high privilege user deploying an OpenSSL vcpkg happened to build at that location. The OpenSSL documentation explicitly notes this problem and says that redirecting built results needs to be done with `DESTDIR`, not by changing `openssldir`: https://github.com/openssl/openssl/blob/master/INSTALL.md#directories + https://github.com/openssl/openssl/blob/master/INSTALL.md#a...
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| openssl Product | < 3.6.1#3 | 3.6.1#3 |
Details and references
### Summary vcpkg's Windows builds of OpenSSL set `openssldir` to a path on the build machine, making that path be attackable later on customer machines. ### Details This was initially reported by Xavier DANEST working with [TrendAI Zero Day Initiative](https://www.zerodayinitiative.com/) and assigned ZDI-CAN-29616 (visible on https://www.zerodayinitiative.com/advisories/upcoming/ ). There is a 'file lay in wait' class of elevation of privilege vulnerabilities arising from OpenSSL hard coding search paths for DLLs. vcpkg's OpenSSL port sets `openssldir` to a path from the build machine in order to get built results to be placed correctly, but this means OpenSSL will search that path for engines to load in the future. A low privilege user on a different machine can create the same path, which would hijack a later high privilege user deploying an OpenSSL vcpkg happened to build at that location. The OpenSSL documentation explicitly notes this problem and says that redirecting built results needs to be done with `DESTDIR`, not by changing `openssldir`: https://github.com/openssl/openssl/blob/master/INSTALL.md#directories + https://github.com/openssl/openssl/blob/master/INSTALL.md#additional-directories vcpkg port `3.6.1#3` for OpenSSL changes vcpkg's build for Windows to not set `openssldir` at all, leaving OpenSSL's default path under Program Files. Program Files is assumed to be acceptable because writing there generally requires administrative permissions. In an ideal universe we would configure OpenSSL to not search this at all, but they don't appear to offer such a setting.
- CVSS 3.1
- CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-427
More Microsoft advisories
All Microsoft| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| May 12 | MCP Deeplink Install Lacked Essential Information | High8.8 | No fix yet |
| May 12 | Apply patch sensitive file workaround | High8.8 | No fix yet |
| May 12 | Remote Code Execution Vulnerability in webviews | Medium | 1.119.1 |
| May 12 | Remote Code Execution Vulnerability with Jupyter notebook markdown rendering in untrusted workspaces | Medium | 1.119.1 |
| Feb 10 | Terminal auto replies restriction | High8.0 | 1.109.1 |
| Feb 10 | Workspace trust for MCP servers | Low | 1.109.1 |