First published: Mon Apr 28 2025(Updated: )
# Issue Snowflake discovered and remediated a vulnerability in the Snowflake Connector for .NET (“Connector”). When using the Easy Logging feature on Linux and macOS, the Connector 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 Connector versions 2.1.2 through 4.4.0. Snowflake fixed the issue in version 4.4.1. # Vulnerability Details When using the Easy Logging feature on Linux and macOS, the Connector reads logging configuration from a user-provided file. On Linux and macOS, the Connector 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 Connector. 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 4.4.1 of the Snowflake Connector for .NET, which fixes this issue. We recommend users upgrade to version 4.4.1. # 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).
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
nuget/Snowflake.Data | >=2.1.2<=4.4.0 | 4.4.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-46326 has been rated as a medium severity vulnerability.
To fix CVE-2025-46326, upgrade the Snowflake Connector for .NET to version 4.4.1 or later.
CVE-2025-46326 affects versions of the Snowflake Connector for .NET from 2.1.2 to 4.4.0.
The main issue with CVE-2025-46326 is the incorrect verification of permissions for the logging configuration file in the Connector.
CVE-2025-46326 occurs on Linux and macOS when using the Easy Logging feature.