From ece2a47ff1667e1323cc8d6af653632835196266 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 19:56:07 +0000 Subject: [PATCH] Publish Advisories GHSA-8pmp-678w-c8xx GHSA-pj33-75x5-32j4 GHSA-q3rp-vvm7-j8jg GHSA-wvv7-wm5v-w2gv --- .../GHSA-8pmp-678w-c8xx.json | 6 +- .../GHSA-pj33-75x5-32j4.json | 65 +++++++++++++++++++ .../GHSA-q3rp-vvm7-j8jg.json | 6 +- .../GHSA-wvv7-wm5v-w2gv.json | 2 +- 4 files changed, 74 insertions(+), 5 deletions(-) create mode 100644 advisories/github-reviewed/2024/11/GHSA-pj33-75x5-32j4/GHSA-pj33-75x5-32j4.json diff --git a/advisories/github-reviewed/2024/11/GHSA-8pmp-678w-c8xx/GHSA-8pmp-678w-c8xx.json b/advisories/github-reviewed/2024/11/GHSA-8pmp-678w-c8xx/GHSA-8pmp-678w-c8xx.json index ce2f6e917aa..67f2c1bc748 100644 --- a/advisories/github-reviewed/2024/11/GHSA-8pmp-678w-c8xx/GHSA-8pmp-678w-c8xx.json +++ b/advisories/github-reviewed/2024/11/GHSA-8pmp-678w-c8xx/GHSA-8pmp-678w-c8xx.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-8pmp-678w-c8xx", - "modified": "2024-11-05T21:37:08Z", + "modified": "2024-11-06T19:55:44Z", "published": "2024-11-05T15:26:57Z", "aliases": [ "CVE-2024-51746" @@ -11,7 +11,7 @@ "severity": [ { "type": "CVSS_V4", - "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:P" + "score": "CVSS:4.0/AV:L/AC:H/AT:P/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N" } ], "affected": [ @@ -54,7 +54,7 @@ "CWE-287", "CWE-706" ], - "severity": "MODERATE", + "severity": "LOW", "github_reviewed": true, "github_reviewed_at": "2024-11-05T15:26:57Z", "nvd_published_at": "2024-11-05T19:15:08Z" diff --git a/advisories/github-reviewed/2024/11/GHSA-pj33-75x5-32j4/GHSA-pj33-75x5-32j4.json b/advisories/github-reviewed/2024/11/GHSA-pj33-75x5-32j4/GHSA-pj33-75x5-32j4.json new file mode 100644 index 00000000000..27a1ca33a36 --- /dev/null +++ b/advisories/github-reviewed/2024/11/GHSA-pj33-75x5-32j4/GHSA-pj33-75x5-32j4.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-pj33-75x5-32j4", + "modified": "2024-11-06T19:55:13Z", + "published": "2024-11-06T19:55:13Z", + "aliases": [ + "CVE-2024-51988" + ], + "summary": "RabbitMQ HTTP API's queue deletion endpoint does not verify that the user has a required permission", + "details": "### Summary\n\nQueue deletion via the HTTP API was not verifying the `configure` permission of the user.\n\n### Impact\n\nUsers who had all of the following:\n\n1. Valid credentials\n2. Some permissions for the target virtual host\n3. HTTP API access \n\ncould delete queues it had no (deletion) permissions for.\n\n### Workarounds\n\nDisable management plugin and use, for example, [Prometheus and Grafana](https://www.rabbitmq.com/docs/prometheus) for monitoring.\n\n### OWASP Classification\n\nOWASP Top10 A01:2021 – Broken Access Control\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Hex", + "name": "rabbit_common" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.12.7" + }, + { + "fixed": "3.12.11" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-pj33-75x5-32j4" + }, + { + "type": "PACKAGE", + "url": "https://github.com/rabbitmq/rabbitmq-server" + }, + { + "type": "WEB", + "url": "https://www.rabbitmq.com/docs/prometheus" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-284" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-11-06T19:55:13Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/11/GHSA-q3rp-vvm7-j8jg/GHSA-q3rp-vvm7-j8jg.json b/advisories/github-reviewed/2024/11/GHSA-q3rp-vvm7-j8jg/GHSA-q3rp-vvm7-j8jg.json index 15636e24e86..76f8ee87789 100644 --- a/advisories/github-reviewed/2024/11/GHSA-q3rp-vvm7-j8jg/GHSA-q3rp-vvm7-j8jg.json +++ b/advisories/github-reviewed/2024/11/GHSA-q3rp-vvm7-j8jg/GHSA-q3rp-vvm7-j8jg.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-q3rp-vvm7-j8jg", - "modified": "2024-11-04T23:23:28Z", + "modified": "2024-11-06T19:54:52Z", "published": "2024-11-04T12:32:56Z", "aliases": [ "CVE-2024-10389" @@ -48,6 +48,10 @@ "type": "WEB", "url": "https://github.com/google/safearchive/commit/f7ce9d7b6f9c6ecd72d0b0f16216b046e55e44dc" }, + { + "type": "ADVISORY", + "url": "https://github.com/advisories/GHSA-q3rp-vvm7-j8jg" + }, { "type": "PACKAGE", "url": "https://github.com/google/safearchive" diff --git a/advisories/github-reviewed/2024/11/GHSA-wvv7-wm5v-w2gv/GHSA-wvv7-wm5v-w2gv.json b/advisories/github-reviewed/2024/11/GHSA-wvv7-wm5v-w2gv/GHSA-wvv7-wm5v-w2gv.json index 2252310d1ab..00ca4f6d8fd 100644 --- a/advisories/github-reviewed/2024/11/GHSA-wvv7-wm5v-w2gv/GHSA-wvv7-wm5v-w2gv.json +++ b/advisories/github-reviewed/2024/11/GHSA-wvv7-wm5v-w2gv/GHSA-wvv7-wm5v-w2gv.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-wvv7-wm5v-w2gv", - "modified": "2024-11-05T21:36:54Z", + "modified": "2024-11-06T19:55:13Z", "published": "2024-11-05T15:18:05Z", "aliases": [ "CVE-2024-51735"