Skip to content

Improper sanitization of placeholders in group home directories/key prefixes

Moderate
drakkan published GHSA-m83q-5wr4-4gfp Mar 13, 2026

Package

gomod sftpgo (Go)

Affected versions

>= 2.3.0 <= 2.7.0

Patched versions

2.7.1

Description

Impact

SFTPGo versions before v2.7.1 contain an input validation issue in the handling of dynamic group paths, for example, home directories or key prefixes.

When a group is configured with a dynamic home directory or key prefix using placeholders like %username%, the value replacing the placeholder is not strictly sanitized against relative path components. Consequently, if a user is created with a specially crafted username the resulting path may resolve to a parent directory instead of the intended sub-directory.

Patches

This issue is fixed in version v2.7.1

Severity

Moderate

CVE ID

CVE-2026-30915

Weaknesses

No CWEs