GHSA-xfhv-wqj6-rx99

Suggest an improvement
Source
https://github.com/advisories/GHSA-xfhv-wqj6-rx99
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/01/GHSA-xfhv-wqj6-rx99/GHSA-xfhv-wqj6-rx99.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-xfhv-wqj6-rx99
Aliases
Published
2025-01-29T18:42:26Z
Modified
2025-01-29T19:27:06.382234Z
Severity
  • 4.4 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N CVSS Calculator
Summary
snowflake-sdk may incorrectly validate temporary credential cache file permissions
Details

Issue

Snowflake discovered and remediated a vulnerability in the Snowflake NodeJS Driver. File permissions checks of the temporary credential cache could be bypassed by an attacker with write access to the local cache directory.

This vulnerability affects versions 1.12.0 through 2.0.1 on Linux. Snowflake fixed the issue in version 2.0.2.

Vulnerability Details

On Linux, when either EXTERNALBROWSER or USERNAMEPASSWORDMFA authentication methods are used with temporary credential caching enabled, the Snowflake NodeJS Driver will cache temporary credentials in a local file. Due to a bug, the check verifying that the cache file can be accessed only by the user running the Driver always succeeded, but didn’t verify the permissions or the ownership correctly. An attacker with write access to the local cache folder could plant an empty file there and the Driver would use it to store temporary credentials instead of rejecting it due to overly broad permissions.

Solution

Snowflake released version 2.0.2 of the Snowflake NodeJS Driver, which fixes this issue. We recommend users upgrade to version 2.0.2.

Additional Information

If you discover a security vulnerability in one of our products or websites, please report the issue to HackerOne. For more information, please see our Vulnerability Disclosure Policy.

Database specific
{
    "nvd_published_at": "2025-01-29T17:15:30Z",
    "cwe_ids": [
        "CWE-281"
    ],
    "severity": "MODERATE",
    "github_reviewed": true,
    "github_reviewed_at": "2025-01-29T18:42:26Z"
}
References

Affected packages

npm / snowflake-sdk

Package

Affected ranges

Type
SEMVER
Events
Introduced
1.12.0
Fixed
2.0.2

Database specific

{
    "last_known_affected_version_range": "<= 2.0.1"
}