diff --git a/advisories/github-reviewed/2024/02/GHSA-rghc-9fhx-h32m/GHSA-rghc-9fhx-h32m.json b/advisories/github-reviewed/2024/02/GHSA-rghc-9fhx-h32m/GHSA-rghc-9fhx-h32m.json index 9c95a3e4785..6eb5b9328fe 100644 --- a/advisories/github-reviewed/2024/02/GHSA-rghc-9fhx-h32m/GHSA-rghc-9fhx-h32m.json +++ b/advisories/github-reviewed/2024/02/GHSA-rghc-9fhx-h32m/GHSA-rghc-9fhx-h32m.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-rghc-9fhx-h32m", - "modified": "2024-03-01T20:49:42Z", + "modified": "2024-08-13T21:57:10Z", "published": "2024-02-27T09:31:16Z", "aliases": [ "CVE-2023-50379" @@ -9,7 +9,10 @@ "summary": "Apache Ambari: authenticated users could perform command injection to perform RCE", "details": "Malicious code injection in Apache Ambari in prior to 2.7.8. Users are recommended to upgrade to version 2.7.8, which fixes this issue.\n\nImpact:\nA Cluster Operator can manipulate the request by adding a malicious code injection and gain a root over the cluster main host.\n\n", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" + } ], "affected": [ { diff --git a/advisories/github-reviewed/2024/02/GHSA-vr64-r9qj-h27f/GHSA-vr64-r9qj-h27f.json b/advisories/github-reviewed/2024/02/GHSA-vr64-r9qj-h27f/GHSA-vr64-r9qj-h27f.json index 56479efeed8..3ad18abd508 100644 --- a/advisories/github-reviewed/2024/02/GHSA-vr64-r9qj-h27f/GHSA-vr64-r9qj-h27f.json +++ b/advisories/github-reviewed/2024/02/GHSA-vr64-r9qj-h27f/GHSA-vr64-r9qj-h27f.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-vr64-r9qj-h27f", - "modified": "2024-05-08T19:04:01Z", + "modified": "2024-08-13T21:57:26Z", "published": "2024-02-29T03:33:18Z", "aliases": [ "CVE-2024-22871" @@ -9,7 +9,10 @@ "summary": "Reading specially crafted serializable objects from an untrusted source may cause an infinite loop and denial of service", "details": "Any program on the JVM may read serialized objects via [java.io.ObjectInputStream.readObject()](https://docs.oracle.com/javase/8/docs/api/java/io/ObjectInputStream.html#readObject--). Reading serialized objects from an untrusted source is **inherently unsafe** (this affects any program running on any version of the JVM) and is a prerequisite for this vulnerability.\n\nClojure classes that represent infinite seqs (Cycle, infinite Repeat, and Iterate) do not define hashCode() and use the parent ASeq.hashCode(), which walks the seq to compute the hash, yielding an infinite loop. Classes like java.util.HashMap call hashCode() on keys during deserialization of a serialized map. \n\nThe exploit requires:\n\n1. Crafting a serialized HashMap object with an infinite seq object as a key.\n2. Sending that to a program that reads serialized objects via ObjectInputStream.readObject().\n\nThis will cause the program to enter an infinite loop on the reading thread and thus a denial of service (DoS). \n\nThe affected Clojure classes (Cycle, Repeat, Iterate) exist in Clojure 1.7.0-1.11.1, 1.12.0-alpha1-1.12.0-alpha8.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + } ], "affected": [ { @@ -83,9 +86,9 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-502" ], - "severity": "MODERATE", + "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-03-01T16:56:52Z", "nvd_published_at": "2024-02-29T02:15:09Z" diff --git a/advisories/github-reviewed/2024/08/GHSA-rfxf-mf63-cpqv/GHSA-rfxf-mf63-cpqv.json b/advisories/github-reviewed/2024/08/GHSA-rfxf-mf63-cpqv/GHSA-rfxf-mf63-cpqv.json index 1f8a4759ee0..3a75cbca495 100644 --- a/advisories/github-reviewed/2024/08/GHSA-rfxf-mf63-cpqv/GHSA-rfxf-mf63-cpqv.json +++ b/advisories/github-reviewed/2024/08/GHSA-rfxf-mf63-cpqv/GHSA-rfxf-mf63-cpqv.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-rfxf-mf63-cpqv", - "modified": "2024-08-13T18:59:32Z", + "modified": "2024-08-13T21:57:31Z", "published": "2024-08-13T18:59:32Z", "aliases": [ "CVE-2024-42368" @@ -44,6 +44,10 @@ "type": "WEB", "url": "https://github.com/open-telemetry/opentelemetry-collector-contrib/security/advisories/GHSA-rfxf-mf63-cpqv" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42368" + }, { "type": "WEB", "url": "https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/34516" @@ -64,6 +68,6 @@ "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-08-13T18:59:32Z", - "nvd_published_at": null + "nvd_published_at": "2024-08-13T20:15:08Z" } } \ No newline at end of file