CVE 8.7 HIGH

SFTP root escape via prefix-based path validation in goshs_CVE-2026-40876

8.7 / 10
HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

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.

AI Analysis

SFTP root escape via prefix-based path validation in goshs, allowing authenticated SFTP users to read and write outside the configured SFTP root

Basic Information

ID CVE-2026-40876
Source GitHub_M
Published Apr 21, 2026 at 19:34

Affected Product

Vendor patrickhener
Product goshs
Version < 2.0.0-beta.6
Affected Versions patrickhener goshs < 2.0.0-beta.6

CWE Classification

AI Assessment

AI Score 8.7 / 10
AI Severity High
Vendor patrickhener
Product goshs
Version < 2.0.0-beta.6

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.