Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2021-32718
Vulnerability from cvelistv5
Published
2021-06-28 14:50
Modified
2024-08-03 23:25
Severity ?
EPSS score ?
Summary
RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.
References
▼ | URL | Tags | |
---|---|---|---|
security-advisories@github.com | http://seclists.org/fulldisclosure/2021/Dec/3 | Exploit, Mailing List, Third Party Advisory | |
security-advisories@github.com | https://github.com/rabbitmq/rabbitmq-server/pull/3028 | Patch, Third Party Advisory | |
security-advisories@github.com | https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-c3hj-rg5h-2772 | Mitigation, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://seclists.org/fulldisclosure/2021/Dec/3 | Exploit, Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/rabbitmq/rabbitmq-server/pull/3028 | Patch, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-c3hj-rg5h-2772 | Mitigation, Third Party Advisory |
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
rabbitmq | rabbitmq-server |
Version: < 3.8.17 |
{ containers: { adp: [ { providerMetadata: { dateUpdated: "2024-08-03T23:25:31.192Z", orgId: "af854a3a-2127-422b-91ae-364da2661108", shortName: "CVE", }, references: [ { tags: [ "x_refsource_CONFIRM", "x_transferred", ], url: "https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-c3hj-rg5h-2772", }, { tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://github.com/rabbitmq/rabbitmq-server/pull/3028", }, { name: "20211203 usd AG Security Advisories 11/2021", tags: [ "mailing-list", "x_refsource_FULLDISC", "x_transferred", ], url: "http://seclists.org/fulldisclosure/2021/Dec/3", }, ], title: "CVE Program Container", }, ], cna: { affected: [ { product: "rabbitmq-server", vendor: "rabbitmq", versions: [ { status: "affected", version: "< 3.8.17", }, ], }, ], descriptions: [ { lang: "en", value: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.", }, ], metrics: [ { cvssV3_1: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 3.1, baseSeverity: "LOW", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "HIGH", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:N", version: "3.1", }, }, ], problemTypes: [ { descriptions: [ { cweId: "CWE-80", description: "CWE-80: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)", lang: "en", type: "CWE", }, ], }, ], providerMetadata: { dateUpdated: "2021-12-03T18:06:10", orgId: "a0819718-46f1-4df5-94e2-005712e83aaa", shortName: "GitHub_M", }, references: [ { tags: [ "x_refsource_CONFIRM", ], url: "https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-c3hj-rg5h-2772", }, { tags: [ "x_refsource_MISC", ], url: "https://github.com/rabbitmq/rabbitmq-server/pull/3028", }, { name: "20211203 usd AG Security Advisories 11/2021", tags: [ "mailing-list", "x_refsource_FULLDISC", ], url: "http://seclists.org/fulldisclosure/2021/Dec/3", }, ], source: { advisory: "GHSA-c3hj-rg5h-2772", discovery: "UNKNOWN", }, title: "Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in RabbitMQ management UI", x_legacyV4Record: { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2021-32718", STATE: "PUBLIC", TITLE: "Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in RabbitMQ management UI", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "rabbitmq-server", version: { version_data: [ { version_value: "< 3.8.17", }, ], }, }, ], }, vendor_name: "rabbitmq", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.", }, ], }, impact: { cvss: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 3.1, baseSeverity: "LOW", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "HIGH", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:N", version: "3.1", }, }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "CWE-80: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)", }, ], }, ], }, references: { reference_data: [ { name: "https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-c3hj-rg5h-2772", refsource: "CONFIRM", url: "https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-c3hj-rg5h-2772", }, { name: "https://github.com/rabbitmq/rabbitmq-server/pull/3028", refsource: "MISC", url: "https://github.com/rabbitmq/rabbitmq-server/pull/3028", }, { name: "20211203 usd AG Security Advisories 11/2021", refsource: "FULLDISC", url: "http://seclists.org/fulldisclosure/2021/Dec/3", }, ], }, source: { advisory: "GHSA-c3hj-rg5h-2772", discovery: "UNKNOWN", }, }, }, }, cveMetadata: { assignerOrgId: "a0819718-46f1-4df5-94e2-005712e83aaa", assignerShortName: "GitHub_M", cveId: "CVE-2021-32718", datePublished: "2021-06-28T14:50:10", dateReserved: "2021-05-12T00:00:00", dateUpdated: "2024-08-03T23:25:31.192Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", "vulnerability-lookup:meta": { nvd: "{\"cve\":{\"id\":\"CVE-2021-32718\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2021-06-28T15:15:24.233\",\"lastModified\":\"2024-11-21T06:07:35.560\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.\"},{\"lang\":\"es\",\"value\":\"RabbitMQ es un broker de mensajería multiprotocolo. En rabbitmq-server versiones anteriores a 3.8.17, la adición de un nuevo usuario por medio de la Interfaz de administración podía conllevar que el bane del usuario se mostrara en un mensaje de confirmación sin el apropiado saneamiento o de la etiqueta \\\"(script)\\\", permitiendo potencialmente una ejecución de código JavaScript en el contexto de la página. Para que esto ocurra, el usuario debe haber iniciado sesión y tener permisos elevados (otra administración de usuarios). La vulnerabilidad está parcheada en RabbitMQ versión 3.8.17. Como solución alternativa, desactivar el plugin \\\"rabbitmq_management\\\" y usar herramientas CLI para las operaciones de administración y Prometheus y Grafana para las métricas y la monitorización\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:N\",\"baseScore\":3.1,\"baseSeverity\":\"LOW\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":0.5,\"impactScore\":2.5},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N\",\"baseScore\":5.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.3,\"impactScore\":2.7}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:S/C:N/I:P/A:N\",\"baseScore\":3.5,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"SINGLE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"NONE\"},\"baseSeverity\":\"LOW\",\"exploitabilityScore\":6.8,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":true}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-80\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-79\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:vmware:rabbitmq:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"3.8.17\",\"matchCriteriaId\":\"DA1528BF-6E02-44DC-A6A2-4BEC5CA637D0\"}]}]}],\"references\":[{\"url\":\"http://seclists.org/fulldisclosure/2021/Dec/3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/rabbitmq/rabbitmq-server/pull/3028\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-c3hj-rg5h-2772\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"http://seclists.org/fulldisclosure/2021/Dec/3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/rabbitmq/rabbitmq-server/pull/3028\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-c3hj-rg5h-2772\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mitigation\",\"Third Party Advisory\"]}]}}", }, }
suse-fu-2024:2078-1
Vulnerability from csaf_suse
Published
2024-06-19 03:36
Modified
2024-06-19 03:36
Summary
Feature update for rabbitmq-server313, erlang26, elixir115
Notes
Title of the patch
Feature update for rabbitmq-server313, erlang26, elixir115
Description of the patch
This update for rabbitmq-server313, erlang26, elixir115 fixes the following issues:
rabbitmq-server was implemented with a parallel versioned RPM package at version 3.13.1 (jsc#PED-8414):
- Security issues fixed:
* CVE-2021-22116: Fixed improper input validation that may lead to Denial of Sercice (DoS) attacks (bsc#1186203)
* CVE-2021-32718, CVE-2021-32719: Fixed potential for JavaScript code execution in the management UI
(bsc#1187818, bsc#1187819)
* CVE-2022-31008: Fixed encryption key used to encrypt the URI was seeded with a predictable secret (bsc#1205267)
* CVE-2023-46118: Fixed HTTP API vulnerability for denial of service (DoS) attacks with very large messages
(bsc#1216582)
- Other bugs fixed:
* Fixed RabbitMQ maintenance status issue (bsc#1199431)
* Provide user/group for RPM 4.19 (bsc#1219532)
* Fixed `rabbitmqctl` command for `add_user` (bsc#1222591)
* Added hardening to systemd service(s) (bsc#1181400)
* Use /run instead of deprecated /var/run in tmpfiles.conf (bsc#1185075)
- For the full list of upstream changes of this update between version 3.8.11 and 3.13.1 please consult:
* https://www.rabbitmq.com/release-information
erlang26:
- Provide RPM package as it's a dependency of rabbitmq-server313 (jsc#PED-8414)
elixir115:
- Provide RPM package as needed in some cases by rabbitmq-server313 (jsc#PED-8414)
Patchnames
SUSE-2024-2078,SUSE-SLE-Module-Server-Applications-15-SP6-2024-2078,openSUSE-SLE-15.6-2024-2078
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Feature update for rabbitmq-server313, erlang26, elixir115", title: "Title of the patch", }, { category: "description", text: "This update for rabbitmq-server313, erlang26, elixir115 fixes the following issues:\n\nrabbitmq-server was implemented with a parallel versioned RPM package at version 3.13.1 (jsc#PED-8414):\n \n- Security issues fixed:\n\n * CVE-2021-22116: Fixed improper input validation that may lead to Denial of Sercice (DoS) attacks (bsc#1186203)\n * CVE-2021-32718, CVE-2021-32719: Fixed potential for JavaScript code execution in the management UI \n (bsc#1187818, bsc#1187819)\n * CVE-2022-31008: Fixed encryption key used to encrypt the URI was seeded with a predictable secret (bsc#1205267)\n * CVE-2023-46118: Fixed HTTP API vulnerability for denial of service (DoS) attacks with very large messages\n (bsc#1216582)\n \n- Other bugs fixed:\n\n * Fixed RabbitMQ maintenance status issue (bsc#1199431)\n * Provide user/group for RPM 4.19 (bsc#1219532)\n * Fixed `rabbitmqctl` command for `add_user` (bsc#1222591)\n * Added hardening to systemd service(s) (bsc#1181400)\n * Use /run instead of deprecated /var/run in tmpfiles.conf (bsc#1185075)\n\n- For the full list of upstream changes of this update between version 3.8.11 and 3.13.1 please consult:\n \n * https://www.rabbitmq.com/release-information\n \nerlang26:\n\n- Provide RPM package as it's a dependency of rabbitmq-server313 (jsc#PED-8414)\n\nelixir115:\n \n- Provide RPM package as needed in some cases by rabbitmq-server313 (jsc#PED-8414)\n\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-2078,SUSE-SLE-Module-Server-Applications-15-SP6-2024-2078,openSUSE-SLE-15.6-2024-2078", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-fu-2024_2078-1.json", }, { category: "self", summary: "URL for SUSE-FU-2024:2078-1", url: "https://www.suse.com/support/update/announcement//suse-fu-20242078-1/", }, { category: "self", summary: "E-Mail link for SUSE-FU-2024:2078-1", url: "https://lists.suse.com/pipermail/sle-updates/2024-June/035642.html", }, { category: "self", summary: "SUSE Bug 1181400", url: "https://bugzilla.suse.com/1181400", }, { category: "self", summary: "SUSE Bug 1185075", url: "https://bugzilla.suse.com/1185075", }, { category: "self", summary: "SUSE Bug 1186203", url: "https://bugzilla.suse.com/1186203", }, { category: "self", summary: "SUSE Bug 1187818", url: "https://bugzilla.suse.com/1187818", }, { category: "self", summary: "SUSE Bug 1187819", url: "https://bugzilla.suse.com/1187819", }, { category: "self", summary: "SUSE Bug 1199431", url: "https://bugzilla.suse.com/1199431", }, { category: "self", summary: "SUSE Bug 1205267", url: "https://bugzilla.suse.com/1205267", }, { category: "self", summary: "SUSE Bug 1216582", url: "https://bugzilla.suse.com/1216582", }, { category: "self", summary: "SUSE Bug 1219532", url: "https://bugzilla.suse.com/1219532", }, { category: "self", summary: "SUSE Bug 1222591", url: "https://bugzilla.suse.com/1222591", }, { category: "self", summary: "SUSE CVE CVE-2021-22116 page", url: "https://www.suse.com/security/cve/CVE-2021-22116/", }, { category: "self", summary: "SUSE CVE CVE-2021-32718 page", url: "https://www.suse.com/security/cve/CVE-2021-32718/", }, { category: "self", summary: "SUSE CVE CVE-2021-32719 page", url: "https://www.suse.com/security/cve/CVE-2021-32719/", }, { category: "self", summary: "SUSE CVE CVE-2022-31008 page", url: "https://www.suse.com/security/cve/CVE-2022-31008/", }, { category: "self", summary: "SUSE CVE CVE-2023-46118 page", url: "https://www.suse.com/security/cve/CVE-2023-46118/", }, ], title: "Feature update for rabbitmq-server313, erlang26, elixir115", tracking: { current_release_date: "2024-06-19T03:36:36Z", generator: { date: "2024-06-19T03:36:36Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-FU-2024:2078-1", initial_release_date: "2024-06-19T03:36:36Z", revision_history: [ { date: "2024-06-19T03:36:36Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", product: { name: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", product_id: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", }, }, { category: "product_version", name: "erlang26-26.2.1-150300.7.5.1.aarch64", product: { name: "erlang26-26.2.1-150300.7.5.1.aarch64", product_id: "erlang26-26.2.1-150300.7.5.1.aarch64", }, }, { category: "product_version", name: "erlang26-debugger-26.2.1-150300.7.5.1.aarch64", product: { name: "erlang26-debugger-26.2.1-150300.7.5.1.aarch64", product_id: "erlang26-debugger-26.2.1-150300.7.5.1.aarch64", }, }, { category: "product_version", name: "erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64", product: { name: "erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64", product_id: "erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64", }, }, { category: "product_version", name: "erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64", product: { name: "erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64", product_id: "erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64", }, }, { category: "product_version", name: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64", product: { name: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64", product_id: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64", }, }, { category: "product_version", name: "erlang26-diameter-26.2.1-150300.7.5.1.aarch64", product: { name: "erlang26-diameter-26.2.1-150300.7.5.1.aarch64", product_id: "erlang26-diameter-26.2.1-150300.7.5.1.aarch64", }, }, { category: "product_version", name: "erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64", product: { name: "erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64", product_id: "erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64", }, }, { category: "product_version", name: "erlang26-doc-26.2.1-150300.7.5.1.aarch64", product: { name: "erlang26-doc-26.2.1-150300.7.5.1.aarch64", product_id: "erlang26-doc-26.2.1-150300.7.5.1.aarch64", }, }, { category: "product_version", name: "erlang26-epmd-26.2.1-150300.7.5.1.aarch64", product: { name: "erlang26-epmd-26.2.1-150300.7.5.1.aarch64", product_id: "erlang26-epmd-26.2.1-150300.7.5.1.aarch64", }, }, { category: "product_version", name: "erlang26-et-26.2.1-150300.7.5.1.aarch64", product: { name: "erlang26-et-26.2.1-150300.7.5.1.aarch64", product_id: "erlang26-et-26.2.1-150300.7.5.1.aarch64", }, }, { category: "product_version", name: "erlang26-et-src-26.2.1-150300.7.5.1.aarch64", product: { name: "erlang26-et-src-26.2.1-150300.7.5.1.aarch64", product_id: "erlang26-et-src-26.2.1-150300.7.5.1.aarch64", }, }, { category: "product_version", name: "erlang26-jinterface-26.2.1-150300.7.5.1.aarch64", product: { name: "erlang26-jinterface-26.2.1-150300.7.5.1.aarch64", product_id: "erlang26-jinterface-26.2.1-150300.7.5.1.aarch64", }, }, { category: "product_version", name: "erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64", product: { name: "erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64", product_id: "erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64", }, }, { category: "product_version", name: "erlang26-observer-26.2.1-150300.7.5.1.aarch64", product: { name: "erlang26-observer-26.2.1-150300.7.5.1.aarch64", product_id: "erlang26-observer-26.2.1-150300.7.5.1.aarch64", }, }, { category: "product_version", name: "erlang26-observer-src-26.2.1-150300.7.5.1.aarch64", product: { name: "erlang26-observer-src-26.2.1-150300.7.5.1.aarch64", product_id: "erlang26-observer-src-26.2.1-150300.7.5.1.aarch64", }, }, { category: "product_version", name: "erlang26-reltool-26.2.1-150300.7.5.1.aarch64", product: { name: "erlang26-reltool-26.2.1-150300.7.5.1.aarch64", product_id: "erlang26-reltool-26.2.1-150300.7.5.1.aarch64", }, }, { category: "product_version", name: "erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64", product: { name: "erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64", product_id: "erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64", }, }, { category: "product_version", name: "erlang26-src-26.2.1-150300.7.5.1.aarch64", product: { name: "erlang26-src-26.2.1-150300.7.5.1.aarch64", product_id: "erlang26-src-26.2.1-150300.7.5.1.aarch64", }, }, { category: "product_version", name: "erlang26-wx-26.2.1-150300.7.5.1.aarch64", product: { name: "erlang26-wx-26.2.1-150300.7.5.1.aarch64", product_id: "erlang26-wx-26.2.1-150300.7.5.1.aarch64", }, }, { category: "product_version", name: "erlang26-wx-src-26.2.1-150300.7.5.1.aarch64", product: { name: "erlang26-wx-src-26.2.1-150300.7.5.1.aarch64", product_id: "erlang26-wx-src-26.2.1-150300.7.5.1.aarch64", }, }, { category: "product_version", name: "rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", product: { name: "rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", product_id: "rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", }, }, { category: "product_version", name: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", product: { name: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", product_id: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.i586", product: { name: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.i586", product_id: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.i586", }, }, { category: "product_version", name: "erlang26-26.2.1-150300.7.5.1.i586", product: { name: "erlang26-26.2.1-150300.7.5.1.i586", product_id: "erlang26-26.2.1-150300.7.5.1.i586", }, }, { category: "product_version", name: "erlang26-debugger-26.2.1-150300.7.5.1.i586", product: { name: "erlang26-debugger-26.2.1-150300.7.5.1.i586", product_id: "erlang26-debugger-26.2.1-150300.7.5.1.i586", }, }, { category: "product_version", name: "erlang26-debugger-src-26.2.1-150300.7.5.1.i586", product: { name: "erlang26-debugger-src-26.2.1-150300.7.5.1.i586", product_id: "erlang26-debugger-src-26.2.1-150300.7.5.1.i586", }, }, { category: "product_version", name: "erlang26-dialyzer-26.2.1-150300.7.5.1.i586", product: { name: "erlang26-dialyzer-26.2.1-150300.7.5.1.i586", product_id: "erlang26-dialyzer-26.2.1-150300.7.5.1.i586", }, }, { category: "product_version", name: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.i586", product: { name: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.i586", product_id: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.i586", }, }, { category: "product_version", name: "erlang26-diameter-26.2.1-150300.7.5.1.i586", product: { name: "erlang26-diameter-26.2.1-150300.7.5.1.i586", product_id: "erlang26-diameter-26.2.1-150300.7.5.1.i586", }, }, { category: "product_version", name: "erlang26-diameter-src-26.2.1-150300.7.5.1.i586", product: { name: "erlang26-diameter-src-26.2.1-150300.7.5.1.i586", product_id: "erlang26-diameter-src-26.2.1-150300.7.5.1.i586", }, }, { category: "product_version", name: "erlang26-doc-26.2.1-150300.7.5.1.i586", product: { name: "erlang26-doc-26.2.1-150300.7.5.1.i586", product_id: "erlang26-doc-26.2.1-150300.7.5.1.i586", }, }, { category: "product_version", name: "erlang26-epmd-26.2.1-150300.7.5.1.i586", product: { name: "erlang26-epmd-26.2.1-150300.7.5.1.i586", product_id: "erlang26-epmd-26.2.1-150300.7.5.1.i586", }, }, { category: "product_version", name: "erlang26-et-26.2.1-150300.7.5.1.i586", product: { name: "erlang26-et-26.2.1-150300.7.5.1.i586", product_id: "erlang26-et-26.2.1-150300.7.5.1.i586", }, }, { category: "product_version", name: "erlang26-et-src-26.2.1-150300.7.5.1.i586", product: { name: "erlang26-et-src-26.2.1-150300.7.5.1.i586", product_id: "erlang26-et-src-26.2.1-150300.7.5.1.i586", }, }, { category: "product_version", name: "erlang26-jinterface-26.2.1-150300.7.5.1.i586", product: { name: "erlang26-jinterface-26.2.1-150300.7.5.1.i586", product_id: "erlang26-jinterface-26.2.1-150300.7.5.1.i586", }, }, { category: "product_version", name: "erlang26-jinterface-src-26.2.1-150300.7.5.1.i586", product: { name: "erlang26-jinterface-src-26.2.1-150300.7.5.1.i586", product_id: "erlang26-jinterface-src-26.2.1-150300.7.5.1.i586", }, }, { category: "product_version", name: "erlang26-observer-26.2.1-150300.7.5.1.i586", product: { name: "erlang26-observer-26.2.1-150300.7.5.1.i586", product_id: "erlang26-observer-26.2.1-150300.7.5.1.i586", }, }, { category: "product_version", name: "erlang26-observer-src-26.2.1-150300.7.5.1.i586", product: { name: "erlang26-observer-src-26.2.1-150300.7.5.1.i586", product_id: "erlang26-observer-src-26.2.1-150300.7.5.1.i586", }, }, { category: "product_version", name: "erlang26-reltool-26.2.1-150300.7.5.1.i586", product: { name: "erlang26-reltool-26.2.1-150300.7.5.1.i586", product_id: "erlang26-reltool-26.2.1-150300.7.5.1.i586", }, }, { category: "product_version", name: "erlang26-reltool-src-26.2.1-150300.7.5.1.i586", product: { name: "erlang26-reltool-src-26.2.1-150300.7.5.1.i586", product_id: "erlang26-reltool-src-26.2.1-150300.7.5.1.i586", }, }, { category: "product_version", name: "erlang26-src-26.2.1-150300.7.5.1.i586", product: { name: "erlang26-src-26.2.1-150300.7.5.1.i586", product_id: "erlang26-src-26.2.1-150300.7.5.1.i586", }, }, { category: "product_version", name: "erlang26-wx-26.2.1-150300.7.5.1.i586", product: { name: "erlang26-wx-26.2.1-150300.7.5.1.i586", product_id: "erlang26-wx-26.2.1-150300.7.5.1.i586", }, }, { category: "product_version", name: "erlang26-wx-src-26.2.1-150300.7.5.1.i586", product: { name: "erlang26-wx-src-26.2.1-150300.7.5.1.i586", product_id: "erlang26-wx-src-26.2.1-150300.7.5.1.i586", }, }, { category: "product_version", name: "rabbitmq-server313-3.13.1-150600.13.5.3.i586", product: { name: "rabbitmq-server313-3.13.1-150600.13.5.3.i586", product_id: "rabbitmq-server313-3.13.1-150600.13.5.3.i586", }, }, { category: "product_version", name: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.i586", product: { name: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.i586", product_id: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "elixir115-1.15.7-150300.7.5.1.noarch", product: { name: "elixir115-1.15.7-150300.7.5.1.noarch", product_id: "elixir115-1.15.7-150300.7.5.1.noarch", }, }, { category: "product_version", name: "elixir115-doc-1.15.7-150300.7.5.1.noarch", product: { name: "elixir115-doc-1.15.7-150300.7.5.1.noarch", product_id: "elixir115-doc-1.15.7-150300.7.5.1.noarch", }, }, { category: "product_version", name: "rabbitmq-server313-bash-completion-3.13.1-150600.13.5.3.noarch", product: { name: "rabbitmq-server313-bash-completion-3.13.1-150600.13.5.3.noarch", product_id: "rabbitmq-server313-bash-completion-3.13.1-150600.13.5.3.noarch", }, }, { category: "product_version", name: "rabbitmq-server313-zsh-completion-3.13.1-150600.13.5.3.noarch", product: { name: "rabbitmq-server313-zsh-completion-3.13.1-150600.13.5.3.noarch", product_id: "rabbitmq-server313-zsh-completion-3.13.1-150600.13.5.3.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", product: { name: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", product_id: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", }, }, { category: "product_version", name: "erlang26-26.2.1-150300.7.5.1.ppc64le", product: { name: "erlang26-26.2.1-150300.7.5.1.ppc64le", product_id: "erlang26-26.2.1-150300.7.5.1.ppc64le", }, }, { category: "product_version", name: "erlang26-debugger-26.2.1-150300.7.5.1.ppc64le", product: { name: "erlang26-debugger-26.2.1-150300.7.5.1.ppc64le", product_id: "erlang26-debugger-26.2.1-150300.7.5.1.ppc64le", }, }, { category: "product_version", name: "erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le", product: { name: "erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le", product_id: "erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le", }, }, { category: "product_version", name: "erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le", product: { name: "erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le", product_id: "erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le", }, }, { category: "product_version", name: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le", product: { name: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le", product_id: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le", }, }, { category: "product_version", name: "erlang26-diameter-26.2.1-150300.7.5.1.ppc64le", product: { name: "erlang26-diameter-26.2.1-150300.7.5.1.ppc64le", product_id: "erlang26-diameter-26.2.1-150300.7.5.1.ppc64le", }, }, { category: "product_version", name: "erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le", product: { name: "erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le", product_id: "erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le", }, }, { category: "product_version", name: "erlang26-doc-26.2.1-150300.7.5.1.ppc64le", product: { name: "erlang26-doc-26.2.1-150300.7.5.1.ppc64le", product_id: "erlang26-doc-26.2.1-150300.7.5.1.ppc64le", }, }, { category: "product_version", name: "erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", product: { name: "erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", product_id: "erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", }, }, { category: "product_version", name: "erlang26-et-26.2.1-150300.7.5.1.ppc64le", product: { name: "erlang26-et-26.2.1-150300.7.5.1.ppc64le", product_id: "erlang26-et-26.2.1-150300.7.5.1.ppc64le", }, }, { category: "product_version", name: "erlang26-et-src-26.2.1-150300.7.5.1.ppc64le", product: { name: "erlang26-et-src-26.2.1-150300.7.5.1.ppc64le", product_id: "erlang26-et-src-26.2.1-150300.7.5.1.ppc64le", }, }, { category: "product_version", name: "erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le", product: { name: "erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le", product_id: "erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le", }, }, { category: "product_version", name: "erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le", product: { name: "erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le", product_id: "erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le", }, }, { category: "product_version", name: "erlang26-observer-26.2.1-150300.7.5.1.ppc64le", product: { name: "erlang26-observer-26.2.1-150300.7.5.1.ppc64le", product_id: "erlang26-observer-26.2.1-150300.7.5.1.ppc64le", }, }, { category: "product_version", name: "erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le", product: { name: "erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le", product_id: "erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le", }, }, { category: "product_version", name: "erlang26-reltool-26.2.1-150300.7.5.1.ppc64le", product: { name: "erlang26-reltool-26.2.1-150300.7.5.1.ppc64le", product_id: "erlang26-reltool-26.2.1-150300.7.5.1.ppc64le", }, }, { category: "product_version", name: "erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le", product: { name: "erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le", product_id: "erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le", }, }, { category: "product_version", name: "erlang26-src-26.2.1-150300.7.5.1.ppc64le", product: { name: "erlang26-src-26.2.1-150300.7.5.1.ppc64le", product_id: "erlang26-src-26.2.1-150300.7.5.1.ppc64le", }, }, { category: "product_version", name: "erlang26-wx-26.2.1-150300.7.5.1.ppc64le", product: { name: "erlang26-wx-26.2.1-150300.7.5.1.ppc64le", product_id: "erlang26-wx-26.2.1-150300.7.5.1.ppc64le", }, }, { category: "product_version", name: "erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le", product: { name: "erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le", product_id: "erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le", }, }, { category: "product_version", name: "rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", product: { name: "rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", product_id: "rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", }, }, { category: "product_version", name: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", product: { name: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", product_id: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", product: { name: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", product_id: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", }, }, { category: "product_version", name: "erlang26-26.2.1-150300.7.5.1.s390x", product: { name: "erlang26-26.2.1-150300.7.5.1.s390x", product_id: "erlang26-26.2.1-150300.7.5.1.s390x", }, }, { category: "product_version", name: "erlang26-debugger-26.2.1-150300.7.5.1.s390x", product: { name: "erlang26-debugger-26.2.1-150300.7.5.1.s390x", product_id: "erlang26-debugger-26.2.1-150300.7.5.1.s390x", }, }, { category: "product_version", name: "erlang26-debugger-src-26.2.1-150300.7.5.1.s390x", product: { name: "erlang26-debugger-src-26.2.1-150300.7.5.1.s390x", product_id: "erlang26-debugger-src-26.2.1-150300.7.5.1.s390x", }, }, { category: "product_version", name: "erlang26-dialyzer-26.2.1-150300.7.5.1.s390x", product: { name: "erlang26-dialyzer-26.2.1-150300.7.5.1.s390x", product_id: "erlang26-dialyzer-26.2.1-150300.7.5.1.s390x", }, }, { category: "product_version", name: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x", product: { name: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x", product_id: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x", }, }, { category: "product_version", name: "erlang26-diameter-26.2.1-150300.7.5.1.s390x", product: { name: "erlang26-diameter-26.2.1-150300.7.5.1.s390x", product_id: "erlang26-diameter-26.2.1-150300.7.5.1.s390x", }, }, { category: "product_version", name: "erlang26-diameter-src-26.2.1-150300.7.5.1.s390x", product: { name: "erlang26-diameter-src-26.2.1-150300.7.5.1.s390x", product_id: "erlang26-diameter-src-26.2.1-150300.7.5.1.s390x", }, }, { category: "product_version", name: "erlang26-doc-26.2.1-150300.7.5.1.s390x", product: { name: "erlang26-doc-26.2.1-150300.7.5.1.s390x", product_id: "erlang26-doc-26.2.1-150300.7.5.1.s390x", }, }, { category: "product_version", name: "erlang26-epmd-26.2.1-150300.7.5.1.s390x", product: { name: "erlang26-epmd-26.2.1-150300.7.5.1.s390x", product_id: "erlang26-epmd-26.2.1-150300.7.5.1.s390x", }, }, { category: "product_version", name: "erlang26-et-26.2.1-150300.7.5.1.s390x", product: { name: "erlang26-et-26.2.1-150300.7.5.1.s390x", product_id: "erlang26-et-26.2.1-150300.7.5.1.s390x", }, }, { category: "product_version", name: "erlang26-et-src-26.2.1-150300.7.5.1.s390x", product: { name: "erlang26-et-src-26.2.1-150300.7.5.1.s390x", product_id: "erlang26-et-src-26.2.1-150300.7.5.1.s390x", }, }, { category: "product_version", name: "erlang26-jinterface-26.2.1-150300.7.5.1.s390x", product: { name: "erlang26-jinterface-26.2.1-150300.7.5.1.s390x", product_id: "erlang26-jinterface-26.2.1-150300.7.5.1.s390x", }, }, { category: "product_version", name: "erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x", product: { name: "erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x", product_id: "erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x", }, }, { category: "product_version", name: "erlang26-observer-26.2.1-150300.7.5.1.s390x", product: { name: "erlang26-observer-26.2.1-150300.7.5.1.s390x", product_id: "erlang26-observer-26.2.1-150300.7.5.1.s390x", }, }, { category: "product_version", name: "erlang26-observer-src-26.2.1-150300.7.5.1.s390x", product: { name: "erlang26-observer-src-26.2.1-150300.7.5.1.s390x", product_id: "erlang26-observer-src-26.2.1-150300.7.5.1.s390x", }, }, { category: "product_version", name: "erlang26-reltool-26.2.1-150300.7.5.1.s390x", product: { name: "erlang26-reltool-26.2.1-150300.7.5.1.s390x", product_id: "erlang26-reltool-26.2.1-150300.7.5.1.s390x", }, }, { category: "product_version", name: "erlang26-reltool-src-26.2.1-150300.7.5.1.s390x", product: { name: "erlang26-reltool-src-26.2.1-150300.7.5.1.s390x", product_id: "erlang26-reltool-src-26.2.1-150300.7.5.1.s390x", }, }, { category: "product_version", name: "erlang26-src-26.2.1-150300.7.5.1.s390x", product: { name: "erlang26-src-26.2.1-150300.7.5.1.s390x", product_id: "erlang26-src-26.2.1-150300.7.5.1.s390x", }, }, { category: "product_version", name: "erlang26-wx-26.2.1-150300.7.5.1.s390x", product: { name: "erlang26-wx-26.2.1-150300.7.5.1.s390x", product_id: "erlang26-wx-26.2.1-150300.7.5.1.s390x", }, }, { category: "product_version", name: "erlang26-wx-src-26.2.1-150300.7.5.1.s390x", product: { name: "erlang26-wx-src-26.2.1-150300.7.5.1.s390x", product_id: "erlang26-wx-src-26.2.1-150300.7.5.1.s390x", }, }, { category: "product_version", name: "rabbitmq-server313-3.13.1-150600.13.5.3.s390x", product: { name: "rabbitmq-server313-3.13.1-150600.13.5.3.s390x", product_id: "rabbitmq-server313-3.13.1-150600.13.5.3.s390x", }, }, { category: "product_version", name: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", product: { name: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", product_id: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", product: { name: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", product_id: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", }, }, { category: "product_version", name: "erlang26-26.2.1-150300.7.5.1.x86_64", product: { name: "erlang26-26.2.1-150300.7.5.1.x86_64", product_id: "erlang26-26.2.1-150300.7.5.1.x86_64", }, }, { category: "product_version", name: "erlang26-debugger-26.2.1-150300.7.5.1.x86_64", product: { name: "erlang26-debugger-26.2.1-150300.7.5.1.x86_64", product_id: "erlang26-debugger-26.2.1-150300.7.5.1.x86_64", }, }, { category: "product_version", name: "erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64", product: { name: "erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64", product_id: "erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64", }, }, { category: "product_version", name: "erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64", product: { name: "erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64", product_id: "erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64", }, }, { category: "product_version", name: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64", product: { name: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64", product_id: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64", }, }, { category: "product_version", name: "erlang26-diameter-26.2.1-150300.7.5.1.x86_64", product: { name: "erlang26-diameter-26.2.1-150300.7.5.1.x86_64", product_id: "erlang26-diameter-26.2.1-150300.7.5.1.x86_64", }, }, { category: "product_version", name: "erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64", product: { name: "erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64", product_id: "erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64", }, }, { category: "product_version", name: "erlang26-doc-26.2.1-150300.7.5.1.x86_64", product: { name: "erlang26-doc-26.2.1-150300.7.5.1.x86_64", product_id: "erlang26-doc-26.2.1-150300.7.5.1.x86_64", }, }, { category: "product_version", name: "erlang26-epmd-26.2.1-150300.7.5.1.x86_64", product: { name: "erlang26-epmd-26.2.1-150300.7.5.1.x86_64", product_id: "erlang26-epmd-26.2.1-150300.7.5.1.x86_64", }, }, { category: "product_version", name: "erlang26-et-26.2.1-150300.7.5.1.x86_64", product: { name: "erlang26-et-26.2.1-150300.7.5.1.x86_64", product_id: "erlang26-et-26.2.1-150300.7.5.1.x86_64", }, }, { category: "product_version", name: "erlang26-et-src-26.2.1-150300.7.5.1.x86_64", product: { name: "erlang26-et-src-26.2.1-150300.7.5.1.x86_64", product_id: "erlang26-et-src-26.2.1-150300.7.5.1.x86_64", }, }, { category: "product_version", name: "erlang26-jinterface-26.2.1-150300.7.5.1.x86_64", product: { name: "erlang26-jinterface-26.2.1-150300.7.5.1.x86_64", product_id: "erlang26-jinterface-26.2.1-150300.7.5.1.x86_64", }, }, { category: "product_version", name: "erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64", product: { name: "erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64", product_id: "erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64", }, }, { category: "product_version", name: "erlang26-observer-26.2.1-150300.7.5.1.x86_64", product: { name: "erlang26-observer-26.2.1-150300.7.5.1.x86_64", product_id: "erlang26-observer-26.2.1-150300.7.5.1.x86_64", }, }, { category: "product_version", name: "erlang26-observer-src-26.2.1-150300.7.5.1.x86_64", product: { name: "erlang26-observer-src-26.2.1-150300.7.5.1.x86_64", product_id: "erlang26-observer-src-26.2.1-150300.7.5.1.x86_64", }, }, { category: "product_version", name: "erlang26-reltool-26.2.1-150300.7.5.1.x86_64", product: { name: "erlang26-reltool-26.2.1-150300.7.5.1.x86_64", product_id: "erlang26-reltool-26.2.1-150300.7.5.1.x86_64", }, }, { category: "product_version", name: "erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64", product: { name: "erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64", product_id: "erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64", }, }, { category: "product_version", name: "erlang26-src-26.2.1-150300.7.5.1.x86_64", product: { name: "erlang26-src-26.2.1-150300.7.5.1.x86_64", product_id: "erlang26-src-26.2.1-150300.7.5.1.x86_64", }, }, { category: "product_version", name: "erlang26-wx-26.2.1-150300.7.5.1.x86_64", product: { name: "erlang26-wx-26.2.1-150300.7.5.1.x86_64", product_id: "erlang26-wx-26.2.1-150300.7.5.1.x86_64", }, }, { category: "product_version", name: "erlang26-wx-src-26.2.1-150300.7.5.1.x86_64", product: { name: "erlang26-wx-src-26.2.1-150300.7.5.1.x86_64", product_id: "erlang26-wx-src-26.2.1-150300.7.5.1.x86_64", }, }, { category: "product_version", name: "rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", product: { name: "rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", product_id: "rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", }, }, { category: "product_version", name: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", product: { name: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", product_id: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Server Applications 15 SP6", product: { name: "SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-server-applications:15:sp6", }, }, }, { category: "product_name", name: "openSUSE Leap 15.6", product: { name: "openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.6", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "elixir115-1.15.7-150300.7.5.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6:elixir115-1.15.7-150300.7.5.1.noarch", }, product_reference: "elixir115-1.15.7-150300.7.5.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", }, product_reference: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", }, product_reference: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", }, product_reference: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", }, product_reference: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "erlang26-26.2.1-150300.7.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "erlang26-26.2.1-150300.7.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "erlang26-26.2.1-150300.7.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "erlang26-26.2.1-150300.7.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "erlang26-epmd-26.2.1-150300.7.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-epmd-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "erlang26-epmd-26.2.1-150300.7.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "erlang26-epmd-26.2.1-150300.7.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-epmd-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "erlang26-epmd-26.2.1-150300.7.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-epmd-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server313-3.13.1-150600.13.5.3.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", }, product_reference: "rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", }, product_reference: "rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server313-3.13.1-150600.13.5.3.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", }, product_reference: "rabbitmq-server313-3.13.1-150600.13.5.3.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server313-3.13.1-150600.13.5.3.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", }, product_reference: "rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", }, product_reference: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", }, product_reference: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", }, product_reference: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", }, product_reference: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "elixir115-1.15.7-150300.7.5.1.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:elixir115-1.15.7-150300.7.5.1.noarch", }, product_reference: "elixir115-1.15.7-150300.7.5.1.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "elixir115-doc-1.15.7-150300.7.5.1.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:elixir115-doc-1.15.7-150300.7.5.1.noarch", }, product_reference: "elixir115-doc-1.15.7-150300.7.5.1.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", }, product_reference: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", }, product_reference: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", }, product_reference: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", }, product_reference: "erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-26.2.1-150300.7.5.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-26.2.1-150300.7.5.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-26.2.1-150300.7.5.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-26.2.1-150300.7.5.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-debugger-26.2.1-150300.7.5.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-debugger-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-debugger-26.2.1-150300.7.5.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-debugger-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-debugger-26.2.1-150300.7.5.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-debugger-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-debugger-26.2.1-150300.7.5.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-debugger-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-debugger-src-26.2.1-150300.7.5.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-debugger-src-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-dialyzer-26.2.1-150300.7.5.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-dialyzer-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-diameter-26.2.1-150300.7.5.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-diameter-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-diameter-26.2.1-150300.7.5.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-diameter-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-diameter-26.2.1-150300.7.5.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-diameter-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-diameter-26.2.1-150300.7.5.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-diameter-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-diameter-src-26.2.1-150300.7.5.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-diameter-src-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-doc-26.2.1-150300.7.5.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-doc-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-doc-26.2.1-150300.7.5.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-doc-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-doc-26.2.1-150300.7.5.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-doc-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-doc-26.2.1-150300.7.5.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-doc-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-epmd-26.2.1-150300.7.5.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-epmd-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-epmd-26.2.1-150300.7.5.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-epmd-26.2.1-150300.7.5.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-epmd-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-epmd-26.2.1-150300.7.5.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-epmd-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-et-26.2.1-150300.7.5.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-et-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-et-26.2.1-150300.7.5.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-et-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-et-26.2.1-150300.7.5.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-et-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-et-26.2.1-150300.7.5.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-et-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-et-src-26.2.1-150300.7.5.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-et-src-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-et-src-26.2.1-150300.7.5.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-et-src-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-et-src-26.2.1-150300.7.5.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-et-src-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-et-src-26.2.1-150300.7.5.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-et-src-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-jinterface-26.2.1-150300.7.5.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-jinterface-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-jinterface-26.2.1-150300.7.5.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-jinterface-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-jinterface-26.2.1-150300.7.5.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-jinterface-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-observer-26.2.1-150300.7.5.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-observer-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-observer-26.2.1-150300.7.5.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-observer-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-observer-26.2.1-150300.7.5.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-observer-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-observer-26.2.1-150300.7.5.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-observer-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-observer-src-26.2.1-150300.7.5.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-observer-src-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-observer-src-26.2.1-150300.7.5.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-observer-src-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-observer-src-26.2.1-150300.7.5.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-observer-src-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-reltool-26.2.1-150300.7.5.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-reltool-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-reltool-26.2.1-150300.7.5.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-reltool-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-reltool-26.2.1-150300.7.5.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-reltool-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-reltool-26.2.1-150300.7.5.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-reltool-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-reltool-src-26.2.1-150300.7.5.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-reltool-src-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-src-26.2.1-150300.7.5.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-src-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-src-26.2.1-150300.7.5.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-src-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-src-26.2.1-150300.7.5.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-src-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-src-26.2.1-150300.7.5.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-src-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-wx-26.2.1-150300.7.5.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-wx-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-wx-26.2.1-150300.7.5.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-wx-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-wx-26.2.1-150300.7.5.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-wx-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-wx-26.2.1-150300.7.5.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-wx-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-wx-src-26.2.1-150300.7.5.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.aarch64", }, product_reference: "erlang26-wx-src-26.2.1-150300.7.5.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le", }, product_reference: "erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-wx-src-26.2.1-150300.7.5.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.s390x", }, product_reference: "erlang26-wx-src-26.2.1-150300.7.5.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "erlang26-wx-src-26.2.1-150300.7.5.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.x86_64", }, product_reference: "erlang26-wx-src-26.2.1-150300.7.5.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server313-3.13.1-150600.13.5.3.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", }, product_reference: "rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", }, product_reference: "rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server313-3.13.1-150600.13.5.3.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", }, product_reference: "rabbitmq-server313-3.13.1-150600.13.5.3.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server313-3.13.1-150600.13.5.3.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", }, product_reference: "rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", }, product_reference: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", }, product_reference: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", }, product_reference: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", }, product_reference: "rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2021-22116", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-22116", }, ], notes: [ { category: "general", text: "RabbitMQ all versions prior to 3.8.16 are prone to a denial of service vulnerability due to improper input validation in AMQP 1.0 client connection endpoint. A malicious user can exploit the vulnerability by sending malicious AMQP messages to the target RabbitMQ instance having the AMQP 1.0 plugin enabled.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:elixir115-1.15.7-150300.7.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:elixir115-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:elixir115-doc-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-22116", url: "https://www.suse.com/security/cve/CVE-2021-22116", }, { category: "external", summary: "SUSE Bug 1186203 for CVE-2021-22116", url: "https://bugzilla.suse.com/1186203", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:elixir115-1.15.7-150300.7.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:elixir115-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:elixir115-doc-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:elixir115-1.15.7-150300.7.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:elixir115-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:elixir115-doc-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-19T03:36:36Z", details: "moderate", }, ], title: "CVE-2021-22116", }, { cve: "CVE-2021-32718", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-32718", }, ], notes: [ { category: "general", text: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:elixir115-1.15.7-150300.7.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:elixir115-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:elixir115-doc-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-32718", url: "https://www.suse.com/security/cve/CVE-2021-32718", }, { category: "external", summary: "SUSE Bug 1187818 for CVE-2021-32718", url: "https://bugzilla.suse.com/1187818", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:elixir115-1.15.7-150300.7.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:elixir115-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:elixir115-doc-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.1, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:elixir115-1.15.7-150300.7.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:elixir115-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:elixir115-doc-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-19T03:36:36Z", details: "low", }, ], title: "CVE-2021-32718", }, { cve: "CVE-2021-32719", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-32719", }, ], notes: [ { category: "general", text: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.18, when a federation link was displayed in the RabbitMQ management UI via the `rabbitmq_federation_management` plugin, its consumer tag was rendered without proper <script> tag sanitization. This potentially allows for JavaScript code execution in the context of the page. The user must be signed in and have elevated permissions (manage federation upstreams and policies) for this to occur. The vulnerability is patched in RabbitMQ 3.8.18. As a workaround, disable the `rabbitmq_federation_management` plugin and use [CLI tools](https://www.rabbitmq.com/cli.html) instead.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:elixir115-1.15.7-150300.7.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:elixir115-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:elixir115-doc-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-32719", url: "https://www.suse.com/security/cve/CVE-2021-32719", }, { category: "external", summary: "SUSE Bug 1187819 for CVE-2021-32719", url: "https://bugzilla.suse.com/1187819", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:elixir115-1.15.7-150300.7.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:elixir115-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:elixir115-doc-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.1, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:elixir115-1.15.7-150300.7.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:elixir115-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:elixir115-doc-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-19T03:36:36Z", details: "low", }, ], title: "CVE-2021-32719", }, { cve: "CVE-2022-31008", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-31008", }, ], notes: [ { category: "general", text: "RabbitMQ is a multi-protocol messaging and streaming broker. In affected versions the shovel and federation plugins perform URI obfuscation in their worker (link) state. The encryption key used to encrypt the URI was seeded with a predictable secret. This means that in case of certain exceptions related to Shovel and Federation plugins, reasonably easily deobfuscatable data could appear in the node log. Patched versions correctly use a cluster-wide secret for that purpose. This issue has been addressed and Patched versions: `3.10.2`, `3.9.18`, `3.8.32` are available. Users unable to upgrade should disable the Shovel and Federation plugins.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:elixir115-1.15.7-150300.7.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:elixir115-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:elixir115-doc-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", ], }, references: [ { category: "external", summary: "CVE-2022-31008", url: "https://www.suse.com/security/cve/CVE-2022-31008", }, { category: "external", summary: "SUSE Bug 1205267 for CVE-2022-31008", url: "https://bugzilla.suse.com/1205267", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:elixir115-1.15.7-150300.7.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:elixir115-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:elixir115-doc-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:elixir115-1.15.7-150300.7.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:elixir115-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:elixir115-doc-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-19T03:36:36Z", details: "important", }, ], title: "CVE-2022-31008", }, { cve: "CVE-2023-46118", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-46118", }, ], notes: [ { category: "general", text: "RabbitMQ is a multi-protocol messaging and streaming broker. HTTP API did not enforce an HTTP request body limit, making it vulnerable for denial of service (DoS) attacks with very large messages. An authenticated user with sufficient credentials can publish a very large messages over the HTTP API and cause target node to be terminated by an \"out-of-memory killer\"-like mechanism. This vulnerability has been patched in versions 3.11.24 and 3.12.7.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:elixir115-1.15.7-150300.7.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:elixir115-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:elixir115-doc-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-46118", url: "https://www.suse.com/security/cve/CVE-2023-46118", }, { category: "external", summary: "SUSE Bug 1216582 for CVE-2023-46118", url: "https://bugzilla.suse.com/1216582", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:elixir115-1.15.7-150300.7.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:elixir115-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:elixir115-doc-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:elixir115-1.15.7-150300.7.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:elixir115-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:elixir115-doc-1.15.7-150300.7.5.1.noarch", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-doc-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-epmd-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-et-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-observer-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.aarch64", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.s390x", "openSUSE Leap 15.6:erlang26-wx-src-26.2.1-150300.7.5.1.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-3.13.1-150600.13.5.3.x86_64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x", "openSUSE Leap 15.6:rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-19T03:36:36Z", details: "moderate", }, ], title: "CVE-2023-46118", }, ], }
suse-su-2021:3325-1
Vulnerability from csaf_suse
Published
2021-10-09 17:45
Modified
2021-10-09 17:45
Summary
Security update for rabbitmq-server
Notes
Title of the patch
Security update for rabbitmq-server
Description of the patch
This update for rabbitmq-server fixes the following issues:
- CVE-2021-32718: Fixed improper neutralization of script-related HTML tags in a web page (basic XSS) in management UI (bsc#1187818).
- CVE-2021-32719: Fixed improper neutralization of script-related HTML tags in a web page (basic XSS) in federation management plugin (bsc#1187819).
- CVE-2021-22116: Fixed improper input validation may lead to DoS (bsc#1186203).
- Use /run instead of /var/run in tmpfiles.d configuration (bsc#1185075).
Patchnames
SUSE-2021-3325,SUSE-SLE-Module-Server-Applications-15-SP3-2021-3325
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for rabbitmq-server", title: "Title of the patch", }, { category: "description", text: "This update for rabbitmq-server fixes the following issues:\n\n- CVE-2021-32718: Fixed improper neutralization of script-related HTML tags in a web page (basic XSS) in management UI (bsc#1187818).\n- CVE-2021-32719: Fixed improper neutralization of script-related HTML tags in a web page (basic XSS) in federation management plugin (bsc#1187819).\n- CVE-2021-22116: Fixed improper input validation may lead to DoS (bsc#1186203).\n\n- Use /run instead of /var/run in tmpfiles.d configuration (bsc#1185075).\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2021-3325,SUSE-SLE-Module-Server-Applications-15-SP3-2021-3325", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_3325-1.json", }, { category: "self", summary: "URL for SUSE-SU-2021:3325-1", url: "https://www.suse.com/support/update/announcement/2021/suse-su-20213325-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2021:3325-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-October/009557.html", }, { category: "self", summary: "SUSE Bug 1185075", url: "https://bugzilla.suse.com/1185075", }, { category: "self", summary: "SUSE Bug 1186203", url: "https://bugzilla.suse.com/1186203", }, { category: "self", summary: "SUSE Bug 1187818", url: "https://bugzilla.suse.com/1187818", }, { category: "self", summary: "SUSE Bug 1187819", url: "https://bugzilla.suse.com/1187819", }, { category: "self", summary: "SUSE CVE CVE-2021-22116 page", url: "https://www.suse.com/security/cve/CVE-2021-22116/", }, { category: "self", summary: "SUSE CVE CVE-2021-32718 page", url: "https://www.suse.com/security/cve/CVE-2021-32718/", }, { category: "self", summary: "SUSE CVE CVE-2021-32719 page", url: "https://www.suse.com/security/cve/CVE-2021-32719/", }, ], title: "Security update for rabbitmq-server", tracking: { current_release_date: "2021-10-09T17:45:05Z", generator: { date: "2021-10-09T17:45:05Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2021:3325-1", initial_release_date: "2021-10-09T17:45:05Z", revision_history: [ { date: "2021-10-09T17:45:05Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", product: { name: "erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", product_id: "erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", }, }, { category: "product_version", name: "rabbitmq-server-3.8.11-3.3.3.aarch64", product: { name: "rabbitmq-server-3.8.11-3.3.3.aarch64", product_id: "rabbitmq-server-3.8.11-3.3.3.aarch64", }, }, { category: "product_version", name: "rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", product: { name: "rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", product_id: "rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "erlang-rabbitmq-client-3.8.11-3.3.3.i586", product: { name: "erlang-rabbitmq-client-3.8.11-3.3.3.i586", product_id: "erlang-rabbitmq-client-3.8.11-3.3.3.i586", }, }, { category: "product_version", name: "rabbitmq-server-3.8.11-3.3.3.i586", product: { name: "rabbitmq-server-3.8.11-3.3.3.i586", product_id: "rabbitmq-server-3.8.11-3.3.3.i586", }, }, { category: "product_version", name: "rabbitmq-server-plugins-3.8.11-3.3.3.i586", product: { name: "rabbitmq-server-plugins-3.8.11-3.3.3.i586", product_id: "rabbitmq-server-plugins-3.8.11-3.3.3.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", product: { name: "erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", product_id: "erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", }, }, { category: "product_version", name: "rabbitmq-server-3.8.11-3.3.3.ppc64le", product: { name: "rabbitmq-server-3.8.11-3.3.3.ppc64le", product_id: "rabbitmq-server-3.8.11-3.3.3.ppc64le", }, }, { category: "product_version", name: "rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", product: { name: "rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", product_id: "rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "erlang-rabbitmq-client-3.8.11-3.3.3.s390x", product: { name: "erlang-rabbitmq-client-3.8.11-3.3.3.s390x", product_id: "erlang-rabbitmq-client-3.8.11-3.3.3.s390x", }, }, { category: "product_version", name: "rabbitmq-server-3.8.11-3.3.3.s390x", product: { name: "rabbitmq-server-3.8.11-3.3.3.s390x", product_id: "rabbitmq-server-3.8.11-3.3.3.s390x", }, }, { category: "product_version", name: "rabbitmq-server-plugins-3.8.11-3.3.3.s390x", product: { name: "rabbitmq-server-plugins-3.8.11-3.3.3.s390x", product_id: "rabbitmq-server-plugins-3.8.11-3.3.3.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", product: { name: "erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", product_id: "erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", }, }, { category: "product_version", name: "rabbitmq-server-3.8.11-3.3.3.x86_64", product: { name: "rabbitmq-server-3.8.11-3.3.3.x86_64", product_id: "rabbitmq-server-3.8.11-3.3.3.x86_64", }, }, { category: "product_version", name: "rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", product: { name: "rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", product_id: "rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Server Applications 15 SP3", product: { name: "SUSE Linux Enterprise Module for Server Applications 15 SP3", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP3", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-server-applications:15:sp3", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "erlang-rabbitmq-client-3.8.11-3.3.3.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", }, product_reference: "erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", }, product_reference: "erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "erlang-rabbitmq-client-3.8.11-3.3.3.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.s390x", }, product_reference: "erlang-rabbitmq-client-3.8.11-3.3.3.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "erlang-rabbitmq-client-3.8.11-3.3.3.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", }, product_reference: "erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-3.8.11-3.3.3.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.aarch64", }, product_reference: "rabbitmq-server-3.8.11-3.3.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-3.8.11-3.3.3.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.ppc64le", }, product_reference: "rabbitmq-server-3.8.11-3.3.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-3.8.11-3.3.3.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.s390x", }, product_reference: "rabbitmq-server-3.8.11-3.3.3.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-3.8.11-3.3.3.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.x86_64", }, product_reference: "rabbitmq-server-3.8.11-3.3.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-plugins-3.8.11-3.3.3.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", }, product_reference: "rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", }, product_reference: "rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-plugins-3.8.11-3.3.3.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.s390x", }, product_reference: "rabbitmq-server-plugins-3.8.11-3.3.3.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-plugins-3.8.11-3.3.3.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", }, product_reference: "rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP3", }, ], }, vulnerabilities: [ { cve: "CVE-2021-22116", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-22116", }, ], notes: [ { category: "general", text: "RabbitMQ all versions prior to 3.8.16 are prone to a denial of service vulnerability due to improper input validation in AMQP 1.0 client connection endpoint. A malicious user can exploit the vulnerability by sending malicious AMQP messages to the target RabbitMQ instance having the AMQP 1.0 plugin enabled.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-22116", url: "https://www.suse.com/security/cve/CVE-2021-22116", }, { category: "external", summary: "SUSE Bug 1186203 for CVE-2021-22116", url: "https://bugzilla.suse.com/1186203", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-10-09T17:45:05Z", details: "moderate", }, ], title: "CVE-2021-22116", }, { cve: "CVE-2021-32718", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-32718", }, ], notes: [ { category: "general", text: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-32718", url: "https://www.suse.com/security/cve/CVE-2021-32718", }, { category: "external", summary: "SUSE Bug 1187818 for CVE-2021-32718", url: "https://bugzilla.suse.com/1187818", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.1, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-10-09T17:45:05Z", details: "low", }, ], title: "CVE-2021-32718", }, { cve: "CVE-2021-32719", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-32719", }, ], notes: [ { category: "general", text: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.18, when a federation link was displayed in the RabbitMQ management UI via the `rabbitmq_federation_management` plugin, its consumer tag was rendered without proper <script> tag sanitization. This potentially allows for JavaScript code execution in the context of the page. The user must be signed in and have elevated permissions (manage federation upstreams and policies) for this to occur. The vulnerability is patched in RabbitMQ 3.8.18. As a workaround, disable the `rabbitmq_federation_management` plugin and use [CLI tools](https://www.rabbitmq.com/cli.html) instead.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-32719", url: "https://www.suse.com/security/cve/CVE-2021-32719", }, { category: "external", summary: "SUSE Bug 1187819 for CVE-2021-32719", url: "https://bugzilla.suse.com/1187819", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.1, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-3.8.11-3.3.3.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-10-09T17:45:05Z", details: "low", }, ], title: "CVE-2021-32719", }, ], }
suse-su-2021:3254-1
Vulnerability from csaf_suse
Published
2021-09-29 14:28
Modified
2021-09-29 14:28
Summary
Security update for rabbitmq-server
Notes
Title of the patch
Security update for rabbitmq-server
Description of the patch
This update for rabbitmq-server fixes the following issues:
- CVE-2021-32718: Fixed improper neutralization of script-related HTML tags in a web page (basic XSS) in management UI (bsc#1187818).
- CVE-2021-32719: Fixed improper neutralization of script-related HTML tags in a web page (basic XSS) in federation management plugin (bsc#1187819).
- CVE-2021-22116: Fixed improper input validation may lead to DoS (bsc#1186203).
- Use /run instead of /var/run in tmpfiles.d configuration (bsc#1185075).
Patchnames
SUSE-2021-3254,SUSE-SLE-Module-Server-Applications-15-SP2-2021-3254
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for rabbitmq-server", title: "Title of the patch", }, { category: "description", text: "This update for rabbitmq-server fixes the following issues:\n\n- CVE-2021-32718: Fixed improper neutralization of script-related HTML tags in a web page (basic XSS) in management UI (bsc#1187818).\n- CVE-2021-32719: Fixed improper neutralization of script-related HTML tags in a web page (basic XSS) in federation management plugin (bsc#1187819).\n- CVE-2021-22116: Fixed improper input validation may lead to DoS (bsc#1186203).\n\n- Use /run instead of /var/run in tmpfiles.d configuration (bsc#1185075).\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2021-3254,SUSE-SLE-Module-Server-Applications-15-SP2-2021-3254", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_3254-1.json", }, { category: "self", summary: "URL for SUSE-SU-2021:3254-1", url: "https://www.suse.com/support/update/announcement/2021/suse-su-20213254-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2021:3254-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009519.html", }, { category: "self", summary: "SUSE Bug 1185075", url: "https://bugzilla.suse.com/1185075", }, { category: "self", summary: "SUSE Bug 1186203", url: "https://bugzilla.suse.com/1186203", }, { category: "self", summary: "SUSE Bug 1187818", url: "https://bugzilla.suse.com/1187818", }, { category: "self", summary: "SUSE Bug 1187819", url: "https://bugzilla.suse.com/1187819", }, { category: "self", summary: "SUSE CVE CVE-2021-22116 page", url: "https://www.suse.com/security/cve/CVE-2021-22116/", }, { category: "self", summary: "SUSE CVE CVE-2021-32718 page", url: "https://www.suse.com/security/cve/CVE-2021-32718/", }, { category: "self", summary: "SUSE CVE CVE-2021-32719 page", url: "https://www.suse.com/security/cve/CVE-2021-32719/", }, ], title: "Security update for rabbitmq-server", tracking: { current_release_date: "2021-09-29T14:28:38Z", generator: { date: "2021-09-29T14:28:38Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2021:3254-1", initial_release_date: "2021-09-29T14:28:38Z", revision_history: [ { date: "2021-09-29T14:28:38Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "erlang-rabbitmq-client-3.8.3-3.3.4.aarch64", product: { name: "erlang-rabbitmq-client-3.8.3-3.3.4.aarch64", product_id: "erlang-rabbitmq-client-3.8.3-3.3.4.aarch64", }, }, { category: "product_version", name: "rabbitmq-server-3.8.3-3.3.4.aarch64", product: { name: "rabbitmq-server-3.8.3-3.3.4.aarch64", product_id: "rabbitmq-server-3.8.3-3.3.4.aarch64", }, }, { category: "product_version", name: "rabbitmq-server-plugins-3.8.3-3.3.4.aarch64", product: { name: "rabbitmq-server-plugins-3.8.3-3.3.4.aarch64", product_id: "rabbitmq-server-plugins-3.8.3-3.3.4.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "erlang-rabbitmq-client-3.8.3-3.3.4.i586", product: { name: "erlang-rabbitmq-client-3.8.3-3.3.4.i586", product_id: "erlang-rabbitmq-client-3.8.3-3.3.4.i586", }, }, { category: "product_version", name: "rabbitmq-server-3.8.3-3.3.4.i586", product: { name: "rabbitmq-server-3.8.3-3.3.4.i586", product_id: "rabbitmq-server-3.8.3-3.3.4.i586", }, }, { category: "product_version", name: "rabbitmq-server-plugins-3.8.3-3.3.4.i586", product: { name: "rabbitmq-server-plugins-3.8.3-3.3.4.i586", product_id: "rabbitmq-server-plugins-3.8.3-3.3.4.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "erlang-rabbitmq-client-3.8.3-3.3.4.ppc64le", product: { name: "erlang-rabbitmq-client-3.8.3-3.3.4.ppc64le", product_id: "erlang-rabbitmq-client-3.8.3-3.3.4.ppc64le", }, }, { category: "product_version", name: "rabbitmq-server-3.8.3-3.3.4.ppc64le", product: { name: "rabbitmq-server-3.8.3-3.3.4.ppc64le", product_id: "rabbitmq-server-3.8.3-3.3.4.ppc64le", }, }, { category: "product_version", name: "rabbitmq-server-plugins-3.8.3-3.3.4.ppc64le", product: { name: "rabbitmq-server-plugins-3.8.3-3.3.4.ppc64le", product_id: "rabbitmq-server-plugins-3.8.3-3.3.4.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "erlang-rabbitmq-client-3.8.3-3.3.4.s390x", product: { name: "erlang-rabbitmq-client-3.8.3-3.3.4.s390x", product_id: "erlang-rabbitmq-client-3.8.3-3.3.4.s390x", }, }, { category: "product_version", name: "rabbitmq-server-3.8.3-3.3.4.s390x", product: { name: "rabbitmq-server-3.8.3-3.3.4.s390x", product_id: "rabbitmq-server-3.8.3-3.3.4.s390x", }, }, { category: "product_version", name: "rabbitmq-server-plugins-3.8.3-3.3.4.s390x", product: { name: "rabbitmq-server-plugins-3.8.3-3.3.4.s390x", product_id: "rabbitmq-server-plugins-3.8.3-3.3.4.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "erlang-rabbitmq-client-3.8.3-3.3.4.x86_64", product: { name: "erlang-rabbitmq-client-3.8.3-3.3.4.x86_64", product_id: "erlang-rabbitmq-client-3.8.3-3.3.4.x86_64", }, }, { category: "product_version", name: "rabbitmq-server-3.8.3-3.3.4.x86_64", product: { name: "rabbitmq-server-3.8.3-3.3.4.x86_64", product_id: "rabbitmq-server-3.8.3-3.3.4.x86_64", }, }, { category: "product_version", name: "rabbitmq-server-plugins-3.8.3-3.3.4.x86_64", product: { name: "rabbitmq-server-plugins-3.8.3-3.3.4.x86_64", product_id: "rabbitmq-server-plugins-3.8.3-3.3.4.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Server Applications 15 SP2", product: { name: "SUSE Linux Enterprise Module for Server Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP2", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-server-applications:15:sp2", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "erlang-rabbitmq-client-3.8.3-3.3.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.aarch64", }, product_reference: "erlang-rabbitmq-client-3.8.3-3.3.4.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "erlang-rabbitmq-client-3.8.3-3.3.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.ppc64le", }, product_reference: "erlang-rabbitmq-client-3.8.3-3.3.4.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "erlang-rabbitmq-client-3.8.3-3.3.4.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.s390x", }, product_reference: "erlang-rabbitmq-client-3.8.3-3.3.4.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "erlang-rabbitmq-client-3.8.3-3.3.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.x86_64", }, product_reference: "erlang-rabbitmq-client-3.8.3-3.3.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-3.8.3-3.3.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.aarch64", }, product_reference: "rabbitmq-server-3.8.3-3.3.4.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-3.8.3-3.3.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.ppc64le", }, product_reference: "rabbitmq-server-3.8.3-3.3.4.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-3.8.3-3.3.4.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.s390x", }, product_reference: "rabbitmq-server-3.8.3-3.3.4.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-3.8.3-3.3.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.x86_64", }, product_reference: "rabbitmq-server-3.8.3-3.3.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-plugins-3.8.3-3.3.4.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.aarch64", }, product_reference: "rabbitmq-server-plugins-3.8.3-3.3.4.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-plugins-3.8.3-3.3.4.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.ppc64le", }, product_reference: "rabbitmq-server-plugins-3.8.3-3.3.4.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-plugins-3.8.3-3.3.4.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.s390x", }, product_reference: "rabbitmq-server-plugins-3.8.3-3.3.4.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-plugins-3.8.3-3.3.4.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP2", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.x86_64", }, product_reference: "rabbitmq-server-plugins-3.8.3-3.3.4.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP2", }, ], }, vulnerabilities: [ { cve: "CVE-2021-22116", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-22116", }, ], notes: [ { category: "general", text: "RabbitMQ all versions prior to 3.8.16 are prone to a denial of service vulnerability due to improper input validation in AMQP 1.0 client connection endpoint. A malicious user can exploit the vulnerability by sending malicious AMQP messages to the target RabbitMQ instance having the AMQP 1.0 plugin enabled.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-22116", url: "https://www.suse.com/security/cve/CVE-2021-22116", }, { category: "external", summary: "SUSE Bug 1186203 for CVE-2021-22116", url: "https://bugzilla.suse.com/1186203", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-09-29T14:28:38Z", details: "moderate", }, ], title: "CVE-2021-22116", }, { cve: "CVE-2021-32718", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-32718", }, ], notes: [ { category: "general", text: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-32718", url: "https://www.suse.com/security/cve/CVE-2021-32718", }, { category: "external", summary: "SUSE Bug 1187818 for CVE-2021-32718", url: "https://bugzilla.suse.com/1187818", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.1, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-09-29T14:28:38Z", details: "low", }, ], title: "CVE-2021-32718", }, { cve: "CVE-2021-32719", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-32719", }, ], notes: [ { category: "general", text: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.18, when a federation link was displayed in the RabbitMQ management UI via the `rabbitmq_federation_management` plugin, its consumer tag was rendered without proper <script> tag sanitization. This potentially allows for JavaScript code execution in the context of the page. The user must be signed in and have elevated permissions (manage federation upstreams and policies) for this to occur. The vulnerability is patched in RabbitMQ 3.8.18. As a workaround, disable the `rabbitmq_federation_management` plugin and use [CLI tools](https://www.rabbitmq.com/cli.html) instead.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-32719", url: "https://www.suse.com/security/cve/CVE-2021-32719", }, { category: "external", summary: "SUSE Bug 1187819 for CVE-2021-32719", url: "https://bugzilla.suse.com/1187819", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.1, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:erlang-rabbitmq-client-3.8.3-3.3.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-3.8.3-3.3.4.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP2:rabbitmq-server-plugins-3.8.3-3.3.4.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-09-29T14:28:38Z", details: "low", }, ], title: "CVE-2021-32719", }, ], }
opensuse-su-2021:1334-1
Vulnerability from csaf_opensuse
Published
2021-10-04 14:05
Modified
2021-10-04 14:05
Summary
Security update for rabbitmq-server
Notes
Title of the patch
Security update for rabbitmq-server
Description of the patch
This update for rabbitmq-server fixes the following issues:
- CVE-2021-32718: Fixed improper neutralization of script-related HTML tags in a web page (basic XSS) in management UI (bsc#1187818).
- CVE-2021-32719: Fixed improper neutralization of script-related HTML tags in a web page (basic XSS) in federation management plugin (bsc#1187819).
- CVE-2021-22116: Fixed improper input validation may lead to DoS (bsc#1186203).
- Use /run instead of /var/run in tmpfiles.d configuration (bsc#1185075).
This update was imported from the SUSE:SLE-15-SP2:Update update project.
Patchnames
openSUSE-2021-1334
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for rabbitmq-server", title: "Title of the patch", }, { category: "description", text: "This update for rabbitmq-server fixes the following issues:\n\n- CVE-2021-32718: Fixed improper neutralization of script-related HTML tags in a web page (basic XSS) in management UI (bsc#1187818).\n- CVE-2021-32719: Fixed improper neutralization of script-related HTML tags in a web page (basic XSS) in federation management plugin (bsc#1187819).\n- CVE-2021-22116: Fixed improper input validation may lead to DoS (bsc#1186203).\n\n- Use /run instead of /var/run in tmpfiles.d configuration (bsc#1185075).\n\nThis update was imported from the SUSE:SLE-15-SP2:Update update project.", title: "Description of the patch", }, { category: "details", text: "openSUSE-2021-1334", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2021_1334-1.json", }, { category: "self", summary: "URL for openSUSE-SU-2021:1334-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/FWIIK75CV5Y6TWUXN67IYXFNHIHRZSXN/", }, { category: "self", summary: "E-Mail link for openSUSE-SU-2021:1334-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/FWIIK75CV5Y6TWUXN67IYXFNHIHRZSXN/", }, { category: "self", summary: "SUSE Bug 1185075", url: "https://bugzilla.suse.com/1185075", }, { category: "self", summary: "SUSE Bug 1186203", url: "https://bugzilla.suse.com/1186203", }, { category: "self", summary: "SUSE Bug 1187818", url: "https://bugzilla.suse.com/1187818", }, { category: "self", summary: "SUSE Bug 1187819", url: "https://bugzilla.suse.com/1187819", }, { category: "self", summary: "SUSE CVE CVE-2021-22116 page", url: "https://www.suse.com/security/cve/CVE-2021-22116/", }, { category: "self", summary: "SUSE CVE CVE-2021-32718 page", url: "https://www.suse.com/security/cve/CVE-2021-32718/", }, { category: "self", summary: "SUSE CVE CVE-2021-32719 page", url: "https://www.suse.com/security/cve/CVE-2021-32719/", }, ], title: "Security update for rabbitmq-server", tracking: { current_release_date: "2021-10-04T14:05:48Z", generator: { date: "2021-10-04T14:05:48Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2021:1334-1", initial_release_date: "2021-10-04T14:05:48Z", revision_history: [ { date: "2021-10-04T14:05:48Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "erlang-rabbitmq-client-3.8.3-lp152.2.3.1.x86_64", product: { name: "erlang-rabbitmq-client-3.8.3-lp152.2.3.1.x86_64", product_id: "erlang-rabbitmq-client-3.8.3-lp152.2.3.1.x86_64", }, }, { category: "product_version", name: "rabbitmq-server-3.8.3-lp152.2.3.1.x86_64", product: { name: "rabbitmq-server-3.8.3-lp152.2.3.1.x86_64", product_id: "rabbitmq-server-3.8.3-lp152.2.3.1.x86_64", }, }, { category: "product_version", name: "rabbitmq-server-plugins-3.8.3-lp152.2.3.1.x86_64", product: { name: "rabbitmq-server-plugins-3.8.3-lp152.2.3.1.x86_64", product_id: "rabbitmq-server-plugins-3.8.3-lp152.2.3.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Leap 15.2", product: { name: "openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.2", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "erlang-rabbitmq-client-3.8.3-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:erlang-rabbitmq-client-3.8.3-lp152.2.3.1.x86_64", }, product_reference: "erlang-rabbitmq-client-3.8.3-lp152.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-3.8.3-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:rabbitmq-server-3.8.3-lp152.2.3.1.x86_64", }, product_reference: "rabbitmq-server-3.8.3-lp152.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-plugins-3.8.3-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", product_id: "openSUSE Leap 15.2:rabbitmq-server-plugins-3.8.3-lp152.2.3.1.x86_64", }, product_reference: "rabbitmq-server-plugins-3.8.3-lp152.2.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.2", }, ], }, vulnerabilities: [ { cve: "CVE-2021-22116", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-22116", }, ], notes: [ { category: "general", text: "RabbitMQ all versions prior to 3.8.16 are prone to a denial of service vulnerability due to improper input validation in AMQP 1.0 client connection endpoint. A malicious user can exploit the vulnerability by sending malicious AMQP messages to the target RabbitMQ instance having the AMQP 1.0 plugin enabled.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.2:erlang-rabbitmq-client-3.8.3-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:rabbitmq-server-3.8.3-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:rabbitmq-server-plugins-3.8.3-lp152.2.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-22116", url: "https://www.suse.com/security/cve/CVE-2021-22116", }, { category: "external", summary: "SUSE Bug 1186203 for CVE-2021-22116", url: "https://bugzilla.suse.com/1186203", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.2:erlang-rabbitmq-client-3.8.3-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:rabbitmq-server-3.8.3-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:rabbitmq-server-plugins-3.8.3-lp152.2.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Leap 15.2:erlang-rabbitmq-client-3.8.3-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:rabbitmq-server-3.8.3-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:rabbitmq-server-plugins-3.8.3-lp152.2.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-10-04T14:05:48Z", details: "moderate", }, ], title: "CVE-2021-22116", }, { cve: "CVE-2021-32718", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-32718", }, ], notes: [ { category: "general", text: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.2:erlang-rabbitmq-client-3.8.3-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:rabbitmq-server-3.8.3-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:rabbitmq-server-plugins-3.8.3-lp152.2.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-32718", url: "https://www.suse.com/security/cve/CVE-2021-32718", }, { category: "external", summary: "SUSE Bug 1187818 for CVE-2021-32718", url: "https://bugzilla.suse.com/1187818", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.2:erlang-rabbitmq-client-3.8.3-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:rabbitmq-server-3.8.3-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:rabbitmq-server-plugins-3.8.3-lp152.2.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.1, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "openSUSE Leap 15.2:erlang-rabbitmq-client-3.8.3-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:rabbitmq-server-3.8.3-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:rabbitmq-server-plugins-3.8.3-lp152.2.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-10-04T14:05:48Z", details: "low", }, ], title: "CVE-2021-32718", }, { cve: "CVE-2021-32719", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-32719", }, ], notes: [ { category: "general", text: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.18, when a federation link was displayed in the RabbitMQ management UI via the `rabbitmq_federation_management` plugin, its consumer tag was rendered without proper <script> tag sanitization. This potentially allows for JavaScript code execution in the context of the page. The user must be signed in and have elevated permissions (manage federation upstreams and policies) for this to occur. The vulnerability is patched in RabbitMQ 3.8.18. As a workaround, disable the `rabbitmq_federation_management` plugin and use [CLI tools](https://www.rabbitmq.com/cli.html) instead.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.2:erlang-rabbitmq-client-3.8.3-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:rabbitmq-server-3.8.3-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:rabbitmq-server-plugins-3.8.3-lp152.2.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-32719", url: "https://www.suse.com/security/cve/CVE-2021-32719", }, { category: "external", summary: "SUSE Bug 1187819 for CVE-2021-32719", url: "https://bugzilla.suse.com/1187819", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.2:erlang-rabbitmq-client-3.8.3-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:rabbitmq-server-3.8.3-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:rabbitmq-server-plugins-3.8.3-lp152.2.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.1, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "openSUSE Leap 15.2:erlang-rabbitmq-client-3.8.3-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:rabbitmq-server-3.8.3-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:rabbitmq-server-plugins-3.8.3-lp152.2.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-10-04T14:05:48Z", details: "low", }, ], title: "CVE-2021-32719", }, ], }
opensuse-su-2021:3325-1
Vulnerability from csaf_opensuse
Published
2021-10-09 17:45
Modified
2021-10-09 17:45
Summary
Security update for rabbitmq-server
Notes
Title of the patch
Security update for rabbitmq-server
Description of the patch
This update for rabbitmq-server fixes the following issues:
- CVE-2021-32718: Fixed improper neutralization of script-related HTML tags in a web page (basic XSS) in management UI (bsc#1187818).
- CVE-2021-32719: Fixed improper neutralization of script-related HTML tags in a web page (basic XSS) in federation management plugin (bsc#1187819).
- CVE-2021-22116: Fixed improper input validation may lead to DoS (bsc#1186203).
- Use /run instead of /var/run in tmpfiles.d configuration (bsc#1185075).
Patchnames
openSUSE-SLE-15.3-2021-3325
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for rabbitmq-server", title: "Title of the patch", }, { category: "description", text: "This update for rabbitmq-server fixes the following issues:\n\n- CVE-2021-32718: Fixed improper neutralization of script-related HTML tags in a web page (basic XSS) in management UI (bsc#1187818).\n- CVE-2021-32719: Fixed improper neutralization of script-related HTML tags in a web page (basic XSS) in federation management plugin (bsc#1187819).\n- CVE-2021-22116: Fixed improper input validation may lead to DoS (bsc#1186203).\n\n- Use /run instead of /var/run in tmpfiles.d configuration (bsc#1185075).\n", title: "Description of the patch", }, { category: "details", text: "openSUSE-SLE-15.3-2021-3325", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2021_3325-1.json", }, { category: "self", summary: "URL for openSUSE-SU-2021:3325-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/7NL4I6R5WB6N3LAJGL2UC3TXXGKBNRLE/", }, { category: "self", summary: "E-Mail link for openSUSE-SU-2021:3325-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/7NL4I6R5WB6N3LAJGL2UC3TXXGKBNRLE/", }, { category: "self", summary: "SUSE Bug 1185075", url: "https://bugzilla.suse.com/1185075", }, { category: "self", summary: "SUSE Bug 1186203", url: "https://bugzilla.suse.com/1186203", }, { category: "self", summary: "SUSE Bug 1187818", url: "https://bugzilla.suse.com/1187818", }, { category: "self", summary: "SUSE Bug 1187819", url: "https://bugzilla.suse.com/1187819", }, { category: "self", summary: "SUSE CVE CVE-2021-22116 page", url: "https://www.suse.com/security/cve/CVE-2021-22116/", }, { category: "self", summary: "SUSE CVE CVE-2021-32718 page", url: "https://www.suse.com/security/cve/CVE-2021-32718/", }, { category: "self", summary: "SUSE CVE CVE-2021-32719 page", url: "https://www.suse.com/security/cve/CVE-2021-32719/", }, ], title: "Security update for rabbitmq-server", tracking: { current_release_date: "2021-10-09T17:45:06Z", generator: { date: "2021-10-09T17:45:06Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2021:3325-1", initial_release_date: "2021-10-09T17:45:06Z", revision_history: [ { date: "2021-10-09T17:45:06Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", product: { name: "erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", product_id: "erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", }, }, { category: "product_version", name: "rabbitmq-server-3.8.11-3.3.3.aarch64", product: { name: "rabbitmq-server-3.8.11-3.3.3.aarch64", product_id: "rabbitmq-server-3.8.11-3.3.3.aarch64", }, }, { category: "product_version", name: "rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", product: { name: "rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", product_id: "rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", product: { name: "erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", product_id: "erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", }, }, { category: "product_version", name: "rabbitmq-server-3.8.11-3.3.3.ppc64le", product: { name: "rabbitmq-server-3.8.11-3.3.3.ppc64le", product_id: "rabbitmq-server-3.8.11-3.3.3.ppc64le", }, }, { category: "product_version", name: "rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", product: { name: "rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", product_id: "rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "erlang-rabbitmq-client-3.8.11-3.3.3.s390x", product: { name: "erlang-rabbitmq-client-3.8.11-3.3.3.s390x", product_id: "erlang-rabbitmq-client-3.8.11-3.3.3.s390x", }, }, { category: "product_version", name: "rabbitmq-server-3.8.11-3.3.3.s390x", product: { name: "rabbitmq-server-3.8.11-3.3.3.s390x", product_id: "rabbitmq-server-3.8.11-3.3.3.s390x", }, }, { category: "product_version", name: "rabbitmq-server-plugins-3.8.11-3.3.3.s390x", product: { name: "rabbitmq-server-plugins-3.8.11-3.3.3.s390x", product_id: "rabbitmq-server-plugins-3.8.11-3.3.3.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", product: { name: "erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", product_id: "erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", }, }, { category: "product_version", name: "rabbitmq-server-3.8.11-3.3.3.x86_64", product: { name: "rabbitmq-server-3.8.11-3.3.3.x86_64", product_id: "rabbitmq-server-3.8.11-3.3.3.x86_64", }, }, { category: "product_version", name: "rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", product: { name: "rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", product_id: "rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Leap 15.3", product: { name: "openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.3", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "erlang-rabbitmq-client-3.8.11-3.3.3.aarch64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", }, product_reference: "erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", }, product_reference: "erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "erlang-rabbitmq-client-3.8.11-3.3.3.s390x as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.s390x", }, product_reference: "erlang-rabbitmq-client-3.8.11-3.3.3.s390x", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "erlang-rabbitmq-client-3.8.11-3.3.3.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", }, product_reference: "erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-3.8.11-3.3.3.aarch64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.aarch64", }, product_reference: "rabbitmq-server-3.8.11-3.3.3.aarch64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-3.8.11-3.3.3.ppc64le as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.ppc64le", }, product_reference: "rabbitmq-server-3.8.11-3.3.3.ppc64le", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-3.8.11-3.3.3.s390x as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.s390x", }, product_reference: "rabbitmq-server-3.8.11-3.3.3.s390x", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-3.8.11-3.3.3.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.x86_64", }, product_reference: "rabbitmq-server-3.8.11-3.3.3.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-plugins-3.8.11-3.3.3.aarch64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", }, product_reference: "rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", }, product_reference: "rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-plugins-3.8.11-3.3.3.s390x as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.s390x", }, product_reference: "rabbitmq-server-plugins-3.8.11-3.3.3.s390x", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-plugins-3.8.11-3.3.3.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", }, product_reference: "rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, ], }, vulnerabilities: [ { cve: "CVE-2021-22116", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-22116", }, ], notes: [ { category: "general", text: "RabbitMQ all versions prior to 3.8.16 are prone to a denial of service vulnerability due to improper input validation in AMQP 1.0 client connection endpoint. A malicious user can exploit the vulnerability by sending malicious AMQP messages to the target RabbitMQ instance having the AMQP 1.0 plugin enabled.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.x86_64", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-22116", url: "https://www.suse.com/security/cve/CVE-2021-22116", }, { category: "external", summary: "SUSE Bug 1186203 for CVE-2021-22116", url: "https://bugzilla.suse.com/1186203", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.x86_64", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.x86_64", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-10-09T17:45:06Z", details: "moderate", }, ], title: "CVE-2021-22116", }, { cve: "CVE-2021-32718", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-32718", }, ], notes: [ { category: "general", text: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.x86_64", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-32718", url: "https://www.suse.com/security/cve/CVE-2021-32718", }, { category: "external", summary: "SUSE Bug 1187818 for CVE-2021-32718", url: "https://bugzilla.suse.com/1187818", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.x86_64", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.1, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.x86_64", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-10-09T17:45:06Z", details: "low", }, ], title: "CVE-2021-32718", }, { cve: "CVE-2021-32719", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-32719", }, ], notes: [ { category: "general", text: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.18, when a federation link was displayed in the RabbitMQ management UI via the `rabbitmq_federation_management` plugin, its consumer tag was rendered without proper <script> tag sanitization. This potentially allows for JavaScript code execution in the context of the page. The user must be signed in and have elevated permissions (manage federation upstreams and policies) for this to occur. The vulnerability is patched in RabbitMQ 3.8.18. As a workaround, disable the `rabbitmq_federation_management` plugin and use [CLI tools](https://www.rabbitmq.com/cli.html) instead.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.x86_64", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", ], }, references: [ { category: "external", summary: "CVE-2021-32719", url: "https://www.suse.com/security/cve/CVE-2021-32719", }, { category: "external", summary: "SUSE Bug 1187819 for CVE-2021-32719", url: "https://bugzilla.suse.com/1187819", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.x86_64", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.1, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:erlang-rabbitmq-client-3.8.11-3.3.3.x86_64", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:rabbitmq-server-3.8.11-3.3.3.x86_64", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.aarch64", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.ppc64le", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.s390x", "openSUSE Leap 15.3:rabbitmq-server-plugins-3.8.11-3.3.3.x86_64", ], }, ], threats: [ { category: "impact", date: "2021-10-09T17:45:06Z", details: "low", }, ], title: "CVE-2021-32719", }, ], }
rhsa-2022_8867
Vulnerability from csaf_redhat
Published
2022-12-07 20:28
Modified
2024-11-22 20:15
Summary
Red Hat Security Advisory: Red Hat OpenStack Platform 16.1.9 (rabbitmq-server) security update
Notes
Topic
An update for rabbitmq-server is now available for Red Hat OpenStack
Platform 16.1.9 (Train) for Red Hat Enterprise Linux (RHEL) 8.2.
Red Hat Product Security has rated this update as having a security impact
of Low. A Common Vulnerability Scoring System (CVSS) base score, which
gives a detailed severity rating, is available for each vulnerability from
the CVE link(s) in the References section.
Details
RabbitMQ is an implementation of AMQP, the emerging standard for high
performance enterprise messaging. The RabbitMQ server is a robust and
scalable implementation of an AMQP broker. # We want to install into
/usr/lib, even on 64-bit platforms
Security Fix(es):
* improper neutralization of script-related HTML tags in a web page (basic
XSS) in management UI (CVE-2021-32718)
For more details about the security issue(s), including the impact, a CVSS
score, acknowledgments, and other related information, refer to the CVE
page listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Low", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for rabbitmq-server is now available for Red Hat OpenStack\nPlatform 16.1.9 (Train) for Red Hat Enterprise Linux (RHEL) 8.2.\n\nRed Hat Product Security has rated this update as having a security impact\nof Low. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "RabbitMQ is an implementation of AMQP, the emerging standard for high\nperformance enterprise messaging. The RabbitMQ server is a robust and\nscalable implementation of an AMQP broker. # We want to install into\n/usr/lib, even on 64-bit platforms\n\nSecurity Fix(es):\n\n* improper neutralization of script-related HTML tags in a web page (basic\nXSS) in management UI (CVE-2021-32718)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2022:8867", url: "https://access.redhat.com/errata/RHSA-2022:8867", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#low", url: "https://access.redhat.com/security/updates/classification/#low", }, { category: "external", summary: "1977002", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1977002", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8867.json", }, ], title: "Red Hat Security Advisory: Red Hat OpenStack Platform 16.1.9 (rabbitmq-server) security update", tracking: { current_release_date: "2024-11-22T20:15:46+00:00", generator: { date: "2024-11-22T20:15:46+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2022:8867", initial_release_date: "2022-12-07T20:28:02+00:00", revision_history: [ { date: "2022-12-07T20:28:02+00:00", number: "1", summary: "Initial version", }, { date: "2022-12-07T20:28:02+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-22T20:15:46+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat OpenStack Platform 16.1", product: { name: "Red Hat OpenStack Platform 16.1", product_id: "8Base-RHOS-16.1", product_identification_helper: { cpe: "cpe:/a:redhat:openstack:16.1::el8", }, }, }, ], category: "product_family", name: "Red Hat OpenStack Platform", }, { branches: [ { category: "product_version", name: "rabbitmq-server-0:3.7.23-9.el8ost.src", product: { name: "rabbitmq-server-0:3.7.23-9.el8ost.src", product_id: "rabbitmq-server-0:3.7.23-9.el8ost.src", product_identification_helper: { purl: "pkg:rpm/redhat/rabbitmq-server@3.7.23-9.el8ost?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "rabbitmq-server-0:3.7.23-9.el8ost.x86_64", product: { name: "rabbitmq-server-0:3.7.23-9.el8ost.x86_64", product_id: "rabbitmq-server-0:3.7.23-9.el8ost.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rabbitmq-server@3.7.23-9.el8ost?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", product: { name: "rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", product_id: "rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rabbitmq-server@3.7.23-9.el8ost?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "rabbitmq-server-0:3.7.23-9.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.1", product_id: "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", }, product_reference: "rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", relates_to_product_reference: "8Base-RHOS-16.1", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-0:3.7.23-9.el8ost.src as a component of Red Hat OpenStack Platform 16.1", product_id: "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.src", }, product_reference: "rabbitmq-server-0:3.7.23-9.el8ost.src", relates_to_product_reference: "8Base-RHOS-16.1", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-0:3.7.23-9.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.1", product_id: "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.x86_64", }, product_reference: "rabbitmq-server-0:3.7.23-9.el8ost.x86_64", relates_to_product_reference: "8Base-RHOS-16.1", }, ], }, vulnerabilities: [ { cve: "CVE-2021-32718", cwe: { id: "CWE-79", name: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", }, discovery_date: "2021-06-28T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1977002", }, ], notes: [ { category: "description", text: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.", title: "Vulnerability description", }, { category: "summary", text: "rabbitmq-server: improper neutralization of script-related HTML tags in a web page (basic XSS) in management UI", title: "Vulnerability summary", }, { category: "other", text: "Red Hat OpenStack Platform ships a vulnerable version of RabbitMQ but it is not exposed outside the management network. As this network is tightly-regulated to OpenStack administrators, the risk for abuse is significantly reduced.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.src", "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-32718", }, { category: "external", summary: "RHBZ#1977002", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1977002", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-32718", url: "https://www.cve.org/CVERecord?id=CVE-2021-32718", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-32718", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-32718", }, ], release_date: "2021-05-06T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-12-07T20:28:02+00:00", details: "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.src", "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2022:8867", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.4, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", version: "3.1", }, products: [ "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.src", "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "rabbitmq-server: improper neutralization of script-related HTML tags in a web page (basic XSS) in management UI", }, ], }
rhsa-2022:8867
Vulnerability from csaf_redhat
Published
2022-12-07 20:28
Modified
2024-11-22 20:15
Summary
Red Hat Security Advisory: Red Hat OpenStack Platform 16.1.9 (rabbitmq-server) security update
Notes
Topic
An update for rabbitmq-server is now available for Red Hat OpenStack
Platform 16.1.9 (Train) for Red Hat Enterprise Linux (RHEL) 8.2.
Red Hat Product Security has rated this update as having a security impact
of Low. A Common Vulnerability Scoring System (CVSS) base score, which
gives a detailed severity rating, is available for each vulnerability from
the CVE link(s) in the References section.
Details
RabbitMQ is an implementation of AMQP, the emerging standard for high
performance enterprise messaging. The RabbitMQ server is a robust and
scalable implementation of an AMQP broker. # We want to install into
/usr/lib, even on 64-bit platforms
Security Fix(es):
* improper neutralization of script-related HTML tags in a web page (basic
XSS) in management UI (CVE-2021-32718)
For more details about the security issue(s), including the impact, a CVSS
score, acknowledgments, and other related information, refer to the CVE
page listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Low", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for rabbitmq-server is now available for Red Hat OpenStack\nPlatform 16.1.9 (Train) for Red Hat Enterprise Linux (RHEL) 8.2.\n\nRed Hat Product Security has rated this update as having a security impact\nof Low. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "RabbitMQ is an implementation of AMQP, the emerging standard for high\nperformance enterprise messaging. The RabbitMQ server is a robust and\nscalable implementation of an AMQP broker. # We want to install into\n/usr/lib, even on 64-bit platforms\n\nSecurity Fix(es):\n\n* improper neutralization of script-related HTML tags in a web page (basic\nXSS) in management UI (CVE-2021-32718)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2022:8867", url: "https://access.redhat.com/errata/RHSA-2022:8867", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#low", url: "https://access.redhat.com/security/updates/classification/#low", }, { category: "external", summary: "1977002", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1977002", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8867.json", }, ], title: "Red Hat Security Advisory: Red Hat OpenStack Platform 16.1.9 (rabbitmq-server) security update", tracking: { current_release_date: "2024-11-22T20:15:46+00:00", generator: { date: "2024-11-22T20:15:46+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2022:8867", initial_release_date: "2022-12-07T20:28:02+00:00", revision_history: [ { date: "2022-12-07T20:28:02+00:00", number: "1", summary: "Initial version", }, { date: "2022-12-07T20:28:02+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-22T20:15:46+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat OpenStack Platform 16.1", product: { name: "Red Hat OpenStack Platform 16.1", product_id: "8Base-RHOS-16.1", product_identification_helper: { cpe: "cpe:/a:redhat:openstack:16.1::el8", }, }, }, ], category: "product_family", name: "Red Hat OpenStack Platform", }, { branches: [ { category: "product_version", name: "rabbitmq-server-0:3.7.23-9.el8ost.src", product: { name: "rabbitmq-server-0:3.7.23-9.el8ost.src", product_id: "rabbitmq-server-0:3.7.23-9.el8ost.src", product_identification_helper: { purl: "pkg:rpm/redhat/rabbitmq-server@3.7.23-9.el8ost?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "rabbitmq-server-0:3.7.23-9.el8ost.x86_64", product: { name: "rabbitmq-server-0:3.7.23-9.el8ost.x86_64", product_id: "rabbitmq-server-0:3.7.23-9.el8ost.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rabbitmq-server@3.7.23-9.el8ost?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", product: { name: "rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", product_id: "rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rabbitmq-server@3.7.23-9.el8ost?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "rabbitmq-server-0:3.7.23-9.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.1", product_id: "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", }, product_reference: "rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", relates_to_product_reference: "8Base-RHOS-16.1", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-0:3.7.23-9.el8ost.src as a component of Red Hat OpenStack Platform 16.1", product_id: "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.src", }, product_reference: "rabbitmq-server-0:3.7.23-9.el8ost.src", relates_to_product_reference: "8Base-RHOS-16.1", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-0:3.7.23-9.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.1", product_id: "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.x86_64", }, product_reference: "rabbitmq-server-0:3.7.23-9.el8ost.x86_64", relates_to_product_reference: "8Base-RHOS-16.1", }, ], }, vulnerabilities: [ { cve: "CVE-2021-32718", cwe: { id: "CWE-79", name: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", }, discovery_date: "2021-06-28T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1977002", }, ], notes: [ { category: "description", text: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.", title: "Vulnerability description", }, { category: "summary", text: "rabbitmq-server: improper neutralization of script-related HTML tags in a web page (basic XSS) in management UI", title: "Vulnerability summary", }, { category: "other", text: "Red Hat OpenStack Platform ships a vulnerable version of RabbitMQ but it is not exposed outside the management network. As this network is tightly-regulated to OpenStack administrators, the risk for abuse is significantly reduced.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.src", "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-32718", }, { category: "external", summary: "RHBZ#1977002", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1977002", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-32718", url: "https://www.cve.org/CVERecord?id=CVE-2021-32718", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-32718", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-32718", }, ], release_date: "2021-05-06T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-12-07T20:28:02+00:00", details: "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.src", "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2022:8867", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.4, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", version: "3.1", }, products: [ "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.src", "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "rabbitmq-server: improper neutralization of script-related HTML tags in a web page (basic XSS) in management UI", }, ], }
rhsa-2022:8851
Vulnerability from csaf_redhat
Published
2022-12-07 19:19
Modified
2024-11-22 20:15
Summary
Red Hat Security Advisory: Red Hat OpenStack Platform 16.2.4 (rabbitmq-server) security update
Notes
Topic
An update for rabbitmq-server is now available for Red Hat OpenStack
Platform 16.2.4 (Train) for Red Hat Enterprise Linux (RHEL) 8.4.
Red Hat Product Security has rated this update as having a security impact
of Low. A Common Vulnerability Scoring System (CVSS) base score, which
gives a detailed severity rating, is available for each vulnerability from
the CVE link(s) in the References section.
Details
RabbitMQ is an implementation of AMQP, the emerging standard for high
performance enterprise messaging. The RabbitMQ server is a robust and
scalable implementation of an AMQP broker. # We want to install into
/usr/lib, even on 64-bit platforms
Security Fix(es):
* improper neutralization of script-related HTML tags in a web page (basic
XSS) in management UI (CVE-2021-32718)
* improper neutralization of script-related HTML tags in a web page (basic
XSS) in federation management plugin (CVE-2021-32719)
For more details about the security issue(s), including the impact, a CVSS
score, acknowledgments, and other related information, refer to the CVE
page listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Low", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for rabbitmq-server is now available for Red Hat OpenStack\nPlatform 16.2.4 (Train) for Red Hat Enterprise Linux (RHEL) 8.4.\n\nRed Hat Product Security has rated this update as having a security impact\nof Low. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "RabbitMQ is an implementation of AMQP, the emerging standard for high\nperformance enterprise messaging. The RabbitMQ server is a robust and\nscalable implementation of an AMQP broker. # We want to install into\n/usr/lib, even on 64-bit platforms\n\nSecurity Fix(es):\n\n* improper neutralization of script-related HTML tags in a web page (basic\nXSS) in management UI (CVE-2021-32718)\n\n* improper neutralization of script-related HTML tags in a web page (basic\nXSS) in federation management plugin (CVE-2021-32719)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2022:8851", url: "https://access.redhat.com/errata/RHSA-2022:8851", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#low", url: "https://access.redhat.com/security/updates/classification/#low", }, { category: "external", summary: "1977002", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1977002", }, { category: "external", summary: "1977008", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1977008", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8851.json", }, ], title: "Red Hat Security Advisory: Red Hat OpenStack Platform 16.2.4 (rabbitmq-server) security update", tracking: { current_release_date: "2024-11-22T20:15:55+00:00", generator: { date: "2024-11-22T20:15:55+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2022:8851", initial_release_date: "2022-12-07T19:19:42+00:00", revision_history: [ { date: "2022-12-07T19:19:42+00:00", number: "1", summary: "Initial version", }, { date: "2022-12-07T19:19:42+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-22T20:15:55+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat OpenStack Platform 16.2", product: { name: "Red Hat OpenStack Platform 16.2", product_id: "8Base-RHOS-16.2", product_identification_helper: { cpe: "cpe:/a:redhat:openstack:16.2::el8", }, }, }, ], category: "product_family", name: "Red Hat OpenStack Platform", }, { branches: [ { category: "product_version", name: "rabbitmq-server-0:3.8.16-3.el8ost.src", product: { name: "rabbitmq-server-0:3.8.16-3.el8ost.src", product_id: "rabbitmq-server-0:3.8.16-3.el8ost.src", product_identification_helper: { purl: "pkg:rpm/redhat/rabbitmq-server@3.8.16-3.el8ost?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "rabbitmq-server-0:3.8.16-3.el8ost.x86_64", product: { name: "rabbitmq-server-0:3.8.16-3.el8ost.x86_64", product_id: "rabbitmq-server-0:3.8.16-3.el8ost.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rabbitmq-server@3.8.16-3.el8ost?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", product: { name: "rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", product_id: "rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rabbitmq-server@3.8.16-3.el8ost?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "rabbitmq-server-0:3.8.16-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", product_id: "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", }, product_reference: "rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", relates_to_product_reference: "8Base-RHOS-16.2", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-0:3.8.16-3.el8ost.src as a component of Red Hat OpenStack Platform 16.2", product_id: "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.src", }, product_reference: "rabbitmq-server-0:3.8.16-3.el8ost.src", relates_to_product_reference: "8Base-RHOS-16.2", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-0:3.8.16-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", product_id: "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.x86_64", }, product_reference: "rabbitmq-server-0:3.8.16-3.el8ost.x86_64", relates_to_product_reference: "8Base-RHOS-16.2", }, ], }, vulnerabilities: [ { cve: "CVE-2021-32718", cwe: { id: "CWE-79", name: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", }, discovery_date: "2021-06-28T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1977002", }, ], notes: [ { category: "description", text: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.", title: "Vulnerability description", }, { category: "summary", text: "rabbitmq-server: improper neutralization of script-related HTML tags in a web page (basic XSS) in management UI", title: "Vulnerability summary", }, { category: "other", text: "Red Hat OpenStack Platform ships a vulnerable version of RabbitMQ but it is not exposed outside the management network. As this network is tightly-regulated to OpenStack administrators, the risk for abuse is significantly reduced.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.src", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-32718", }, { category: "external", summary: "RHBZ#1977002", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1977002", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-32718", url: "https://www.cve.org/CVERecord?id=CVE-2021-32718", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-32718", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-32718", }, ], release_date: "2021-05-06T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-12-07T19:19:42+00:00", details: "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.src", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2022:8851", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.4, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", version: "3.1", }, products: [ "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.src", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "rabbitmq-server: improper neutralization of script-related HTML tags in a web page (basic XSS) in management UI", }, { cve: "CVE-2021-32719", cwe: { id: "CWE-79", name: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", }, discovery_date: "2021-06-27T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1977008", }, ], notes: [ { category: "description", text: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.18, when a federation link was displayed in the RabbitMQ management UI via the `rabbitmq_federation_management` plugin, its consumer tag was rendered without proper <script> tag sanitization. This potentially allows for JavaScript code execution in the context of the page. The user must be signed in and have elevated permissions (manage federation upstreams and policies) for this to occur. The vulnerability is patched in RabbitMQ 3.8.18. As a workaround, disable the `rabbitmq_federation_management` plugin and use [CLI tools](https://www.rabbitmq.com/cli.html) instead.", title: "Vulnerability description", }, { category: "summary", text: "rabbitmq-server: improper neutralization of script-related HTML tags in a web page (basic XSS) in federation management plugin", title: "Vulnerability summary", }, { category: "other", text: "Red Hat OpenStack Platform ships a vulnerable version of RabbitMQ but it is not exposed outside the management network. As this network is tightly-regulated to OpenStack administrators, the risk for abuse is significantly reduced.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.src", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-32719", }, { category: "external", summary: "RHBZ#1977008", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1977008", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-32719", url: "https://www.cve.org/CVERecord?id=CVE-2021-32719", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-32719", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-32719", }, ], release_date: "2021-06-19T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-12-07T19:19:42+00:00", details: "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.src", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2022:8851", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 4.8, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N", version: "3.1", }, products: [ "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.src", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "rabbitmq-server: improper neutralization of script-related HTML tags in a web page (basic XSS) in federation management plugin", }, ], }
RHSA-2022:8851
Vulnerability from csaf_redhat
Published
2022-12-07 19:19
Modified
2024-11-22 20:15
Summary
Red Hat Security Advisory: Red Hat OpenStack Platform 16.2.4 (rabbitmq-server) security update
Notes
Topic
An update for rabbitmq-server is now available for Red Hat OpenStack
Platform 16.2.4 (Train) for Red Hat Enterprise Linux (RHEL) 8.4.
Red Hat Product Security has rated this update as having a security impact
of Low. A Common Vulnerability Scoring System (CVSS) base score, which
gives a detailed severity rating, is available for each vulnerability from
the CVE link(s) in the References section.
Details
RabbitMQ is an implementation of AMQP, the emerging standard for high
performance enterprise messaging. The RabbitMQ server is a robust and
scalable implementation of an AMQP broker. # We want to install into
/usr/lib, even on 64-bit platforms
Security Fix(es):
* improper neutralization of script-related HTML tags in a web page (basic
XSS) in management UI (CVE-2021-32718)
* improper neutralization of script-related HTML tags in a web page (basic
XSS) in federation management plugin (CVE-2021-32719)
For more details about the security issue(s), including the impact, a CVSS
score, acknowledgments, and other related information, refer to the CVE
page listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Low", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for rabbitmq-server is now available for Red Hat OpenStack\nPlatform 16.2.4 (Train) for Red Hat Enterprise Linux (RHEL) 8.4.\n\nRed Hat Product Security has rated this update as having a security impact\nof Low. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "RabbitMQ is an implementation of AMQP, the emerging standard for high\nperformance enterprise messaging. The RabbitMQ server is a robust and\nscalable implementation of an AMQP broker. # We want to install into\n/usr/lib, even on 64-bit platforms\n\nSecurity Fix(es):\n\n* improper neutralization of script-related HTML tags in a web page (basic\nXSS) in management UI (CVE-2021-32718)\n\n* improper neutralization of script-related HTML tags in a web page (basic\nXSS) in federation management plugin (CVE-2021-32719)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2022:8851", url: "https://access.redhat.com/errata/RHSA-2022:8851", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#low", url: "https://access.redhat.com/security/updates/classification/#low", }, { category: "external", summary: "1977002", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1977002", }, { category: "external", summary: "1977008", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1977008", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8851.json", }, ], title: "Red Hat Security Advisory: Red Hat OpenStack Platform 16.2.4 (rabbitmq-server) security update", tracking: { current_release_date: "2024-11-22T20:15:55+00:00", generator: { date: "2024-11-22T20:15:55+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2022:8851", initial_release_date: "2022-12-07T19:19:42+00:00", revision_history: [ { date: "2022-12-07T19:19:42+00:00", number: "1", summary: "Initial version", }, { date: "2022-12-07T19:19:42+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-22T20:15:55+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat OpenStack Platform 16.2", product: { name: "Red Hat OpenStack Platform 16.2", product_id: "8Base-RHOS-16.2", product_identification_helper: { cpe: "cpe:/a:redhat:openstack:16.2::el8", }, }, }, ], category: "product_family", name: "Red Hat OpenStack Platform", }, { branches: [ { category: "product_version", name: "rabbitmq-server-0:3.8.16-3.el8ost.src", product: { name: "rabbitmq-server-0:3.8.16-3.el8ost.src", product_id: "rabbitmq-server-0:3.8.16-3.el8ost.src", product_identification_helper: { purl: "pkg:rpm/redhat/rabbitmq-server@3.8.16-3.el8ost?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "rabbitmq-server-0:3.8.16-3.el8ost.x86_64", product: { name: "rabbitmq-server-0:3.8.16-3.el8ost.x86_64", product_id: "rabbitmq-server-0:3.8.16-3.el8ost.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rabbitmq-server@3.8.16-3.el8ost?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", product: { name: "rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", product_id: "rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rabbitmq-server@3.8.16-3.el8ost?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "rabbitmq-server-0:3.8.16-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", product_id: "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", }, product_reference: "rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", relates_to_product_reference: "8Base-RHOS-16.2", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-0:3.8.16-3.el8ost.src as a component of Red Hat OpenStack Platform 16.2", product_id: "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.src", }, product_reference: "rabbitmq-server-0:3.8.16-3.el8ost.src", relates_to_product_reference: "8Base-RHOS-16.2", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-0:3.8.16-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", product_id: "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.x86_64", }, product_reference: "rabbitmq-server-0:3.8.16-3.el8ost.x86_64", relates_to_product_reference: "8Base-RHOS-16.2", }, ], }, vulnerabilities: [ { cve: "CVE-2021-32718", cwe: { id: "CWE-79", name: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", }, discovery_date: "2021-06-28T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1977002", }, ], notes: [ { category: "description", text: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.", title: "Vulnerability description", }, { category: "summary", text: "rabbitmq-server: improper neutralization of script-related HTML tags in a web page (basic XSS) in management UI", title: "Vulnerability summary", }, { category: "other", text: "Red Hat OpenStack Platform ships a vulnerable version of RabbitMQ but it is not exposed outside the management network. As this network is tightly-regulated to OpenStack administrators, the risk for abuse is significantly reduced.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.src", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-32718", }, { category: "external", summary: "RHBZ#1977002", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1977002", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-32718", url: "https://www.cve.org/CVERecord?id=CVE-2021-32718", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-32718", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-32718", }, ], release_date: "2021-05-06T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-12-07T19:19:42+00:00", details: "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.src", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2022:8851", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.4, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", version: "3.1", }, products: [ "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.src", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "rabbitmq-server: improper neutralization of script-related HTML tags in a web page (basic XSS) in management UI", }, { cve: "CVE-2021-32719", cwe: { id: "CWE-79", name: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", }, discovery_date: "2021-06-27T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1977008", }, ], notes: [ { category: "description", text: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.18, when a federation link was displayed in the RabbitMQ management UI via the `rabbitmq_federation_management` plugin, its consumer tag was rendered without proper <script> tag sanitization. This potentially allows for JavaScript code execution in the context of the page. The user must be signed in and have elevated permissions (manage federation upstreams and policies) for this to occur. The vulnerability is patched in RabbitMQ 3.8.18. As a workaround, disable the `rabbitmq_federation_management` plugin and use [CLI tools](https://www.rabbitmq.com/cli.html) instead.", title: "Vulnerability description", }, { category: "summary", text: "rabbitmq-server: improper neutralization of script-related HTML tags in a web page (basic XSS) in federation management plugin", title: "Vulnerability summary", }, { category: "other", text: "Red Hat OpenStack Platform ships a vulnerable version of RabbitMQ but it is not exposed outside the management network. As this network is tightly-regulated to OpenStack administrators, the risk for abuse is significantly reduced.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.src", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-32719", }, { category: "external", summary: "RHBZ#1977008", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1977008", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-32719", url: "https://www.cve.org/CVERecord?id=CVE-2021-32719", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-32719", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-32719", }, ], release_date: "2021-06-19T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-12-07T19:19:42+00:00", details: "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.src", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2022:8851", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 4.8, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N", version: "3.1", }, products: [ "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.src", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "rabbitmq-server: improper neutralization of script-related HTML tags in a web page (basic XSS) in federation management plugin", }, ], }
RHSA-2022:8867
Vulnerability from csaf_redhat
Published
2022-12-07 20:28
Modified
2024-11-22 20:15
Summary
Red Hat Security Advisory: Red Hat OpenStack Platform 16.1.9 (rabbitmq-server) security update
Notes
Topic
An update for rabbitmq-server is now available for Red Hat OpenStack
Platform 16.1.9 (Train) for Red Hat Enterprise Linux (RHEL) 8.2.
Red Hat Product Security has rated this update as having a security impact
of Low. A Common Vulnerability Scoring System (CVSS) base score, which
gives a detailed severity rating, is available for each vulnerability from
the CVE link(s) in the References section.
Details
RabbitMQ is an implementation of AMQP, the emerging standard for high
performance enterprise messaging. The RabbitMQ server is a robust and
scalable implementation of an AMQP broker. # We want to install into
/usr/lib, even on 64-bit platforms
Security Fix(es):
* improper neutralization of script-related HTML tags in a web page (basic
XSS) in management UI (CVE-2021-32718)
For more details about the security issue(s), including the impact, a CVSS
score, acknowledgments, and other related information, refer to the CVE
page listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Low", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for rabbitmq-server is now available for Red Hat OpenStack\nPlatform 16.1.9 (Train) for Red Hat Enterprise Linux (RHEL) 8.2.\n\nRed Hat Product Security has rated this update as having a security impact\nof Low. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "RabbitMQ is an implementation of AMQP, the emerging standard for high\nperformance enterprise messaging. The RabbitMQ server is a robust and\nscalable implementation of an AMQP broker. # We want to install into\n/usr/lib, even on 64-bit platforms\n\nSecurity Fix(es):\n\n* improper neutralization of script-related HTML tags in a web page (basic\nXSS) in management UI (CVE-2021-32718)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2022:8867", url: "https://access.redhat.com/errata/RHSA-2022:8867", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#low", url: "https://access.redhat.com/security/updates/classification/#low", }, { category: "external", summary: "1977002", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1977002", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8867.json", }, ], title: "Red Hat Security Advisory: Red Hat OpenStack Platform 16.1.9 (rabbitmq-server) security update", tracking: { current_release_date: "2024-11-22T20:15:46+00:00", generator: { date: "2024-11-22T20:15:46+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2022:8867", initial_release_date: "2022-12-07T20:28:02+00:00", revision_history: [ { date: "2022-12-07T20:28:02+00:00", number: "1", summary: "Initial version", }, { date: "2022-12-07T20:28:02+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-22T20:15:46+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat OpenStack Platform 16.1", product: { name: "Red Hat OpenStack Platform 16.1", product_id: "8Base-RHOS-16.1", product_identification_helper: { cpe: "cpe:/a:redhat:openstack:16.1::el8", }, }, }, ], category: "product_family", name: "Red Hat OpenStack Platform", }, { branches: [ { category: "product_version", name: "rabbitmq-server-0:3.7.23-9.el8ost.src", product: { name: "rabbitmq-server-0:3.7.23-9.el8ost.src", product_id: "rabbitmq-server-0:3.7.23-9.el8ost.src", product_identification_helper: { purl: "pkg:rpm/redhat/rabbitmq-server@3.7.23-9.el8ost?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "rabbitmq-server-0:3.7.23-9.el8ost.x86_64", product: { name: "rabbitmq-server-0:3.7.23-9.el8ost.x86_64", product_id: "rabbitmq-server-0:3.7.23-9.el8ost.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rabbitmq-server@3.7.23-9.el8ost?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", product: { name: "rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", product_id: "rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rabbitmq-server@3.7.23-9.el8ost?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "rabbitmq-server-0:3.7.23-9.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.1", product_id: "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", }, product_reference: "rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", relates_to_product_reference: "8Base-RHOS-16.1", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-0:3.7.23-9.el8ost.src as a component of Red Hat OpenStack Platform 16.1", product_id: "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.src", }, product_reference: "rabbitmq-server-0:3.7.23-9.el8ost.src", relates_to_product_reference: "8Base-RHOS-16.1", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-0:3.7.23-9.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.1", product_id: "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.x86_64", }, product_reference: "rabbitmq-server-0:3.7.23-9.el8ost.x86_64", relates_to_product_reference: "8Base-RHOS-16.1", }, ], }, vulnerabilities: [ { cve: "CVE-2021-32718", cwe: { id: "CWE-79", name: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", }, discovery_date: "2021-06-28T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1977002", }, ], notes: [ { category: "description", text: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.", title: "Vulnerability description", }, { category: "summary", text: "rabbitmq-server: improper neutralization of script-related HTML tags in a web page (basic XSS) in management UI", title: "Vulnerability summary", }, { category: "other", text: "Red Hat OpenStack Platform ships a vulnerable version of RabbitMQ but it is not exposed outside the management network. As this network is tightly-regulated to OpenStack administrators, the risk for abuse is significantly reduced.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.src", "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-32718", }, { category: "external", summary: "RHBZ#1977002", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1977002", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-32718", url: "https://www.cve.org/CVERecord?id=CVE-2021-32718", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-32718", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-32718", }, ], release_date: "2021-05-06T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-12-07T20:28:02+00:00", details: "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.src", "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2022:8867", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.4, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", version: "3.1", }, products: [ "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.ppc64le", "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.src", "8Base-RHOS-16.1:rabbitmq-server-0:3.7.23-9.el8ost.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "rabbitmq-server: improper neutralization of script-related HTML tags in a web page (basic XSS) in management UI", }, ], }
rhsa-2022_8851
Vulnerability from csaf_redhat
Published
2022-12-07 19:19
Modified
2024-11-22 20:15
Summary
Red Hat Security Advisory: Red Hat OpenStack Platform 16.2.4 (rabbitmq-server) security update
Notes
Topic
An update for rabbitmq-server is now available for Red Hat OpenStack
Platform 16.2.4 (Train) for Red Hat Enterprise Linux (RHEL) 8.4.
Red Hat Product Security has rated this update as having a security impact
of Low. A Common Vulnerability Scoring System (CVSS) base score, which
gives a detailed severity rating, is available for each vulnerability from
the CVE link(s) in the References section.
Details
RabbitMQ is an implementation of AMQP, the emerging standard for high
performance enterprise messaging. The RabbitMQ server is a robust and
scalable implementation of an AMQP broker. # We want to install into
/usr/lib, even on 64-bit platforms
Security Fix(es):
* improper neutralization of script-related HTML tags in a web page (basic
XSS) in management UI (CVE-2021-32718)
* improper neutralization of script-related HTML tags in a web page (basic
XSS) in federation management plugin (CVE-2021-32719)
For more details about the security issue(s), including the impact, a CVSS
score, acknowledgments, and other related information, refer to the CVE
page listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Low", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for rabbitmq-server is now available for Red Hat OpenStack\nPlatform 16.2.4 (Train) for Red Hat Enterprise Linux (RHEL) 8.4.\n\nRed Hat Product Security has rated this update as having a security impact\nof Low. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "RabbitMQ is an implementation of AMQP, the emerging standard for high\nperformance enterprise messaging. The RabbitMQ server is a robust and\nscalable implementation of an AMQP broker. # We want to install into\n/usr/lib, even on 64-bit platforms\n\nSecurity Fix(es):\n\n* improper neutralization of script-related HTML tags in a web page (basic\nXSS) in management UI (CVE-2021-32718)\n\n* improper neutralization of script-related HTML tags in a web page (basic\nXSS) in federation management plugin (CVE-2021-32719)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2022:8851", url: "https://access.redhat.com/errata/RHSA-2022:8851", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#low", url: "https://access.redhat.com/security/updates/classification/#low", }, { category: "external", summary: "1977002", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1977002", }, { category: "external", summary: "1977008", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1977008", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8851.json", }, ], title: "Red Hat Security Advisory: Red Hat OpenStack Platform 16.2.4 (rabbitmq-server) security update", tracking: { current_release_date: "2024-11-22T20:15:55+00:00", generator: { date: "2024-11-22T20:15:55+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2022:8851", initial_release_date: "2022-12-07T19:19:42+00:00", revision_history: [ { date: "2022-12-07T19:19:42+00:00", number: "1", summary: "Initial version", }, { date: "2022-12-07T19:19:42+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-22T20:15:55+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat OpenStack Platform 16.2", product: { name: "Red Hat OpenStack Platform 16.2", product_id: "8Base-RHOS-16.2", product_identification_helper: { cpe: "cpe:/a:redhat:openstack:16.2::el8", }, }, }, ], category: "product_family", name: "Red Hat OpenStack Platform", }, { branches: [ { category: "product_version", name: "rabbitmq-server-0:3.8.16-3.el8ost.src", product: { name: "rabbitmq-server-0:3.8.16-3.el8ost.src", product_id: "rabbitmq-server-0:3.8.16-3.el8ost.src", product_identification_helper: { purl: "pkg:rpm/redhat/rabbitmq-server@3.8.16-3.el8ost?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "rabbitmq-server-0:3.8.16-3.el8ost.x86_64", product: { name: "rabbitmq-server-0:3.8.16-3.el8ost.x86_64", product_id: "rabbitmq-server-0:3.8.16-3.el8ost.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rabbitmq-server@3.8.16-3.el8ost?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", product: { name: "rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", product_id: "rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rabbitmq-server@3.8.16-3.el8ost?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "rabbitmq-server-0:3.8.16-3.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2", product_id: "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", }, product_reference: "rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", relates_to_product_reference: "8Base-RHOS-16.2", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-0:3.8.16-3.el8ost.src as a component of Red Hat OpenStack Platform 16.2", product_id: "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.src", }, product_reference: "rabbitmq-server-0:3.8.16-3.el8ost.src", relates_to_product_reference: "8Base-RHOS-16.2", }, { category: "default_component_of", full_product_name: { name: "rabbitmq-server-0:3.8.16-3.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2", product_id: "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.x86_64", }, product_reference: "rabbitmq-server-0:3.8.16-3.el8ost.x86_64", relates_to_product_reference: "8Base-RHOS-16.2", }, ], }, vulnerabilities: [ { cve: "CVE-2021-32718", cwe: { id: "CWE-79", name: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", }, discovery_date: "2021-06-28T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1977002", }, ], notes: [ { category: "description", text: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.", title: "Vulnerability description", }, { category: "summary", text: "rabbitmq-server: improper neutralization of script-related HTML tags in a web page (basic XSS) in management UI", title: "Vulnerability summary", }, { category: "other", text: "Red Hat OpenStack Platform ships a vulnerable version of RabbitMQ but it is not exposed outside the management network. As this network is tightly-regulated to OpenStack administrators, the risk for abuse is significantly reduced.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.src", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-32718", }, { category: "external", summary: "RHBZ#1977002", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1977002", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-32718", url: "https://www.cve.org/CVERecord?id=CVE-2021-32718", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-32718", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-32718", }, ], release_date: "2021-05-06T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-12-07T19:19:42+00:00", details: "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.src", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2022:8851", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.4, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", version: "3.1", }, products: [ "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.src", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "rabbitmq-server: improper neutralization of script-related HTML tags in a web page (basic XSS) in management UI", }, { cve: "CVE-2021-32719", cwe: { id: "CWE-79", name: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", }, discovery_date: "2021-06-27T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1977008", }, ], notes: [ { category: "description", text: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.18, when a federation link was displayed in the RabbitMQ management UI via the `rabbitmq_federation_management` plugin, its consumer tag was rendered without proper <script> tag sanitization. This potentially allows for JavaScript code execution in the context of the page. The user must be signed in and have elevated permissions (manage federation upstreams and policies) for this to occur. The vulnerability is patched in RabbitMQ 3.8.18. As a workaround, disable the `rabbitmq_federation_management` plugin and use [CLI tools](https://www.rabbitmq.com/cli.html) instead.", title: "Vulnerability description", }, { category: "summary", text: "rabbitmq-server: improper neutralization of script-related HTML tags in a web page (basic XSS) in federation management plugin", title: "Vulnerability summary", }, { category: "other", text: "Red Hat OpenStack Platform ships a vulnerable version of RabbitMQ but it is not exposed outside the management network. As this network is tightly-regulated to OpenStack administrators, the risk for abuse is significantly reduced.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.src", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-32719", }, { category: "external", summary: "RHBZ#1977008", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1977008", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-32719", url: "https://www.cve.org/CVERecord?id=CVE-2021-32719", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-32719", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-32719", }, ], release_date: "2021-06-19T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-12-07T19:19:42+00:00", details: "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.src", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2022:8851", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 4.8, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N", version: "3.1", }, products: [ "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.ppc64le", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.src", "8Base-RHOS-16.2:rabbitmq-server-0:3.8.16-3.el8ost.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "rabbitmq-server: improper neutralization of script-related HTML tags in a web page (basic XSS) in federation management plugin", }, ], }
gsd-2021-32718
Vulnerability from gsd
Modified
2023-12-13 01:23
Details
RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.
Aliases
Aliases
{ GSD: { alias: "CVE-2021-32718", description: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.", id: "GSD-2021-32718", references: [ "https://www.suse.com/security/cve/CVE-2021-32718.html", "https://advisories.mageia.org/CVE-2021-32718.html", "https://security.archlinux.org/CVE-2021-32718", "https://access.redhat.com/errata/RHSA-2022:8851", "https://access.redhat.com/errata/RHSA-2022:8867", ], }, gsd: { metadata: { exploitCode: "unknown", remediation: "unknown", reportConfidence: "confirmed", type: "vulnerability", }, osvSchema: { aliases: [ "CVE-2021-32718", ], details: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.", id: "GSD-2021-32718", modified: "2023-12-13T01:23:09.320234Z", schema_version: "1.4.0", }, }, namespaces: { "cve.org": { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2021-32718", STATE: "PUBLIC", TITLE: "Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in RabbitMQ management UI", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "rabbitmq-server", version: { version_data: [ { version_value: "< 3.8.17", }, ], }, }, ], }, vendor_name: "rabbitmq", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.", }, ], }, impact: { cvss: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 3.1, baseSeverity: "LOW", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "HIGH", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:N", version: "3.1", }, }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "CWE-80: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)", }, ], }, ], }, references: { reference_data: [ { name: "https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-c3hj-rg5h-2772", refsource: "CONFIRM", url: "https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-c3hj-rg5h-2772", }, { name: "https://github.com/rabbitmq/rabbitmq-server/pull/3028", refsource: "MISC", url: "https://github.com/rabbitmq/rabbitmq-server/pull/3028", }, { name: "20211203 usd AG Security Advisories 11/2021", refsource: "FULLDISC", url: "http://seclists.org/fulldisclosure/2021/Dec/3", }, ], }, source: { advisory: "GHSA-c3hj-rg5h-2772", discovery: "UNKNOWN", }, }, "nvd.nist.gov": { configurations: { CVE_data_version: "4.0", nodes: [ { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:vmware:rabbitmq:*:*:*:*:*:*:*:*", cpe_name: [], versionEndExcluding: "3.8.17", vulnerable: true, }, ], operator: "OR", }, ], }, cve: { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2021-32718", }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "en", value: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "en", value: "CWE-79", }, ], }, ], }, references: { reference_data: [ { name: "https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-c3hj-rg5h-2772", refsource: "CONFIRM", tags: [ "Mitigation", "Third Party Advisory", ], url: "https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-c3hj-rg5h-2772", }, { name: "https://github.com/rabbitmq/rabbitmq-server/pull/3028", refsource: "MISC", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/rabbitmq/rabbitmq-server/pull/3028", }, { name: "20211203 usd AG Security Advisories 11/2021", refsource: "FULLDISC", tags: [ "Exploit", "Mailing List", "Third Party Advisory", ], url: "http://seclists.org/fulldisclosure/2021/Dec/3", }, ], }, }, impact: { baseMetricV2: { acInsufInfo: false, cvssV2: { accessComplexity: "MEDIUM", accessVector: "NETWORK", authentication: "SINGLE", availabilityImpact: "NONE", baseScore: 3.5, confidentialityImpact: "NONE", integrityImpact: "PARTIAL", vectorString: "AV:N/AC:M/Au:S/C:N/I:P/A:N", version: "2.0", }, exploitabilityScore: 6.8, impactScore: 2.9, obtainAllPrivilege: false, obtainOtherPrivilege: false, obtainUserPrivilege: false, severity: "LOW", userInteractionRequired: true, }, baseMetricV3: { cvssV3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.4, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", version: "3.1", }, exploitabilityScore: 2.3, impactScore: 2.7, }, }, lastModifiedDate: "2021-12-10T19:57Z", publishedDate: "2021-06-28T15:15Z", }, }, }
WID-SEC-W-2022-2258
Vulnerability from csaf_certbund
Published
2021-06-28 22:00
Modified
2024-12-09 23:00
Summary
RabbitMQ: Mehrere Schwachstellen ermöglichen Cross-Site Scripting
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
RabbitMQ ist ein Open-Source Message Broker.
Angriff
Ein entfernter, authentisierter Angreifer kann mehrere Schwachstellen in RabbitMQ ausnutzen, um einen Cross-Site Scripting Angriff durchzuführen.
Betroffene Betriebssysteme
- Linux
- UNIX
- Windows
{ document: { aggregate_severity: { text: "niedrig", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "RabbitMQ ist ein Open-Source Message Broker.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein entfernter, authentisierter Angreifer kann mehrere Schwachstellen in RabbitMQ ausnutzen, um einen Cross-Site Scripting Angriff durchzuführen.", title: "Angriff", }, { category: "general", text: "- Linux\n- UNIX\n- Windows", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2022-2258 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2021/wid-sec-w-2022-2258.json", }, { category: "self", summary: "WID-SEC-2022-2258 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-2258", }, { category: "external", summary: "Github RabbitMQ vom 2021-06-28", url: "https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-c3hj-rg5h-2772", }, { category: "external", summary: "Github RabbitMQ vom 2021-06-28", url: "https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-5452-hxj4-773x", }, { category: "external", summary: "Arch Linux Security Advisory ASA-202107-17 vom 2021-07-06", url: "https://www.cybersecurity-help.cz/vdb/SB2021070609", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:3254-1 vom 2021-09-29", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009519.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:3325-1 vom 2021-10-10", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-October/009557.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2022:8851 vom 2022-12-08", url: "https://access.redhat.com/errata/RHSA-2022:8851", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2022:8867 vom 2022-12-08", url: "https://access.redhat.com/errata/RHSA-2022:8867", }, { category: "external", summary: "Ubuntu Security Notice USN-7143-1 vom 2024-12-09", url: "https://ubuntu.com/security/notices/USN-7143-1", }, ], source_lang: "en-US", title: "RabbitMQ: Mehrere Schwachstellen ermöglichen Cross-Site Scripting", tracking: { current_release_date: "2024-12-09T23:00:00.000+00:00", generator: { date: "2024-12-10T09:53:53.246+00:00", engine: { name: "BSI-WID", version: "1.3.10", }, }, id: "WID-SEC-W-2022-2258", initial_release_date: "2021-06-28T22:00:00.000+00:00", revision_history: [ { date: "2021-06-28T22:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2021-07-05T22:00:00.000+00:00", number: "2", summary: "Neue Updates von Arch Linux aufgenommen", }, { date: "2021-09-29T22:00:00.000+00:00", number: "3", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2021-10-10T22:00:00.000+00:00", number: "4", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2022-12-07T23:00:00.000+00:00", number: "5", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-12-09T23:00:00.000+00:00", number: "6", summary: "Neue Updates von Ubuntu aufgenommen", }, ], status: "final", version: "6", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "Open Source Arch Linux", product: { name: "Open Source Arch Linux", product_id: "T013312", product_identification_helper: { cpe: "cpe:/o:archlinux:archlinux:-", }, }, }, { branches: [ { category: "product_version_range", name: "<3.8.17", product: { name: "Open Source RabbitMQ <3.8.17", product_id: "T019666", }, }, { category: "product_version", name: "3.8.17", product: { name: "Open Source RabbitMQ 3.8.17", product_id: "T019666-fixed", product_identification_helper: { cpe: "cpe:/a:rabbitmq-c_project:rabbitmq-c:3.8.17", }, }, }, { category: "product_version_range", name: "<3.8.18", product: { name: "Open Source RabbitMQ <3.8.18", product_id: "T019667", }, }, { category: "product_version", name: "3.8.18", product: { name: "Open Source RabbitMQ 3.8.18", product_id: "T019667-fixed", product_identification_helper: { cpe: "cpe:/a:rabbitmq-c_project:rabbitmq-c:3.8.18", }, }, }, ], category: "product_name", name: "RabbitMQ", }, ], category: "vendor", name: "Open Source", }, { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux", product: { name: "Red Hat Enterprise Linux", product_id: "67646", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:-", }, }, }, ], category: "vendor", name: "Red Hat", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, ], category: "vendor", name: "SUSE", }, { branches: [ { category: "product_name", name: "Ubuntu Linux", product: { name: "Ubuntu Linux", product_id: "T000126", product_identification_helper: { cpe: "cpe:/o:canonical:ubuntu_linux:-", }, }, }, ], category: "vendor", name: "Ubuntu", }, ], }, vulnerabilities: [ { cve: "CVE-2021-32718", notes: [ { category: "description", text: "In RabbitMQ existieren mehrere Cross-Site Scripting Schwachstellen. HTML und Script-Eingaben werden im Management UI und dem Federation Management Plugin nicht ordnungsgemäß überprüft, bevor sie an den Benutzer zurückgegeben werden. Ein entfernter authentifizierter Angreifer mit Berechtigungen kann durch Ausnutzung dieser Schwachstellen beliebigen HTML- und Script-Code durch den Browser des Benutzers im Kontext der betroffenen Seite ausführen. Zur erfolgreichen Ausnutzung dieser Schwachstellen ist eine Benutzeraktion erforderlich.", }, ], product_status: { known_affected: [ "T019667", "T019666", "T002207", "67646", "T000126", "T013312", ], }, release_date: "2021-06-28T22:00:00.000+00:00", title: "CVE-2021-32718", }, { cve: "CVE-2021-32719", notes: [ { category: "description", text: "In RabbitMQ existieren mehrere Cross-Site Scripting Schwachstellen. HTML und Script-Eingaben werden im Management UI und dem Federation Management Plugin nicht ordnungsgemäß überprüft, bevor sie an den Benutzer zurückgegeben werden. Ein entfernter authentifizierter Angreifer mit Berechtigungen kann durch Ausnutzung dieser Schwachstellen beliebigen HTML- und Script-Code durch den Browser des Benutzers im Kontext der betroffenen Seite ausführen. Zur erfolgreichen Ausnutzung dieser Schwachstellen ist eine Benutzeraktion erforderlich.", }, ], product_status: { known_affected: [ "T019667", "T019666", "T002207", "67646", "T000126", "T013312", ], }, release_date: "2021-06-28T22:00:00.000+00:00", title: "CVE-2021-32719", }, ], }
wid-sec-w-2022-2258
Vulnerability from csaf_certbund
Published
2021-06-28 22:00
Modified
2024-12-09 23:00
Summary
RabbitMQ: Mehrere Schwachstellen ermöglichen Cross-Site Scripting
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
RabbitMQ ist ein Open-Source Message Broker.
Angriff
Ein entfernter, authentisierter Angreifer kann mehrere Schwachstellen in RabbitMQ ausnutzen, um einen Cross-Site Scripting Angriff durchzuführen.
Betroffene Betriebssysteme
- Linux
- UNIX
- Windows
{ document: { aggregate_severity: { text: "niedrig", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "RabbitMQ ist ein Open-Source Message Broker.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein entfernter, authentisierter Angreifer kann mehrere Schwachstellen in RabbitMQ ausnutzen, um einen Cross-Site Scripting Angriff durchzuführen.", title: "Angriff", }, { category: "general", text: "- Linux\n- UNIX\n- Windows", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2022-2258 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2021/wid-sec-w-2022-2258.json", }, { category: "self", summary: "WID-SEC-2022-2258 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-2258", }, { category: "external", summary: "Github RabbitMQ vom 2021-06-28", url: "https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-c3hj-rg5h-2772", }, { category: "external", summary: "Github RabbitMQ vom 2021-06-28", url: "https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-5452-hxj4-773x", }, { category: "external", summary: "Arch Linux Security Advisory ASA-202107-17 vom 2021-07-06", url: "https://www.cybersecurity-help.cz/vdb/SB2021070609", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:3254-1 vom 2021-09-29", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-September/009519.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:3325-1 vom 2021-10-10", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-October/009557.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2022:8851 vom 2022-12-08", url: "https://access.redhat.com/errata/RHSA-2022:8851", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2022:8867 vom 2022-12-08", url: "https://access.redhat.com/errata/RHSA-2022:8867", }, { category: "external", summary: "Ubuntu Security Notice USN-7143-1 vom 2024-12-09", url: "https://ubuntu.com/security/notices/USN-7143-1", }, ], source_lang: "en-US", title: "RabbitMQ: Mehrere Schwachstellen ermöglichen Cross-Site Scripting", tracking: { current_release_date: "2024-12-09T23:00:00.000+00:00", generator: { date: "2024-12-10T09:53:53.246+00:00", engine: { name: "BSI-WID", version: "1.3.10", }, }, id: "WID-SEC-W-2022-2258", initial_release_date: "2021-06-28T22:00:00.000+00:00", revision_history: [ { date: "2021-06-28T22:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2021-07-05T22:00:00.000+00:00", number: "2", summary: "Neue Updates von Arch Linux aufgenommen", }, { date: "2021-09-29T22:00:00.000+00:00", number: "3", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2021-10-10T22:00:00.000+00:00", number: "4", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2022-12-07T23:00:00.000+00:00", number: "5", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-12-09T23:00:00.000+00:00", number: "6", summary: "Neue Updates von Ubuntu aufgenommen", }, ], status: "final", version: "6", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "Open Source Arch Linux", product: { name: "Open Source Arch Linux", product_id: "T013312", product_identification_helper: { cpe: "cpe:/o:archlinux:archlinux:-", }, }, }, { branches: [ { category: "product_version_range", name: "<3.8.17", product: { name: "Open Source RabbitMQ <3.8.17", product_id: "T019666", }, }, { category: "product_version", name: "3.8.17", product: { name: "Open Source RabbitMQ 3.8.17", product_id: "T019666-fixed", product_identification_helper: { cpe: "cpe:/a:rabbitmq-c_project:rabbitmq-c:3.8.17", }, }, }, { category: "product_version_range", name: "<3.8.18", product: { name: "Open Source RabbitMQ <3.8.18", product_id: "T019667", }, }, { category: "product_version", name: "3.8.18", product: { name: "Open Source RabbitMQ 3.8.18", product_id: "T019667-fixed", product_identification_helper: { cpe: "cpe:/a:rabbitmq-c_project:rabbitmq-c:3.8.18", }, }, }, ], category: "product_name", name: "RabbitMQ", }, ], category: "vendor", name: "Open Source", }, { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux", product: { name: "Red Hat Enterprise Linux", product_id: "67646", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:-", }, }, }, ], category: "vendor", name: "Red Hat", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, ], category: "vendor", name: "SUSE", }, { branches: [ { category: "product_name", name: "Ubuntu Linux", product: { name: "Ubuntu Linux", product_id: "T000126", product_identification_helper: { cpe: "cpe:/o:canonical:ubuntu_linux:-", }, }, }, ], category: "vendor", name: "Ubuntu", }, ], }, vulnerabilities: [ { cve: "CVE-2021-32718", notes: [ { category: "description", text: "In RabbitMQ existieren mehrere Cross-Site Scripting Schwachstellen. HTML und Script-Eingaben werden im Management UI und dem Federation Management Plugin nicht ordnungsgemäß überprüft, bevor sie an den Benutzer zurückgegeben werden. Ein entfernter authentifizierter Angreifer mit Berechtigungen kann durch Ausnutzung dieser Schwachstellen beliebigen HTML- und Script-Code durch den Browser des Benutzers im Kontext der betroffenen Seite ausführen. Zur erfolgreichen Ausnutzung dieser Schwachstellen ist eine Benutzeraktion erforderlich.", }, ], product_status: { known_affected: [ "T019667", "T019666", "T002207", "67646", "T000126", "T013312", ], }, release_date: "2021-06-28T22:00:00.000+00:00", title: "CVE-2021-32718", }, { cve: "CVE-2021-32719", notes: [ { category: "description", text: "In RabbitMQ existieren mehrere Cross-Site Scripting Schwachstellen. HTML und Script-Eingaben werden im Management UI und dem Federation Management Plugin nicht ordnungsgemäß überprüft, bevor sie an den Benutzer zurückgegeben werden. Ein entfernter authentifizierter Angreifer mit Berechtigungen kann durch Ausnutzung dieser Schwachstellen beliebigen HTML- und Script-Code durch den Browser des Benutzers im Kontext der betroffenen Seite ausführen. Zur erfolgreichen Ausnutzung dieser Schwachstellen ist eine Benutzeraktion erforderlich.", }, ], product_status: { known_affected: [ "T019667", "T019666", "T002207", "67646", "T000126", "T013312", ], }, release_date: "2021-06-28T22:00:00.000+00:00", title: "CVE-2021-32719", }, ], }
fkie_cve-2021-32718
Vulnerability from fkie_nvd
Published
2021-06-28 15:15
Modified
2024-11-21 06:07
Severity ?
3.1 (Low) - CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:N
5.4 (Medium) - CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
5.4 (Medium) - CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Summary
RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.
References
▼ | URL | Tags | |
---|---|---|---|
security-advisories@github.com | http://seclists.org/fulldisclosure/2021/Dec/3 | Exploit, Mailing List, Third Party Advisory | |
security-advisories@github.com | https://github.com/rabbitmq/rabbitmq-server/pull/3028 | Patch, Third Party Advisory | |
security-advisories@github.com | https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-c3hj-rg5h-2772 | Mitigation, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://seclists.org/fulldisclosure/2021/Dec/3 | Exploit, Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/rabbitmq/rabbitmq-server/pull/3028 | Patch, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-c3hj-rg5h-2772 | Mitigation, Third Party Advisory |
{ configurations: [ { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:vmware:rabbitmq:*:*:*:*:*:*:*:*", matchCriteriaId: "DA1528BF-6E02-44DC-A6A2-4BEC5CA637D0", versionEndExcluding: "3.8.17", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, ], cveTags: [], descriptions: [ { lang: "en", value: "RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.", }, { lang: "es", value: "RabbitMQ es un broker de mensajería multiprotocolo. En rabbitmq-server versiones anteriores a 3.8.17, la adición de un nuevo usuario por medio de la Interfaz de administración podía conllevar que el bane del usuario se mostrara en un mensaje de confirmación sin el apropiado saneamiento o de la etiqueta \"(script)\", permitiendo potencialmente una ejecución de código JavaScript en el contexto de la página. Para que esto ocurra, el usuario debe haber iniciado sesión y tener permisos elevados (otra administración de usuarios). La vulnerabilidad está parcheada en RabbitMQ versión 3.8.17. Como solución alternativa, desactivar el plugin \"rabbitmq_management\" y usar herramientas CLI para las operaciones de administración y Prometheus y Grafana para las métricas y la monitorización", }, ], id: "CVE-2021-32718", lastModified: "2024-11-21T06:07:35.560", metrics: { cvssMetricV2: [ { acInsufInfo: false, baseSeverity: "LOW", cvssData: { accessComplexity: "MEDIUM", accessVector: "NETWORK", authentication: "SINGLE", availabilityImpact: "NONE", baseScore: 3.5, confidentialityImpact: "NONE", integrityImpact: "PARTIAL", vectorString: "AV:N/AC:M/Au:S/C:N/I:P/A:N", version: "2.0", }, exploitabilityScore: 6.8, impactScore: 2.9, obtainAllPrivilege: false, obtainOtherPrivilege: false, obtainUserPrivilege: false, source: "nvd@nist.gov", type: "Primary", userInteractionRequired: true, }, ], cvssMetricV31: [ { cvssData: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 3.1, baseSeverity: "LOW", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "HIGH", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:N", version: "3.1", }, exploitabilityScore: 0.5, impactScore: 2.5, source: "security-advisories@github.com", type: "Secondary", }, { cvssData: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.4, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "LOW", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", version: "3.1", }, exploitabilityScore: 2.3, impactScore: 2.7, source: "nvd@nist.gov", type: "Primary", }, ], }, published: "2021-06-28T15:15:24.233", references: [ { source: "security-advisories@github.com", tags: [ "Exploit", "Mailing List", "Third Party Advisory", ], url: "http://seclists.org/fulldisclosure/2021/Dec/3", }, { source: "security-advisories@github.com", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/rabbitmq/rabbitmq-server/pull/3028", }, { source: "security-advisories@github.com", tags: [ "Mitigation", "Third Party Advisory", ], url: "https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-c3hj-rg5h-2772", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Exploit", "Mailing List", "Third Party Advisory", ], url: "http://seclists.org/fulldisclosure/2021/Dec/3", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/rabbitmq/rabbitmq-server/pull/3028", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Mitigation", "Third Party Advisory", ], url: "https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-c3hj-rg5h-2772", }, ], sourceIdentifier: "security-advisories@github.com", vulnStatus: "Modified", weaknesses: [ { description: [ { lang: "en", value: "CWE-80", }, ], source: "security-advisories@github.com", type: "Secondary", }, { description: [ { lang: "en", value: "CWE-79", }, ], source: "nvd@nist.gov", type: "Primary", }, ], }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).
Loading…
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.