CVE-2024-43382: Snowflake JDBC Security Advisory
5.9
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.06375%
CWE
Published
10/30/2024
Updated
10/31/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| net.snowflake:snowflake-jdbc | maven | >= 3.2.6, <= 3.19.1 | 3.20.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from misconfiguration handling of the CLIENT_ENCRYPTION_KEY_SIZE parameter. Key observations:
- The 256-bit setting unexpectedly disabled client-side encryption (contrary to user intent)
- The fix in v3.20.0 likely corrected encryption enablement logic
- CWE-311/326 implicate encryption configuration functions
- JDBC driver architecture suggests connection/stage configuration classes would handle these parameters While exact function names aren't confirmed in public disclosures, the pattern matches Snowflake's Java package structure and the described parameter interaction.