From 25a2be1ea50e0b70d1df6a0f930f4f26b2939aa1 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:30:05 +0000 Subject: [PATCH] Publish GHSA-4g3j-c4wg-6j7x --- .../GHSA-4g3j-c4wg-6j7x.json | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 advisories/github-reviewed/2023/04/GHSA-4g3j-c4wg-6j7x/GHSA-4g3j-c4wg-6j7x.json diff --git a/advisories/github-reviewed/2023/04/GHSA-4g3j-c4wg-6j7x/GHSA-4g3j-c4wg-6j7x.json b/advisories/github-reviewed/2023/04/GHSA-4g3j-c4wg-6j7x/GHSA-4g3j-c4wg-6j7x.json new file mode 100644 index 00000000000..b2764b7fdf8 --- /dev/null +++ b/advisories/github-reviewed/2023/04/GHSA-4g3j-c4wg-6j7x/GHSA-4g3j-c4wg-6j7x.json @@ -0,0 +1,57 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-4g3j-c4wg-6j7x", + "modified": "2023-04-14T18:28:58Z", + "published": "2023-04-14T18:28:58Z", + "aliases": [ + "CVE-2023-30535" + ], + "summary": "Snowflake JDBC vulnerable to command injection via SSO URL authentication", + "details": "Snowflake JDBC driver is vulnerable to command injection vulnerability via SSO URL authentication. The vulnerability was patched on March 17, 2023 as part of Snowflake JDBC driver Version 3.13.29. An attacker could set up a malicious, publicly accessible server which responds to the SSO URL with an attack payload. If the attacker then tricked a user into visiting the maliciously crafted connection URL, the user’s local machine would render the malicious payload, leading to a remote code execution.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "net.snowflake:snowflake-jdbc" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.13.29" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/snowflakedb/snowflake-jdbc/security/advisories/GHSA-4g3j-c4wg-6j7x" + }, + { + "type": "PACKAGE", + "url": "https://github.com/snowflakedb/snowflake-jdbc" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-20" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2023-04-14T18:28:58Z", + "nvd_published_at": null + } +} \ No newline at end of file