SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-62325

CRITICAL · CVSS 9.1 EPSS 0.34% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-28 · Last synced 2026-08-27

CyberRota Analysis

AI-Generated

The vulnerability in goshs affects versions 2.1.3 to 2.1.4, where the SFTP authentication mechanism fails to properly validate credentials, allowing unauthenticated access to files. This critical flaw poses a significant risk to any organization using this file server, as it could lead to unauthorized data exposure. Users of affected versions should prioritize upgrading to version 2.1.4 to mitigate this security risk.

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.

CVE
CVE-2026-62325
Severity
CRITICAL
CVSS
9.1
EPSS
0.34%

Original NVD Description

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.