goshs Share Token Authentication Bypass Vulnerability Allowing Code Execution

Vulnerability

An authentication bypass vulnerability has been identified in goshs, a SimpleHTTPServer written in Go. This issue affects versions 1.1.0 prior to 2.0.0-beta.2. When the Share Token is used, it is possible to bypass the restricted file download limitations and access all goshs functionalities, including executing code. The vulnerability arises because the BasicAuthMiddleware checks for a token before verifying credentials. If a valid token is present, the request is authorized without any authentication checks, allowing access to directory listings, file deletion, clipboard functions, WebSocket connections, and command execution via the CLI.

Impact

Exploitation of this vulnerability bypasses authentication, allowing unauthorized access to all goshs features, including directory listings, file deletion, clipboard functions, WebSocket connections, and command execution via the CLI.

Reproduction

To reproduce this vulnerability, first create a webroot directory and place a shareable file inside. Start goshs with authentication, TLS, and CLI mode enabled. After verifying that authentication is required, create a share link for the file, which will return a token. This token can then be used to bypass authentication for WebSocket connections, granting access to execute commands on the server.

Remediation

Users can upgrade to goshs version 2.0.0-beta.2 or later, where this vulnerability has been patched.

Added: Apr 2, 2026, 9:42 PM
Updated: Apr 2, 2026, 9:42 PM

Vulnerability Rating

Custom Algorithm
spread
0.0
impact
10.0
exploitability
7.4
remediation
0.0
relevance
5.1
threat
6.4
urgency
2.9
incentive
0.0

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.