First published: Thu Jun 08 2023(Updated: )
### Issue Snowflake was informed via our bug bounty program of a command injection vulnerability in the Snowflake NodeJS driver via SSO browser URL authentication. ### Impacted driver package: snowflake-connector-nodejs ### Impacted version range: before [Version 1.6.21](https://community.snowflake.com/s/article/Node-js-Driver-Release-Notes) ### Attack Scenario In order to exploit the potential for command injection, an attacker would need to be successful in (1) establishing a malicious resource and (2) redirecting users to utilize the resource. The attacker could set up a malicious, publicly accessible server which 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 a remote code execution. This attack scenario can be mitigated through URL whitelisting as well as common anti-phishing resources. ### Solution On April 18, 2023, Snowflake merged a patch that fixed a command injection vulnerability in the Snowflake NodeJS driver via SSO browser URL authentication. The vulnerability affected the Snowflake NodeJS driver before Version 1.6.21. We strongly recommend users upgrade to Version 1.6.21 as soon as possible via the following resources: [Snowflake NodeJS Driver](https://docs.snowflake.com/en/developer-guide/node-js/nodejs-driver) ### Additional Information If you discover a security vulnerability in one of our products or websites, please report the issue to HackerOne. For more information, please see our [Vulnerability Disclosure Policy](https://hackerone.com/snowflake?type=team).
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
npm/snowflake-sdk | <1.6.21 | 1.6.21 |
Snowflake Connector for Python | <1.6.21 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-34232 is classified as a command injection vulnerability in the Snowflake NodeJS driver.
To fix CVE-2023-34232, upgrade the snowflake-connector-nodejs package to version 1.6.21 or later.
CVE-2023-34232 affects all versions of snowflake-connector-nodejs before version 1.6.21.
CVE-2023-34232 could allow an attacker to execute arbitrary commands on the server through compromised authentication URLs.
There are no known workarounds for CVE-2023-34232, making it essential to upgrade to the fixed version.