CVE-2026-40876
Severity CVSS v4.0:
HIGH
Type:
CWE-22
Path Traversal
Publication date:
21/04/2026
Last modified:
24/04/2026
Description
goshs is a SimpleHTTPServer written in Go. Prior to 2.0.0-beta.6, goshs contains an SFTP root escape caused by prefix-based path validation. An authenticated SFTP user can read from and write to filesystem paths outside the configured SFTP root, which breaks the intended jail boundary and can expose or modify unrelated server files. The SFTP subsystem routes requests through sftpserver/sftpserver.go into DefaultHandler.GetHandler() in sftpserver/handler.go, which forwards file operations into readFile, writeFile, listFile, and cmdFile. All of those sinks rely on sanitizePath() in sftpserver/helper.go. helper.go uses a raw string-prefix comparison, not a directory-boundary check. Because of that, if the configured root is /tmp/goshsroot, then a sibling path such as /tmp/goshsroot_evil/secret.txt incorrectly passes validation since it starts with the same byte prefix. This vulnerability is fixed in 2.0.0-beta.6.
Impact
Base Score 4.0
8.70
Severity 4.0
HIGH
Base Score 3.x
8.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:a:goshs:goshs:*:*:*:*:*:go:*:* | 2.0.0 (excluding) | |
| cpe:2.3:a:goshs:goshs:2.0.0:beta1:*:*:*:go:*:* | ||
| cpe:2.3:a:goshs:goshs:2.0.0:beta2:*:*:*:go:*:* | ||
| cpe:2.3:a:goshs:goshs:2.0.0:beta3:*:*:*:go:*:* | ||
| cpe:2.3:a:goshs:goshs:2.0.0:beta4:*:*:*:go:*:* | ||
| cpe:2.3:a:goshs:goshs:2.0.0:beta5:*:*:*:go:*:* |
To consult the complete list of CPE names with products and versions, see this page



