GHSA-c82r-c9f7-f5mj

Suggest an improvement
Source
https://github.com/advisories/GHSA-c82r-c9f7-f5mj
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/04/GHSA-c82r-c9f7-f5mj/GHSA-c82r-c9f7-f5mj.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-c82r-c9f7-f5mj
Aliases
  • CVE-2025-46326
Published
2025-04-28T20:25:51Z
Modified
2025-04-29T13:21:57.617566Z
Severity
  • 3.3 (Low) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N CVSS Calculator
Summary
Snowflake Connector for .NET has race condition when checking access to Easy Logging configuration file
Details

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.

Database specific
{
    "nvd_published_at": "2025-04-28T23:15:44Z",
    "cwe_ids": [
        "CWE-367"
    ],
    "severity": "LOW",
    "github_reviewed": true,
    "github_reviewed_at": "2025-04-28T20:25:51Z"
}
References

Affected packages

NuGet / Snowflake.Data

Package

Name
Snowflake.Data
View open source insights on deps.dev
Purl
pkg:nuget/Snowflake.Data

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.1.2
Fixed
4.4.1

Affected versions

2.*

2.1.2
2.1.3
2.1.4
2.1.5
2.2.0

Database specific

{
    "last_known_affected_version_range": "<= 4.4.0"
}