HashiCorp go-getter Vulnerable to Argument Injection When Fetching Remote Default Git Branches
Critical severity
GitHub Reviewed
Published
Apr 17, 2024
to the GitHub Advisory Database
•
Updated Apr 28, 2024
Package
Affected versions
>= 1.5.9, < 1.7.4
Patched versions
1.7.4
Description
Published by the National Vulnerability Database
Apr 17, 2024
Published to the GitHub Advisory Database
Apr 17, 2024
Reviewed
Apr 18, 2024
Last updated
Apr 28, 2024
When go-getter is performing a Git operation, go-getter will try to clone the given repository. If a Git reference is not passed along with the Git url, go-getter will then try to check the remote repository’s HEAD reference of its default branch by passing arguments to the Git binary on the host it is executing on.
An attacker may format a Git URL in order to inject additional Git arguments to the Git call.
Consumers of the go-getter library should evaluate the risk associated with these issues in the context of their go-getter usage and upgrade go-getter to 1.7.4 or later.
References