diff --git a/advisories/unreviewed/2026/07/GHSA-872q-cxrp-279p/GHSA-872q-cxrp-279p.json b/advisories/unreviewed/2026/07/GHSA-872q-cxrp-279p/GHSA-872q-cxrp-279p.json index 4793b1762812..d05b32964ed9 100644 --- a/advisories/unreviewed/2026/07/GHSA-872q-cxrp-279p/GHSA-872q-cxrp-279p.json +++ b/advisories/unreviewed/2026/07/GHSA-872q-cxrp-279p/GHSA-872q-cxrp-279p.json @@ -1,11 +1,12 @@ { "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": [ { @@ -13,15 +14,47 @@ "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": {