CVE-2026-13750
Received Received - Intake

Sensitive Information Log Exposure in Snowflake CLI

Vulnerability report for CVE-2026-13750, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-29

Last updated on: 2026-06-29

Assigner: 412d305a-227d-44f9-a262-a31ba44f2aea

Description

Insertion of sensitive information into log files in Snowflake CLI versions prior to 3.19 allowed plaintext credentials to be written to persistent local debug logs. An attacker could exploit this by obtaining read access to the affected user's local log files, causing credentials such as passwords, tokens, or private key material to be exposed without additional application-level safeguards. Successful exploitation requires credentials to be present in the affected connection context and the resulting logs to be accessible from the local environment. The fix is available in Snowflake CLI version 3.19, and users must manually upgrade.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-29
Last Modified
2026-06-29
Generated
2026-06-29
AI Q&A
2026-06-29
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
snowflake snowflake_cli to 3.19 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-532 The product writes sensitive information to a log file.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves the Snowflake CLI versions prior to 3.19 writing sensitive information, such as plaintext credentials, into persistent local debug log files. If an attacker gains read access to these local log files, they can obtain credentials like passwords, tokens, or private key material without needing additional application-level protections.

The vulnerability occurs because the CLI inserts sensitive data into logs when credentials are present in the connection context, and these logs remain accessible on the local system.

The issue is fixed in Snowflake CLI version 3.19, and users must upgrade manually to mitigate this risk.

Detection Guidance

This vulnerability involves plaintext credentials being written to persistent local debug log files by Snowflake CLI versions prior to 3.19. Detection involves checking for the presence of these log files on the local system and inspecting them for sensitive information such as passwords, tokens, or private key material.

Since the vulnerability requires local access to the log files, you can search for Snowflake CLI debug log files on the affected user's environment. For example, you might look for log files in typical log directories or the user's home directory.

Suggested commands to detect the presence of such logs and potentially exposed credentials include:

  • On Unix/Linux systems, use: `find ~/. -type f -name "*snowflake*log*"` to locate log files.
  • Use `grep` to search for keywords like 'password', 'token', or 'private key' within those logs, e.g., `grep -iE "password|token|private key" <logfile>`.
  • Check the version of Snowflake CLI installed using `snowflake --version` or `snowflake_cli --version` to confirm if it is prior to 3.19.
Mitigation Strategies

The primary mitigation step is to upgrade the Snowflake CLI to version 3.19 or later, where this vulnerability has been fixed.

Additionally, restrict access permissions to local log files to prevent unauthorized users from reading sensitive information.

Review and securely delete any existing debug log files that may contain plaintext credentials to reduce exposure.

Ensure that credentials are not unnecessarily stored or logged in plaintext in any application or environment.

Compliance Impact

This vulnerability involves the insertion of sensitive information, such as plaintext credentials, into local debug log files. Exposure of such sensitive data could lead to unauthorized access to user credentials if an attacker obtains read access to these logs.

Since regulations like GDPR and HIPAA require the protection of sensitive personal and authentication data, this vulnerability could potentially lead to non-compliance if sensitive credentials are exposed due to inadequate logging safeguards.

Organizations using affected versions of Snowflake CLI must upgrade to version 3.19 to mitigate this risk and help maintain compliance with data protection standards.

Impact Analysis

If exploited, this vulnerability can lead to exposure of sensitive credentials stored in the local debug logs of the Snowflake CLI. An attacker with read access to these logs could steal passwords, tokens, or private keys, potentially allowing unauthorized access to systems or data.

This exposure could compromise the security of your Snowflake environment and any connected resources that rely on these credentials.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-13750. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart