From 991deaf229c065d42722d5794d192ef455b5e13f Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 20:41:31 +0000 Subject: [PATCH] Publish Advisories GHSA-58fx-7v9q-3g56 GHSA-p953-3j66-hg45 --- .../GHSA-58fx-7v9q-3g56.json | 37 ++++++++++++++++--- .../GHSA-p953-3j66-hg45.json | 35 +++++++++++++++--- 2 files changed, 62 insertions(+), 10 deletions(-) rename advisories/{unreviewed => github-reviewed}/2025/01/GHSA-58fx-7v9q-3g56/GHSA-58fx-7v9q-3g56.json (60%) rename advisories/{unreviewed => github-reviewed}/2025/01/GHSA-p953-3j66-hg45/GHSA-p953-3j66-hg45.json (75%) diff --git a/advisories/unreviewed/2025/01/GHSA-58fx-7v9q-3g56/GHSA-58fx-7v9q-3g56.json b/advisories/github-reviewed/2025/01/GHSA-58fx-7v9q-3g56/GHSA-58fx-7v9q-3g56.json similarity index 60% rename from advisories/unreviewed/2025/01/GHSA-58fx-7v9q-3g56/GHSA-58fx-7v9q-3g56.json rename to advisories/github-reviewed/2025/01/GHSA-58fx-7v9q-3g56/GHSA-58fx-7v9q-3g56.json index fb43e80673e..0a049368197 100644 --- a/advisories/unreviewed/2025/01/GHSA-58fx-7v9q-3g56/GHSA-58fx-7v9q-3g56.json +++ b/advisories/github-reviewed/2025/01/GHSA-58fx-7v9q-3g56/GHSA-58fx-7v9q-3g56.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-58fx-7v9q-3g56", - "modified": "2025-01-28T18:31:28Z", + "modified": "2025-01-28T20:40:01Z", "published": "2025-01-28T18:31:28Z", "aliases": [ "CVE-2024-13484" ], + "summary": "ArgoCD Namespace Isolation Break", "details": "A flaw was found in ArgoCD. The openshift.io/cluster-monitoring label is applied to all namespaces that deploy an ArgoCD CR instance, allowing the namespace to create a rogue PrometheusRule. This issue can have adverse effects on the platform monitoring stack, as the rule is rolled out cluster-wide when the label is applied.", "severity": [ { @@ -13,7 +14,27 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/argoproj/argo-cd/v2" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "2.10.3" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -26,13 +47,19 @@ { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269376" + }, + { + "type": "PACKAGE", + "url": "https://github.com/argoproj/argo-cd" } ], "database_specific": { - "cwe_ids": [], + "cwe_ids": [ + "CWE-668" + ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-01-28T20:40:01Z", "nvd_published_at": "2025-01-28T18:15:32Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2025/01/GHSA-p953-3j66-hg45/GHSA-p953-3j66-hg45.json b/advisories/github-reviewed/2025/01/GHSA-p953-3j66-hg45/GHSA-p953-3j66-hg45.json similarity index 75% rename from advisories/unreviewed/2025/01/GHSA-p953-3j66-hg45/GHSA-p953-3j66-hg45.json rename to advisories/github-reviewed/2025/01/GHSA-p953-3j66-hg45/GHSA-p953-3j66-hg45.json index a612934c6cb..063fcf96aad 100644 --- a/advisories/unreviewed/2025/01/GHSA-p953-3j66-hg45/GHSA-p953-3j66-hg45.json +++ b/advisories/github-reviewed/2025/01/GHSA-p953-3j66-hg45/GHSA-p953-3j66-hg45.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-p953-3j66-hg45", - "modified": "2025-01-28T15:31:56Z", + "modified": "2025-01-28T20:40:21Z", "published": "2025-01-28T09:32:34Z", "aliases": [ "CVE-2024-23953" ], + "summary": "Apache Hive vulnerable to Observable Timing Discrepancy and Authentication Bypass by Spoofing", "details": "Use of Arrays.equals() in LlapSignerImpl in Apache Hive to compare message signatures allows attacker to forge a valid signature for an arbitrary message byte by byte. The attacker should be an authorized user of the product to perform this attack. Users are recommended to upgrade to version 4.0.0, which fixes this issue.\n\nThe problem occurs when an application doesn’t use a constant-time algorithm for validating a signature. The method Arrays.equals() returns false right away when it sees that one of the input’s bytes are different. It means that the comparison time depends on the contents of the arrays. This little thing may allow an attacker to forge a valid signature for an arbitrary message byte by byte. So it might allow malicious users to submit splits/work with selected signatures to LLAP without running as a privileged user, potentially leading to DDoS attack.\n\nMore details in the reference section.", "severity": [ { @@ -13,7 +14,27 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.hive:hive-llap-common" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.0.0" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -32,7 +53,7 @@ "url": "https://cqr.company/web-vulnerabilities/timing-attacks" }, { - "type": "WEB", + "type": "PACKAGE", "url": "https://github.com/apache/hive" }, { @@ -42,6 +63,10 @@ { "type": "WEB", "url": "https://lists.apache.org/thread/0nloywj49nbtlc6l3c6363qvq7o1ztb7" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2025/01/28/3" } ], "database_specific": { @@ -50,8 +75,8 @@ "CWE-290" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-01-28T20:40:21Z", "nvd_published_at": "2025-01-28T09:15:09Z" } } \ No newline at end of file