Publish Advisories

GHSA-8pmp-678w-c8xx
GHSA-pj33-75x5-32j4
GHSA-q3rp-vvm7-j8jg
GHSA-wvv7-wm5v-w2gv
This commit is contained in:
advisory-database[bot]
2024-11-06 19:56:07 +00:00
parent 42139ba689
commit ece2a47ff1
4 changed files with 74 additions and 5 deletions
@@ -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"
@@ -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
}
}
@@ -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"
@@ -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"