Skip to content

Commit 1b2bacc

Browse files
1 parent 921f52f commit 1b2bacc

1 file changed

Lines changed: 29 additions & 12 deletions

File tree

advisories/unreviewed/2026/02/GHSA-gx6c-pv62-9mcf/GHSA-gx6c-pv62-9mcf.json renamed to advisories/github-reviewed/2026/02/GHSA-gx6c-pv62-9mcf/GHSA-gx6c-pv62-9mcf.json

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,44 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-gx6c-pv62-9mcf",
4-
"modified": "2026-02-27T06:31:29Z",
4+
"modified": "2026-02-28T02:26:37Z",
55
"published": "2026-02-27T06:31:28Z",
66
"aliases": [
77
"CVE-2026-3293"
88
],
9-
"details": "A weakness has been identified in snowflakedb snowflake-jdbc up to 4.0.1. Impacted is the function SdkProxyRoutePlanner of the file src/main/java/net/snowflake/client/internal/core/SdkProxyRoutePlanner.java of the component JDBC URL Handler. Executing a manipulation of the argument nonProxyHosts can lead to inefficient regular expression complexity. The attack can only be executed locally. The exploit has been made available to the public and could be used for attacks. This patch is called 5fb0a8a318a2ed87f4022a1f56e742424ba94052. A patch should be applied to remediate this issue.",
9+
"summary": "Snowflake JDBC Driver is Vulnerable to Uncontrolled Resource Consumption through SdkProxyRoutePlanner",
10+
"details": "A weakness has been identified in Snowflake JDBC Driver up to 4.0.1. Impacted is the function SdkProxyRoutePlanner of the file src/main/java/net/snowflake/client/internal/core/SdkProxyRoutePlanner.java of the component JDBC URL Handler. Executing a manipulation of the argument nonProxyHosts can lead to inefficient regular expression complexity. The attack can only be executed locally. The exploit has been made available to the public and could be used for attacks. This patch is called 5fb0a8a318a2ed87f4022a1f56e742424ba94052. A patch should be applied to remediate this issue.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L"
1415
},
1516
{
1617
"type": "CVSS_V4",
17-
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
18+
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P"
19+
}
20+
],
21+
"affected": [
22+
{
23+
"package": {
24+
"ecosystem": "Maven",
25+
"name": "net.snowflake:snowflake-jdbc"
26+
},
27+
"ranges": [
28+
{
29+
"type": "ECOSYSTEM",
30+
"events": [
31+
{
32+
"introduced": "0"
33+
},
34+
{
35+
"last_affected": "4.0.1"
36+
}
37+
]
38+
}
39+
]
1840
}
1941
],
20-
"affected": [],
2142
"references": [
2243
{
2344
"type": "ADVISORY",
@@ -27,16 +48,12 @@
2748
"type": "WEB",
2849
"url": "https://github.com/snowflakedb/snowflake-jdbc/issues/2505"
2950
},
30-
{
31-
"type": "WEB",
32-
"url": "https://github.com/snowflakedb/snowflake-jdbc/issues/2505#issue-3951994646"
33-
},
3451
{
3552
"type": "WEB",
3653
"url": "https://github.com/snowflakedb/snowflake-jdbc/commit/5fb0a8a318a2ed87f4022a1f56e742424ba94052"
3754
},
3855
{
39-
"type": "WEB",
56+
"type": "PACKAGE",
4057
"url": "https://github.com/snowflakedb/snowflake-jdbc"
4158
},
4259
{
@@ -60,9 +77,9 @@
6077
"cwe_ids": [
6178
"CWE-400"
6279
],
63-
"severity": "MODERATE",
64-
"github_reviewed": false,
65-
"github_reviewed_at": null,
80+
"severity": "LOW",
81+
"github_reviewed": true,
82+
"github_reviewed_at": "2026-02-28T02:26:37Z",
6683
"nvd_published_at": "2026-02-27T06:18:00Z"
6784
}
6885
}

0 commit comments

Comments
 (0)