Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,27 +1,60 @@
{
"schema_version": "1.4.0",
"id": "GHSA-872q-cxrp-279p",
"modified": "2026-07-08T15:32:02Z",
"modified": "2026-07-08T15:32:13Z",
"published": "2026-07-08T15:32:02Z",
"aliases": [
"CVE-2026-15062"
],
"summary": "SQL Injection in Snowflake Snowpark Python SDK",
"details": "SQL injection vulnerabilities in the Snowflake Snowpark Python SDK (snowpark-python) versions prior to 1.53.0 could allow authenticated low-privilege users to execute SQL beyond their authorization scope. An attacker could exploit these vulnerabilities by embedding SQL payloads in source database column names to escalate privileges via the DataFrameReader.dbapi() API by supplying a specially crafted location parameter to DataFrameWriter write methods to redirect a COPY INTO to an arbitrary source query, or by including a backslash-single-quote sequence in an export path to defeat the normalize_path() sanitizer and inject SQL via DataFrame.to_csv(). Successful exploitation may result in source database compromise, unauthorized cross-tenant data exfiltration, or unauthorized read of Snowflake account data.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "snowflake-snowpark-python"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0.1.0"
},
{
"fixed": "1.53.0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-15062"
},
{
"type": "PACKAGE",
"url": "https://github.com/snowflakedb/snowpark-python"
},
{
"type": "WEB",
"url": "https://github.com/snowflakedb/snowpark-python/blob/main/CHANGELOG.md"
},
{
"type": "WEB",
"url": "https://github.com/snowflakedb/snowpark-python/releases/tag/v1.53.0"
},
{
"type": "WEB",
"url": "https://pypi.org/project/snowflake-snowpark-python/1.53.0"
}
],
"database_specific": {
Expand Down
Loading