From 8db50adc9f1692096ba0f05b7a06a2f27a318738 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:11:01 +0000 Subject: [PATCH] Publish GHSA-rcq8-9q3j-98mw --- .../GHSA-rcq8-9q3j-98mw.json | 44 +++++++++++++++++-- 1 file changed, 40 insertions(+), 4 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/12/GHSA-rcq8-9q3j-98mw/GHSA-rcq8-9q3j-98mw.json (59%) diff --git a/advisories/unreviewed/2024/12/GHSA-rcq8-9q3j-98mw/GHSA-rcq8-9q3j-98mw.json b/advisories/github-reviewed/2024/12/GHSA-rcq8-9q3j-98mw/GHSA-rcq8-9q3j-98mw.json similarity index 59% rename from advisories/unreviewed/2024/12/GHSA-rcq8-9q3j-98mw/GHSA-rcq8-9q3j-98mw.json rename to advisories/github-reviewed/2024/12/GHSA-rcq8-9q3j-98mw/GHSA-rcq8-9q3j-98mw.json index d33e1f8389c..6dffcdf8492 100644 --- a/advisories/unreviewed/2024/12/GHSA-rcq8-9q3j-98mw/GHSA-rcq8-9q3j-98mw.json +++ b/advisories/github-reviewed/2024/12/GHSA-rcq8-9q3j-98mw/GHSA-rcq8-9q3j-98mw.json @@ -1,24 +1,60 @@ { "schema_version": "1.4.0", "id": "GHSA-rcq8-9q3j-98mw", - "modified": "2024-12-03T15:31:24Z", + "modified": "2024-12-03T19:09:07Z", "published": "2024-12-03T12:31:11Z", "aliases": [ "CVE-2024-45106" ], + "summary": "Apache Ozone: Improper authentication when generating S3 secrets", "details": "Improper authentication of an HTTP endpoint in the S3 Gateway of Apache Ozone 1.4.0 allows any authenticated Kerberos user to revoke and regenerate the S3 secrets of any other user. This is only possible if:\n * ozone.s3g.secret.http.enabled is set to true. The default value of this configuration is false.\n * The user configured in ozone.s3g.kerberos.principal is also configured in ozone.s3.administrators or ozone.administrators.\n\n\nUsers are recommended to upgrade to Apache Ozone version 1.4.1 which disables the affected endpoint.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.ozone:ozone" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.4.0" + }, + { + "fixed": "1.4.1" + } + ] + } + ], + "versions": [ + "1.4.0" + ] } ], - "affected": [], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45106" }, + { + "type": "WEB", + "url": "https://github.com/apache/ozone/pull/5233" + }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/ozone" + }, { "type": "WEB", "url": "https://lists.apache.org/thread/rylnxwttp004kvotpk9j158vb238pfkm" @@ -34,8 +70,8 @@ "CWE-863" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-12-03T19:09:07Z", "nvd_published_at": "2024-12-03T10:15:05Z" } } \ No newline at end of file