CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-54650

highCVSS 8.6covered by 2 sourcesfirst seen 2026-07-28
Summary openhole-server forwarded the URL-decoded request path (r.URL.Path) to tunnel clients instead of the original request-target. Percent-encoded dot-segments (%2e) and separators (%2f) were decoded to ../ and / before reaching the local service. Go's ServeMux rejects literal ../ paths, but percent-encoded traversal sequences bypassed this and were delivered to backends as working path traversal. Impact An unauthenticated remote attacker could read files outside the published web root on tunneled local services that resolve paths without canonicalization. Example: - /%2e%2e/secret.txt → file outside web root - /%2e%2e/%2e%2e/etc/passwd → sensitive files Encoded slashes (/a%2fb) could also bypass path-based access controls. Fix v0.1.2 forwards r.URL.EscapedPath() on the server and preserves the request-target on the CLI client. Users should upgrade both openhole-server and the openhole CLI to v0.1.2 or later.

⚡ Watch CVE-2026-54650

Get an email if CVE-2026-54650 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-54650

CVE.org record

Embed the live status

CVE-2026-54650 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-54650 status](https://www.csirts.com/badge/CVE-2026-54650)](https://www.csirts.com/cve/CVE-2026-54650)