CVE-2026-19594: Path Traversal and HTTP Parameter Pollution in Snowflake Python API (snowflake.core) Allow Confused-Deputy Privilege Escalation
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 Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
snowflake.coreto a version that resolves this vulnerability.Fixed in 1.13.0
Event History
Frequently Asked Questions
What is the severity of CVE-2026-19594?
The severity of CVE-2026-19594 is rated high with a CVSS score of 8.1.
How do I fix CVE-2026-19594?
To fix CVE-2026-19594, update the Snowflake Python API (`snowflake.core`) to version 1.13.0 or later.
What types of vulnerabilities are present in CVE-2026-19594?
CVE-2026-19594 contains vulnerabilities related to path traversal and HTTP parameter pollution.
What could an attacker potentially achieve with CVE-2026-19594?
An attacker could achieve privilege escalation due to insufficient input sanitization in the affected API versions.
Which software is affected by CVE-2026-19594?
CVE-2026-19594 affects versions of the Snowflake Python API (`snowflake.core`) prior to 1.13.0.