First published: Mon Apr 28 2025(Updated: )
# Issue Snowflake discovered and remediated a vulnerability in the NodeJS Driver for Snowflake (“Driver”). When using the Easy Logging feature on Linux and macOS the Driver didn’t correctly verify the permissions of the logging configuration file, potentially allowing an attacker with local access to overwrite the configuration and gain control over logging level and output location. This vulnerability affects Driver versions 1.10.0 through 2.0.3. Snowflake fixed the issue in version 2.0.4. # Vulnerability Details When using the Easy Logging feature on Linux and macOS the Driver reads logging configuration from a user-provided file. On Linux and macOS the Driver verifies that the configuration file can be written to only by its owner. That check was vulnerable to a Time-of-Check to Time-of-Use (TOCTOU) race condition and failed to verify that the file owner matches the user running the Driver. This could allow a local attacker with write access to the configuration file or the directory containing it to overwrite the configuration and gain control over logging level and output location. # Solution Snowflake released version 2.0.4 of the NodeJS Driver for Snowflake, which fixes this issue. We recommend users upgrade to version 2.0.4. # Additional Information If you discover a security vulnerability in one of our products or websites, please report the issue to Snowflake through our Vulnerability Disclosure Program hosted at HackerOne. For more information, please see our [Vulnerability Disclosure Policy](https://hackerone.com/snowflake?type=team).
Affected Software | Affected Version | How to fix |
---|---|---|
npm/snowflake-sdk | >=1.10.0<=2.0.3 | 2.0.4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The GHSA-wmjq-jrm2-9wfr vulnerability is considered to be of moderate severity due to its potential to allow unauthorized access to logging configuration files.
To fix GHSA-wmjq-jrm2-9wfr, update the snowflake-sdk package to version 2.0.4 or later.
The versions of snowflake-sdk affected by GHSA-wmjq-jrm2-9wfr range from 1.10.0 to 2.0.3.
GHSA-wmjq-jrm2-9wfr impacts the NodeJS Driver for Snowflake specifically on Linux and macOS platforms.
The implications of GHSA-wmjq-jrm2-9wfr include the risk of local attackers gaining access to sensitive log information due to improper permissions on the logging configuration file.