Skip to content

Command Injection Vulnerability with Mercurial

Moderate
mattfarina published GHSA-6635-c626-vj4r Mar 30, 2022

Package

gomod github.com/Masterminds/vcs (Go)

Affected versions

< 1.13.2

Patched versions

1.13.2

Description

URLs and local file paths passed to the Mercurial (hg) APIs that are specially crafted can contain commands which are executed by Mercurial if it is installed on the host operating system.

Impact

The vcs package uses the underly version control system, in this case hg, to implement the needed functionality. When hg is executed, argument strings are passed to hg in a way that additional flags can be set. The additional flags can be used to perform a command injection.

Other version control systems with an implemented interface may also be vulnerable.

Patches

The issue has been fixed in version 1.13.2.

Workarounds

A work around is to sanitize data passed to the vcs package APIs to ensure it does not contain commands or unexpected data. This is important for user input data that is passed directly to the package APIs.

For more information

If you have any questions or comments about this advisory please file an issue.

Severity

Moderate

CVE ID

CVE-2022-21235

Credits