There was an argument injection vulnerability in Sourcetree for macOS via filenames in Mercurial repositories. An attacker with permission to commit to a Mercurial repository linked in Sourcetree for macOS is able to exploit this issue to gain code execution on the system. Versions of Sourcetree for macOS from 1.0b2 before 2.7.6 are affected by this vulnerability.
The product constructs a string for a command to be executed by a separate component in another control sphere, but it does not properly delimit the intended arguments, options, or switches within that command string.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Sourcetree | Atlassian | 1.0 (including) | 2.7.6 (excluding) |
Sourcetree | Atlassian | 1.0-beta2 (including) | 1.0-beta2 (including) |
Sourcetree | Atlassian | 1.0-beta3 (including) | 1.0-beta3 (including) |
Sourcetree | Atlassian | 1.0-beta4 (including) | 1.0-beta4 (including) |
Sourcetree | Atlassian | 1.0-beta5 (including) | 1.0-beta5 (including) |
Sourcetree | Atlassian | 1.0-rc1 (including) | 1.0-rc1 (including) |
When creating commands using interpolation into a string, developers may assume that only the arguments/options that they specify will be processed. This assumption may be even stronger when the programmer has encoded the command in a way that prevents separate commands from being provided maliciously, e.g. in the case of shell metacharacters. When constructing the command, the developer may use whitespace or other delimiters that are required to separate arguments when the command. However, if an attacker can provide an untrusted input that contains argument-separating delimiters, then the resulting command will have more arguments than intended by the developer. The attacker may then be able to change the behavior of the command. Depending on the functionality supported by the extraneous arguments, this may have security-relevant consequences.