CVE-2026-62325 PUBLISHED

goshs SFTP authentication bypass via empty password (incomplete fix of CVE-2026-40884)

Assigner: GitHub_M
Reserved: 13.07.2026 Published: 28.07.2026 Updated: 29.07.2026

goshs is a feature-rich single-binary file server for red teamers and developers. From 2.1.3 until 2.1.4, the sftpserver/sftpserver.go password handler used Username != "" && Password != "", so running goshs with -b 'admin:' -sftp and no -fkf left both SFTP authentication handlers unset and allowed unauthenticated file access. This issue is fixed in version 2.1.4.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
CVSS Score: 9.1

Product Status

Vendor goshs-labs
Product goshs
Versions
  • Version >= 2.1.3, < 2.1.4 is affected

References

Problem Types

  • CWE-306: Missing Authentication for Critical Function CWE