Skip to content

Restrict command execution from the EventManager

Moderate
drakkan published GHSA-49cc-xrjf-9qf7 Nov 21, 2024

Package

gomod sftpgo (Go)

Affected versions

>= 2.4.0, < 2.6.3

Patched versions

2.6.3

Description

Impact

One powerful feature of SFTPGo is the ability to have the EventManager execute scripts or run applications in response to certain events.
This feature is very common in all software similar to SFTPGo and is generally unrestricted.

However, any SFTPGo administrator with permission to run a script has access to the underlying OS/container with the same permissions as the user running SFTPGo.

This is unexpected for some SFTPGo administrators who think that there is a clear distinction between accessing the system shell and accessing the SFTPGo WebAdmin UI.

Patches

To avoid this confusion, running system commands is now disabled by default, and an allow list has been added so that system administrators configuring SFTPGo must explicitly define which commands are allowed to be configured from the WebAdmin UI.

88b1850
b524da1

Workarounds

Allow EventManager to be used only by SFTPGo administrators who also have shell access.

Severity

Moderate

CVE ID

CVE-2024-52309

Weaknesses

No CWEs

Credits