Improper Neutralization of Special Elements used in a Command ('Command Injection')
CVE-2023-34231
Summary
The gosnowflake is the Snowflake Golang driver. Versions prior to 1.6.19, a command injection vulnerability exists in the Snowflake Golang driver via single sign-on (SSO) browser URL authentication. In order to exploit the potential for command injection, an attacker would need to be successful in establishing a malicious resource and redirecting users to utilize the resource. The attacker could set up a malicious, publicly accessible server that responds to the SSO URL with an attack payload. If the attacker then tricked a user into visiting the maliciously crafted connection URL, the user’s local machine would render the malicious payload, leading to remote code execution. This attack scenario can be mitigated through URL whitelisting as well as common anti-phishing resources.
- LOW
- NETWORK
- HIGH
- UNCHANGED
- REQUIRED
- LOW
- HIGH
- NONE
CWE-77 - Command Injection
A command injection attack involves injecting an operating system command through the data input, which gets executed on the host operating system with the privileges of the victimized application. The impact of a command injection attack may range from loss of data confidentiality and integrity to unauthorized remote access to the hosting system. The attack may cause serious data breaches and system takeover.
References
Advisory Timeline
- Published