Skip to main content

Improper Neutralization of Special Elements used in a Command ('Command Injection')

CVE-2023-34230

Severity High
Score 7.3/10

Summary

The snowflake-connector-net, the Snowflake Connector for .NET, is vulnerable to Command Injection prior to version 2.0.18 via SSO 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.

Advisory Timeline

  • Published