From 3a6a3027449d4be75c350bdb88634c2e2591b308 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 20:18:27 +0000 Subject: [PATCH] Publish GHSA-h83p-72jv-g7vp --- .../GHSA-h83p-72jv-g7vp.json | 39 +++++++++++++++++-- 1 file changed, 35 insertions(+), 4 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/08/GHSA-h83p-72jv-g7vp/GHSA-h83p-72jv-g7vp.json (61%) diff --git a/advisories/unreviewed/2024/08/GHSA-h83p-72jv-g7vp/GHSA-h83p-72jv-g7vp.json b/advisories/github-reviewed/2024/08/GHSA-h83p-72jv-g7vp/GHSA-h83p-72jv-g7vp.json similarity index 61% rename from advisories/unreviewed/2024/08/GHSA-h83p-72jv-g7vp/GHSA-h83p-72jv-g7vp.json rename to advisories/github-reviewed/2024/08/GHSA-h83p-72jv-g7vp/GHSA-h83p-72jv-g7vp.json index fcb1fa92ed3..60472a2660a 100644 --- a/advisories/unreviewed/2024/08/GHSA-h83p-72jv-g7vp/GHSA-h83p-72jv-g7vp.json +++ b/advisories/github-reviewed/2024/08/GHSA-h83p-72jv-g7vp/GHSA-h83p-72jv-g7vp.json @@ -1,26 +1,53 @@ { "schema_version": "1.4.0", "id": "GHSA-h83p-72jv-g7vp", - "modified": "2024-08-31T00:31:05Z", + "modified": "2024-09-03T20:17:06Z", "published": "2024-08-31T00:31:05Z", "aliases": [ "CVE-2024-8285" ], + "summary": "Missing hostname validation in Kroxylicious", "details": "A flaw was found in Kroxylicious. When establishing the connection with the upstream Kafka server using a TLS secured connection, Kroxylicious fails to properly verify the server's hostname, resulting in an insecure connection. For a successful attack to be performed, the attacker needs to perform a Man-in-the-Middle attack or compromise any external systems, such as DNS or network routing configuration. This issue is considered a high complexity attack, with additional high privileges required, as the attack would need access to the Kroxylicious configuration or a peer system. The result of a successful attack impacts both data integrity and confidentiality.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:P/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N" } ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "io.kroxylicious:kroxylicious-runtime" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.8.0" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8285" }, + { + "type": "WEB", + "url": "https://github.com/kroxylicious/kroxylicious/commit/8be1efcb0a2160fa3ad4cb0e5a27e60160774dce" + }, { "type": "WEB", "url": "https://access.redhat.com/security/cve/CVE-2024-8285" @@ -28,6 +55,10 @@ { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2308606" + }, + { + "type": "PACKAGE", + "url": "https://github.com/kroxylicious/kroxylicious" } ], "database_specific": { @@ -35,8 +66,8 @@ "CWE-297" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-09-03T20:17:06Z", "nvd_published_at": "2024-08-30T22:15:06Z" } } \ No newline at end of file