GHSA-6jgm-j7h2-2fqg

Suggest an improvement
Source
https://github.com/advisories/GHSA-6jgm-j7h2-2fqg
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/04/GHSA-6jgm-j7h2-2fqg/GHSA-6jgm-j7h2-2fqg.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-6jgm-j7h2-2fqg
Aliases
  • CVE-2025-46327
Related
Published
2025-04-28T20:27:29Z
Modified
2025-04-29T13:10:41Z
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
Go Snowflake Driver has race condition when checking access to Easy Logging configuration file
Details

Issue

Snowflake discovered and remediated a vulnerability in the Go Snowflake Driver (“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 from 1.7.0 up to, but not including, 1.13.3. Snowflake fixed the issue in version 1.13.3.

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 1.13.3 of the Go Snowflake Driver, which fixes this issue. We recommend users upgrade to version 1.13.3.

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:27:29Z"
}
References

Affected packages

Go / github.com/snowflakedb/gosnowflake

Package

Name
github.com/snowflakedb/gosnowflake
View open source insights on deps.dev
Purl
pkg:golang/github.com/snowflakedb/gosnowflake

Affected ranges

Type
SEMVER
Events
Introduced
1.7.0
Fixed
1.13.3