From c775db1784117e61815919886de8e758cb68891c Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 22:34:15 +0000 Subject: [PATCH] Publish GHSA-jh66-3545-vpm7 --- .../GHSA-jh66-3545-vpm7.json | 46 ++++++++++++++++--- 1 file changed, 40 insertions(+), 6 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/09/GHSA-jh66-3545-vpm7/GHSA-jh66-3545-vpm7.json (58%) diff --git a/advisories/unreviewed/2024/09/GHSA-jh66-3545-vpm7/GHSA-jh66-3545-vpm7.json b/advisories/github-reviewed/2024/09/GHSA-jh66-3545-vpm7/GHSA-jh66-3545-vpm7.json similarity index 58% rename from advisories/unreviewed/2024/09/GHSA-jh66-3545-vpm7/GHSA-jh66-3545-vpm7.json rename to advisories/github-reviewed/2024/09/GHSA-jh66-3545-vpm7/GHSA-jh66-3545-vpm7.json index 0a17d2359a782..7df797a3ec027 100644 --- a/advisories/unreviewed/2024/09/GHSA-jh66-3545-vpm7/GHSA-jh66-3545-vpm7.json +++ b/advisories/github-reviewed/2024/09/GHSA-jh66-3545-vpm7/GHSA-jh66-3545-vpm7.json @@ -1,23 +1,57 @@ { "schema_version": "1.4.0", "id": "GHSA-jh66-3545-vpm7", - "modified": "2024-09-17T21:30:32Z", + "modified": "2024-09-17T22:32:48Z", "published": "2024-09-17T21:30:32Z", "aliases": [ "CVE-2024-45537" ], + "summary": "Apache Druid: Users can provide MySQL JDBC properties not on allow list", "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.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N" + }, + { + "type": "CVSS_V4", + "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" + } ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.druid:druid" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "30.0.1" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45537" }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/druid" + }, + { + "type": "WEB", + "url": "https://github.com/apache/druid/releases/tag/druid-30.0.1" + }, { "type": "WEB", "url": "https://lists.apache.org/thread/2ovx1t77y6tlkhk5b42clp4vwo4c8cjv" @@ -27,9 +61,9 @@ "cwe_ids": [ "CWE-20" ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-09-17T22:32:48Z", "nvd_published_at": "2024-09-17T19:15:28Z" } } \ No newline at end of file