SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-54650

HIGH · CVSS 8.6 EPSS 0.36% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-28 · Last synced 2026-08-27

CyberRota Analysis

AI-Generated

The openhole-server in versions 0.1.1 and earlier is vulnerable due to improper handling of URL paths, which allows attackers to exploit path traversal vulnerabilities and access tunneled local services. This exposure can lead to unauthorized access to sensitive internal resources, posing a significant risk to system integrity. Organizations using affected versions should prioritize upgrading to version 0.1.2 to mitigate these risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-54650
Severity
HIGH
CVSS
8.6
EPSS
0.36%

Original NVD Description

openhole exposes localhost to the internet in one command. In 0.1.1 and earlier, openhole-server in internal/server/public_proxy.go forwarded r.URL.Path instead of preserving the original request target with r.URL.EscapedPath(), allowing percent encoded dot segments %2e and separators %2f to reach tunneled local services as ../ and / for path traversal. This issue is fixed in version 0.1.2.