Missing Encryption of Sensitive Data Affecting net.snowflake:snowflake-jdbc package, versions [3.2.6,3.20.0)
Threat Intelligence
EPSS
0.04% (11th
percentile)
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-JAVA-NETSNOWFLAKE-8310506
- published 30 Oct 2024
- disclosed 30 Oct 2024
- credit Unknown
Introduced: 30 Oct 2024
New CVE-2024-43382 Open this link in a new tabHow to fix?
Upgrade net.snowflake:snowflake-jdbc
to version 3.20.0 or higher.
Overview
Affected versions of this package are vulnerable to Missing Encryption of Sensitive Data due to a misbounded check in the createUploadStream()
function for Azure and GCP systems. When the CLIENT_ENCRYPTION_KEY_SIZE
of a stage using a JDBC driver is set to the non-default 256-bit size. An attacker can upload data which will be stored on the client side without encryption. It is still encrypted in transit and on the server.
Note: AWS deployments are not vulnerable.