CyberRota Analysis
AI-GeneratedThe 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.
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.