Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-19594
Published:August 12, 2026
Updated:September 01, 2026
Insufficient input sanitization in Snowflake Python API ("snowflake.core") versions prior to 1.13.0 allowed confused-deputy privilege escalation through two related weaknesses: path traversal (CWE-22) via unencoded ".." identifier path segments, and HTTP parameter pollution (CWE-141) via unencoded "&"/"#"/"=" characters in query string values. An attacker with access to a downstream application built on snowflake.core could exploit the path traversal by supplying ".." as an object name, causing "snowflake.core" to issue REST requests against a parent resource or exploit the parameter pollution by injecting "&"/"#"/"=" into a free-form name field to override constraints on swap, clone, or rename operations — all executed under the application's privileged session. Successful exploitation requires the attacker to control an identifier or object-name string in an application built on snowflake.core that passes it to "snowflake.core" under a higher-privileged Snowflake session (e.g., an EXECUTE AS OWNER stored procedure, Streamlit app, or Native App). The fix is available in Snowflake Python API version 1.13.0, which also addresses several additional security findings. Users must manually upgrade.
Affected Packages
snowflake.core (CONDA):
Affected version(s) >=0.13.0 <1.13.0
Fix Suggestion:
Update to version 1.13.0
snowflake.core (PYTHON):
Affected version(s) >=0.3.0 <1.13.0
Fix Suggestion:
Update to version 1.13.0
Do you need more information?
Contact Us
CVSS v4
Base Score:
7.2
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.1
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Improper Neutralization of Parameter/Argument Delimiters
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
EPSS
Base Score:
0.40