Skip to content

Commit c775db1

Browse files
1 parent d862f54 commit c775db1

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,57 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-jh66-3545-vpm7",
4-
"modified": "2024-09-17T21:30:32Z",
4+
"modified": "2024-09-17T22:32:48Z",
55
"published": "2024-09-17T21:30:32Z",
66
"aliases": [
77
"CVE-2024-45537"
88
],
9+
"summary": "Apache Druid: Users can provide MySQL JDBC properties not on allow list",
910
"details": "Apache Druid allows users with certain permissions to read data from other database systems using JDBC. This functionality allows trusted users to set up Druid lookups or run ingestion tasks. Druid also allows administrators to configure a list of allowed properties that users are able to provide for their JDBC connections. By default, this allowed properties list restricts users to TLS-related properties only. However, when configuration a MySQL JDBC connection, users can use a particularly-crafted JDBC connection string to provide properties that are not on this allow list.\n\nUsers without the permission to configure JDBC connections are not able to exploit this vulnerability.\nCVE-2021-26919 describes a similar vulnerability which was partially addressed in Apache Druid 0.20.2.\n\nThis issue is fixed in Apache Druid 30.0.1.",
1011
"severity": [
11-
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N"
15+
},
16+
{
17+
"type": "CVSS_V4",
18+
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N"
19+
}
1220
],
1321
"affected": [
14-
22+
{
23+
"package": {
24+
"ecosystem": "Maven",
25+
"name": "org.apache.druid:druid"
26+
},
27+
"ranges": [
28+
{
29+
"type": "ECOSYSTEM",
30+
"events": [
31+
{
32+
"introduced": "0"
33+
},
34+
{
35+
"fixed": "30.0.1"
36+
}
37+
]
38+
}
39+
]
40+
}
1541
],
1642
"references": [
1743
{
1844
"type": "ADVISORY",
1945
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45537"
2046
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/apache/druid"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/apache/druid/releases/tag/druid-30.0.1"
54+
},
2155
{
2256
"type": "WEB",
2357
"url": "https://lists.apache.org/thread/2ovx1t77y6tlkhk5b42clp4vwo4c8cjv"
@@ -27,9 +61,9 @@
2761
"cwe_ids": [
2862
"CWE-20"
2963
],
30-
"severity": null,
31-
"github_reviewed": false,
32-
"github_reviewed_at": null,
64+
"severity": "LOW",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2024-09-17T22:32:48Z",
3367
"nvd_published_at": "2024-09-17T19:15:28Z"
3468
}
3569
}

0 commit comments

Comments
 (0)