---
id: CVE-2025-24793
aliases:
  - GHSA-2vpq-fh52-j3wv
  - PYSEC-2025-26
title: snowflake-connector-python vulnerable to SQL Injection in write_pandas
summary: snowflake-connector-python vulnerable to SQL Injection in write_pandas
severity: high
cvss: 7
cvssVector: 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'
vendor: snowflake-connector-python
product: snowflake-connector-python
ecosystem: pip
affected:
  - 'snowflake-connector-python >= 2.2.5, < 3.13.1'
patched:
  - snowflake-connector-python 3.13.1
published: '2025-01-29'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:21.789969057Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-2vpq-fh52-j3wv'
references:
  - url: >-
      https://github.com/snowflakedb/snowflake-connector-python/security/advisories/GHSA-2vpq-fh52-j3wv
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2025-24793'
  - url: >-
      https://github.com/snowflakedb/snowflake-connector-python/commit/f3f9b666518d29c31a49384bbaa9a65889e72056
  - url: >-
      https://github.com/pypa/advisory-database/tree/main/vulns/snowflake-connector-python/PYSEC-2025-26.yaml
  - url: 'https://github.com/snowflakedb/snowflake-connector-python'
  - url: >-
      https://github.com/snowflakedb/snowflake-connector-python/releases/tag/v3.13.1
tags:
  - osv
  - pip
epss: 0.00306
epssPercentile: 0.20854
ingestedAt: '2026-09-12T03:13:01.640Z'
---

## Overview

### Issue
Snowflake discovered and remediated a vulnerability in the Snowflake Connector for Python. A function from the snowflake.connector.pandas_tools module is vulnerable to SQL injection.

This vulnerability affects versions 2.2.5 through 3.13.0. Snowflake fixed the issue in version 3.13.1.

### Vulnerability Details
A function from the snowflake.connector.pandas_tools module is not sanitizing all of its arguments, and queries using them are not parametrized. An attacker controlling these arguments could achieve SQL injection by passing crafted input. Any SQL executed that way by an attacker would still run in the context of the current session.

### Solution
Snowflake released version 3.13.1 of the Snowflake Connector for Python, which fixes this issue. We recommend users upgrade to version 3.13.1.

### Additional Information
If you discover a security vulnerability in one of our products or websites, please report the issue to HackerOne. For more information, please see our [Vulnerability Disclosure Policy](https://hackerone.com/snowflake?type=team).

## Affected packages

- `snowflake-connector-python >= 2.2.5, < 3.13.1`

## Remediation

Upgrade to a patched release:

- `snowflake-connector-python 3.13.1`
