Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2019-18609 (GCVE-0-2019-18609)
Vulnerability from cvelistv5
- n/a
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-05T01:54:14.437Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/alanxz/rabbitmq-c/blob/master/ChangeLog.md" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/alanxz/rabbitmq-c/commit/fc85be7123050b91b054e45b91c78d3241a5047a" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://news.ycombinator.com/item?id=21681976" }, { "name": "USN-4214-1", "tags": [ "vendor-advisory", "x_refsource_UBUNTU", "x_transferred" ], "url": "https://usn.ubuntu.com/4214-1/" }, { "name": "[debian-lts-announce] 20191206 [SECURITY] [DLA 2022-1] librabbitmq security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2019/12/msg00004.html" }, { "name": "FEDORA-2019-dd7c8f5435", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WA7CPNVYMF6OQNIYNLWUY6U2GTKFOKH3/" }, { "name": "FEDORA-2019-8730b65158", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XQER6XTKYMHNQR7QTHW7DJAH645WQROU/" }, { "name": "USN-4214-2", "tags": [ "vendor-advisory", "x_refsource_UBUNTU", "x_transferred" ], "url": "https://usn.ubuntu.com/4214-2/" }, { "name": "GLSA-202003-07", "tags": [ "vendor-advisory", "x_refsource_GENTOO", "x_transferred" ], "url": "https://security.gentoo.org/glsa/202003-07" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "descriptions": [ { "lang": "en", "value": "An issue was discovered in amqp_handle_input in amqp_connection.c in rabbitmq-c 0.9.0. There is an integer overflow that leads to heap memory corruption in the handling of CONNECTION_STATE_HEADER. A rogue server could return a malicious frame header that leads to a smaller target_size value than needed. This condition is then carried on to a memcpy function that copies too much data into a heap buffer." } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2020-03-13T04:06:05", "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "shortName": "mitre" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/alanxz/rabbitmq-c/blob/master/ChangeLog.md" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/alanxz/rabbitmq-c/commit/fc85be7123050b91b054e45b91c78d3241a5047a" }, { "tags": [ "x_refsource_MISC" ], "url": "https://news.ycombinator.com/item?id=21681976" }, { "name": "USN-4214-1", "tags": [ "vendor-advisory", "x_refsource_UBUNTU" ], "url": "https://usn.ubuntu.com/4214-1/" }, { "name": "[debian-lts-announce] 20191206 [SECURITY] [DLA 2022-1] librabbitmq security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2019/12/msg00004.html" }, { "name": "FEDORA-2019-dd7c8f5435", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WA7CPNVYMF6OQNIYNLWUY6U2GTKFOKH3/" }, { "name": "FEDORA-2019-8730b65158", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XQER6XTKYMHNQR7QTHW7DJAH645WQROU/" }, { "name": "USN-4214-2", "tags": [ "vendor-advisory", "x_refsource_UBUNTU" ], "url": "https://usn.ubuntu.com/4214-2/" }, { "name": "GLSA-202003-07", "tags": [ "vendor-advisory", "x_refsource_GENTOO" ], "url": "https://security.gentoo.org/glsa/202003-07" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2019-18609", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "An issue was discovered in amqp_handle_input in amqp_connection.c in rabbitmq-c 0.9.0. There is an integer overflow that leads to heap memory corruption in the handling of CONNECTION_STATE_HEADER. A rogue server could return a malicious frame header that leads to a smaller target_size value than needed. This condition is then carried on to a memcpy function that copies too much data into a heap buffer." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/alanxz/rabbitmq-c/blob/master/ChangeLog.md", "refsource": "MISC", "url": "https://github.com/alanxz/rabbitmq-c/blob/master/ChangeLog.md" }, { "name": "https://github.com/alanxz/rabbitmq-c/commit/fc85be7123050b91b054e45b91c78d3241a5047a", "refsource": "CONFIRM", "url": "https://github.com/alanxz/rabbitmq-c/commit/fc85be7123050b91b054e45b91c78d3241a5047a" }, { "name": "https://news.ycombinator.com/item?id=21681976", "refsource": "MISC", "url": "https://news.ycombinator.com/item?id=21681976" }, { "name": "USN-4214-1", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/4214-1/" }, { "name": "[debian-lts-announce] 20191206 [SECURITY] [DLA 2022-1] librabbitmq security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2019/12/msg00004.html" }, { "name": "FEDORA-2019-dd7c8f5435", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WA7CPNVYMF6OQNIYNLWUY6U2GTKFOKH3/" }, { "name": "FEDORA-2019-8730b65158", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XQER6XTKYMHNQR7QTHW7DJAH645WQROU/" }, { "name": "USN-4214-2", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/4214-2/" }, { "name": "GLSA-202003-07", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202003-07" } ] } } } }, "cveMetadata": { "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "assignerShortName": "mitre", "cveId": "CVE-2019-18609", "datePublished": "2019-12-01T21:50:08", "dateReserved": "2019-10-29T00:00:00", "dateUpdated": "2024-08-05T01:54:14.437Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2019-18609\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2019-12-01T22:15:10.897\",\"lastModified\":\"2024-11-21T04:33:21.440\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"An issue was discovered in amqp_handle_input in amqp_connection.c in rabbitmq-c 0.9.0. There is an integer overflow that leads to heap memory corruption in the handling of CONNECTION_STATE_HEADER. A rogue server could return a malicious frame header that leads to a smaller target_size value than needed. This condition is then carried on to a memcpy function that copies too much data into a heap buffer.\"},{\"lang\":\"es\",\"value\":\"Se detect\u00f3 un problema en la funci\u00f3n amqp_handle_input en el archivo amqp_connection.c en rabbitmq-c versi\u00f3n 0.9.0. Se presenta un desbordamiento de enteros que conlleva a una corrupci\u00f3n de memoria de la pila en el manejo de CONNECTION_STATE_HEADER. Un servidor no autorizado podr\u00eda devolver un encabezado de trama malicioso que conlleva a un valor de target_size m\u00e1s peque\u00f1o de lo necesario. Esta condici\u00f3n se transfiere a una funci\u00f3n memcpy que copia demasiados datos en un b\u00fafer de la pila.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:P/I:P/A:P\",\"baseScore\":7.5,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"HIGH\",\"exploitabilityScore\":10.0,\"impactScore\":6.4,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-787\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rabbitmq-c_project:rabbitmq-c:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"0.10.0\",\"matchCriteriaId\":\"671B8F76-8180-4799-A7A1-6ED718EC49EF\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:30:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"97A4B8DF-58DA-4AB6-A1F9-331B36409BA3\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"80F0FA5D-8D3B-4C0E-81E2-87998286AF33\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:esm:*:*:*\",\"matchCriteriaId\":\"815D70A8-47D3-459C-A32C-9FEACA0659D1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"F7016A2A-8365-4F1A-89A2-7A19F2BCAE5B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:19.04:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CD783B0C-9246-47D9-A937-6144FE8BFF0F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:19.10:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A31C8344-3E02-4EB8-8BD8-4C84B7959624\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C11E6FB0-C8C0-4527-9AA0-CB9B316F8F43\"}]}]}],\"references\":[{\"url\":\"https://github.com/alanxz/rabbitmq-c/blob/master/ChangeLog.md\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/alanxz/rabbitmq-c/commit/fc85be7123050b91b054e45b91c78d3241a5047a\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2019/12/msg00004.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WA7CPNVYMF6OQNIYNLWUY6U2GTKFOKH3/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XQER6XTKYMHNQR7QTHW7DJAH645WQROU/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://news.ycombinator.com/item?id=21681976\",\"source\":\"cve@mitre.org\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202003-07\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/4214-1/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/4214-2/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/alanxz/rabbitmq-c/blob/master/ChangeLog.md\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/alanxz/rabbitmq-c/commit/fc85be7123050b91b054e45b91c78d3241a5047a\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2019/12/msg00004.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WA7CPNVYMF6OQNIYNLWUY6U2GTKFOKH3/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XQER6XTKYMHNQR7QTHW7DJAH645WQROU/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://news.ycombinator.com/item?id=21681976\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202003-07\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/4214-1/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/4214-2/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}" } }
rhsa-2020_4445
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for librabbitmq is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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.", "title": "Topic" }, { "category": "general", "text": "The librabbitmq packages provide an Advanced Message Queuing Protocol (AMQP) client library that allows you to communicate with AMQP servers using protocol version 0-9-1.\n\nSecurity Fix(es):\n\n* librabbitmq: integer overflow in amqp_handle_input in amqp_connection.c leads to heap-based buffer overflow (CVE-2019-18609)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.3 Release Notes linked from 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-2020:4445", "url": "https://access.redhat.com/errata/RHSA-2020:4445" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.3_release_notes/", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.3_release_notes/" }, { "category": "external", "summary": "1786646", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786646" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_4445.json" } ], "title": "Red Hat Security Advisory: librabbitmq security update", "tracking": { "current_release_date": "2024-11-22T14:44:40+00:00", "generator": { "date": "2024-11-22T14:44:40+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2020:4445", "initial_release_date": "2020-11-04T01:07:29+00:00", "revision_history": [ { "date": "2020-11-04T01:07:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-11-04T01:07:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T14:44:40+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat CodeReady Linux Builder (v. 8)", "product": { "name": "Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::crb" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-devel-0:0.9.0-2.el8.i686", "product": { "name": "librabbitmq-devel-0:0.9.0-2.el8.i686", "product_id": "librabbitmq-devel-0:0.9.0-2.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.9.0-2.el8?arch=i686" } } }, { "category": "product_version", "name": "librabbitmq-debugsource-0:0.9.0-2.el8.i686", "product": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.i686", "product_id": "librabbitmq-debugsource-0:0.9.0-2.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debugsource@0.9.0-2.el8?arch=i686" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "product": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "product_id": "librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.9.0-2.el8?arch=i686" } } }, { "category": "product_version", "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "product": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "product_id": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-tools-debuginfo@0.9.0-2.el8?arch=i686" } } }, { "category": "product_version", "name": "librabbitmq-0:0.9.0-2.el8.i686", "product": { "name": "librabbitmq-0:0.9.0-2.el8.i686", "product_id": "librabbitmq-0:0.9.0-2.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.9.0-2.el8?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-devel-0:0.9.0-2.el8.x86_64", "product": { "name": "librabbitmq-devel-0:0.9.0-2.el8.x86_64", "product_id": "librabbitmq-devel-0:0.9.0-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.9.0-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "product": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "product_id": "librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debugsource@0.9.0-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "product": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "product_id": "librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.9.0-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "product": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "product_id": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-tools-debuginfo@0.9.0-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "librabbitmq-0:0.9.0-2.el8.x86_64", "product": { "name": "librabbitmq-0:0.9.0-2.el8.x86_64", "product_id": "librabbitmq-0:0.9.0-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.9.0-2.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "product": { "name": "librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "product_id": "librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.9.0-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "product": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "product_id": "librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debugsource@0.9.0-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "product": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "product_id": "librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.9.0-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "product": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "product_id": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-tools-debuginfo@0.9.0-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "librabbitmq-0:0.9.0-2.el8.ppc64le", "product": { "name": "librabbitmq-0:0.9.0-2.el8.ppc64le", "product_id": "librabbitmq-0:0.9.0-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.9.0-2.el8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-devel-0:0.9.0-2.el8.s390x", "product": { "name": "librabbitmq-devel-0:0.9.0-2.el8.s390x", "product_id": "librabbitmq-devel-0:0.9.0-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.9.0-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "product": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "product_id": "librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debugsource@0.9.0-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "product": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "product_id": "librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.9.0-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "product": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "product_id": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-tools-debuginfo@0.9.0-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "librabbitmq-0:0.9.0-2.el8.s390x", "product": { "name": "librabbitmq-0:0.9.0-2.el8.s390x", "product_id": "librabbitmq-0:0.9.0-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.9.0-2.el8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-devel-0:0.9.0-2.el8.aarch64", "product": { "name": "librabbitmq-devel-0:0.9.0-2.el8.aarch64", "product_id": "librabbitmq-devel-0:0.9.0-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.9.0-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "product": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "product_id": "librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debugsource@0.9.0-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "product": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "product_id": "librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.9.0-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "product": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "product_id": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-tools-debuginfo@0.9.0-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "librabbitmq-0:0.9.0-2.el8.aarch64", "product": { "name": "librabbitmq-0:0.9.0-2.el8.aarch64", "product_id": "librabbitmq-0:0.9.0-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.9.0-2.el8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.9.0-2.el8.src", "product": { "name": "librabbitmq-0:0.9.0-2.el8.src", "product_id": "librabbitmq-0:0.9.0-2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.9.0-2.el8?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.i686", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.src", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.i686", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.i686", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.i686", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.src as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.src", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.i686", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.i686", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "CRB-8.3.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-18609", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2019-12-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1786646" } ], "notes": [ { "category": "description", "text": "An issue was discovered in amqp_handle_input in amqp_connection.c in rabbitmq-c 0.9.0. There is an integer overflow that leads to heap memory corruption in the handling of CONNECTION_STATE_HEADER. A rogue server could return a malicious frame header that leads to a smaller target_size value than needed. This condition is then carried on to a memcpy function that copies too much data into a heap buffer.", "title": "Vulnerability description" }, { "category": "summary", "text": "librabbitmq: integer overflow in amqp_handle_input in amqp_connection.c leads to heap-based buffer overflow", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-18609" }, { "category": "external", "summary": "RHBZ#1786646", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786646" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-18609", "url": "https://www.cve.org/CVERecord?id=CVE-2019-18609" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-18609", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-18609" } ], "release_date": "2019-12-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-11-04T01:07:29+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:4445" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.6, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "librabbitmq: integer overflow in amqp_handle_input in amqp_connection.c leads to heap-based buffer overflow" } ] }
RHSA-2020:3949
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for librabbitmq is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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.", "title": "Topic" }, { "category": "general", "text": "The librabbitmq packages provide an Advanced Message Queuing Protocol (AMQP) client library that allows you to communicate with AMQP servers using protocol version 0-9-1.\n\nSecurity Fix(es):\n\n* librabbitmq: integer overflow in amqp_handle_input in amqp_connection.c leads to heap-based buffer overflow (CVE-2019-18609)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 7.9 Release Notes linked from 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-2020:3949", "url": "https://access.redhat.com/errata/RHSA-2020:3949" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.9_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.9_release_notes/index" }, { "category": "external", "summary": "1786646", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786646" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_3949.json" } ], "title": "Red Hat Security Advisory: librabbitmq security update", "tracking": { "current_release_date": "2025-09-10T14:36:35+00:00", "generator": { "date": "2025-09-10T14:36:35+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.7" } }, "id": "RHSA-2020:3949", "initial_release_date": "2020-09-29T19:28:33+00:00", "revision_history": [ { "date": "2020-09-29T19:28:33+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-09-29T19:28:33+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-10T14:36:35+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.i686", "product": { "name": "librabbitmq-0:0.8.0-3.el7.i686", "product_id": "librabbitmq-0:0.8.0-3.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=i686" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "product": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "product_id": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.8.0-3.el7?arch=i686" } } }, { "category": "product_version", "name": "librabbitmq-devel-0:0.8.0-3.el7.i686", "product": { "name": "librabbitmq-devel-0:0.8.0-3.el7.i686", "product_id": "librabbitmq-devel-0:0.8.0-3.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.8.0-3.el7?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.x86_64", "product": { "name": "librabbitmq-0:0.8.0-3.el7.x86_64", "product_id": "librabbitmq-0:0.8.0-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "product": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "product_id": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.8.0-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "product": { "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "product_id": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.8.0-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "product": { "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "product_id": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-examples@0.8.0-3.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.src", "product": { "name": "librabbitmq-0:0.8.0-3.el7.src", "product_id": "librabbitmq-0:0.8.0-3.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.s390x", "product": { "name": "librabbitmq-0:0.8.0-3.el7.s390x", "product_id": "librabbitmq-0:0.8.0-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "product": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "product_id": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.8.0-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "product": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "product_id": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.8.0-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "product": { "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "product_id": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-examples@0.8.0-3.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.s390", "product": { "name": "librabbitmq-0:0.8.0-3.el7.s390", "product_id": "librabbitmq-0:0.8.0-3.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=s390" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "product": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "product_id": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.8.0-3.el7?arch=s390" } } }, { "category": "product_version", "name": "librabbitmq-devel-0:0.8.0-3.el7.s390", "product": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390", "product_id": "librabbitmq-devel-0:0.8.0-3.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.8.0-3.el7?arch=s390" } } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.ppc64", "product": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64", "product_id": "librabbitmq-0:0.8.0-3.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=ppc64" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "product": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "product_id": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.8.0-3.el7?arch=ppc64" } } }, { "category": "product_version", "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "product": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "product_id": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.8.0-3.el7?arch=ppc64" } } }, { "category": "product_version", "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "product": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "product_id": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-examples@0.8.0-3.el7?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.ppc", "product": { "name": "librabbitmq-0:0.8.0-3.el7.ppc", "product_id": "librabbitmq-0:0.8.0-3.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=ppc" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "product": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "product_id": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.8.0-3.el7?arch=ppc" } } }, { "category": "product_version", "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "product": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "product_id": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.8.0-3.el7?arch=ppc" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.ppc64le", "product": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64le", "product_id": "librabbitmq-0:0.8.0-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "product": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "product_id": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.8.0-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "product": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "product_id": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.8.0-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "product": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "product_id": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-examples@0.8.0-3.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.src as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.src" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.src", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.src" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.src", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.src" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.src", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.src" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.src", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.src" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.src", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.src" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.src", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-18609", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2019-12-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1786646" } ], "notes": [ { "category": "description", "text": "An issue was discovered in amqp_handle_input in amqp_connection.c in rabbitmq-c 0.9.0. There is an integer overflow that leads to heap memory corruption in the handling of CONNECTION_STATE_HEADER. A rogue server could return a malicious frame header that leads to a smaller target_size value than needed. This condition is then carried on to a memcpy function that copies too much data into a heap buffer.", "title": "Vulnerability description" }, { "category": "summary", "text": "librabbitmq: integer overflow in amqp_handle_input in amqp_connection.c leads to heap-based buffer overflow", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.src", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-18609" }, { "category": "external", "summary": "RHBZ#1786646", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786646" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-18609", "url": "https://www.cve.org/CVERecord?id=CVE-2019-18609" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-18609", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-18609" } ], "release_date": "2019-12-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-29T19:28:33+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.src", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.6, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.src", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "librabbitmq: integer overflow in amqp_handle_input in amqp_connection.c leads to heap-based buffer overflow" } ] }
RHSA-2020:4445
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for librabbitmq is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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.", "title": "Topic" }, { "category": "general", "text": "The librabbitmq packages provide an Advanced Message Queuing Protocol (AMQP) client library that allows you to communicate with AMQP servers using protocol version 0-9-1.\n\nSecurity Fix(es):\n\n* librabbitmq: integer overflow in amqp_handle_input in amqp_connection.c leads to heap-based buffer overflow (CVE-2019-18609)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.3 Release Notes linked from 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-2020:4445", "url": "https://access.redhat.com/errata/RHSA-2020:4445" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.3_release_notes/", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.3_release_notes/" }, { "category": "external", "summary": "1786646", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786646" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_4445.json" } ], "title": "Red Hat Security Advisory: librabbitmq security update", "tracking": { "current_release_date": "2025-09-10T14:37:42+00:00", "generator": { "date": "2025-09-10T14:37:42+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.7" } }, "id": "RHSA-2020:4445", "initial_release_date": "2020-11-04T01:07:29+00:00", "revision_history": [ { "date": "2020-11-04T01:07:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-11-04T01:07:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-10T14:37:42+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat CodeReady Linux Builder (v. 8)", "product": { "name": "Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::crb" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-devel-0:0.9.0-2.el8.i686", "product": { "name": "librabbitmq-devel-0:0.9.0-2.el8.i686", "product_id": "librabbitmq-devel-0:0.9.0-2.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.9.0-2.el8?arch=i686" } } }, { "category": "product_version", "name": "librabbitmq-debugsource-0:0.9.0-2.el8.i686", "product": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.i686", "product_id": "librabbitmq-debugsource-0:0.9.0-2.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debugsource@0.9.0-2.el8?arch=i686" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "product": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "product_id": "librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.9.0-2.el8?arch=i686" } } }, { "category": "product_version", "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "product": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "product_id": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-tools-debuginfo@0.9.0-2.el8?arch=i686" } } }, { "category": "product_version", "name": "librabbitmq-0:0.9.0-2.el8.i686", "product": { "name": "librabbitmq-0:0.9.0-2.el8.i686", "product_id": "librabbitmq-0:0.9.0-2.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.9.0-2.el8?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-devel-0:0.9.0-2.el8.x86_64", "product": { "name": "librabbitmq-devel-0:0.9.0-2.el8.x86_64", "product_id": "librabbitmq-devel-0:0.9.0-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.9.0-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "product": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "product_id": "librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debugsource@0.9.0-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "product": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "product_id": "librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.9.0-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "product": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "product_id": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-tools-debuginfo@0.9.0-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "librabbitmq-0:0.9.0-2.el8.x86_64", "product": { "name": "librabbitmq-0:0.9.0-2.el8.x86_64", "product_id": "librabbitmq-0:0.9.0-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.9.0-2.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "product": { "name": "librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "product_id": "librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.9.0-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "product": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "product_id": "librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debugsource@0.9.0-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "product": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "product_id": "librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.9.0-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "product": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "product_id": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-tools-debuginfo@0.9.0-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "librabbitmq-0:0.9.0-2.el8.ppc64le", "product": { "name": "librabbitmq-0:0.9.0-2.el8.ppc64le", "product_id": "librabbitmq-0:0.9.0-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.9.0-2.el8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-devel-0:0.9.0-2.el8.s390x", "product": { "name": "librabbitmq-devel-0:0.9.0-2.el8.s390x", "product_id": "librabbitmq-devel-0:0.9.0-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.9.0-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "product": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "product_id": "librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debugsource@0.9.0-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "product": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "product_id": "librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.9.0-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "product": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "product_id": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-tools-debuginfo@0.9.0-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "librabbitmq-0:0.9.0-2.el8.s390x", "product": { "name": "librabbitmq-0:0.9.0-2.el8.s390x", "product_id": "librabbitmq-0:0.9.0-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.9.0-2.el8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-devel-0:0.9.0-2.el8.aarch64", "product": { "name": "librabbitmq-devel-0:0.9.0-2.el8.aarch64", "product_id": "librabbitmq-devel-0:0.9.0-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.9.0-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "product": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "product_id": "librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debugsource@0.9.0-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "product": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "product_id": "librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.9.0-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "product": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "product_id": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-tools-debuginfo@0.9.0-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "librabbitmq-0:0.9.0-2.el8.aarch64", "product": { "name": "librabbitmq-0:0.9.0-2.el8.aarch64", "product_id": "librabbitmq-0:0.9.0-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.9.0-2.el8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.9.0-2.el8.src", "product": { "name": "librabbitmq-0:0.9.0-2.el8.src", "product_id": "librabbitmq-0:0.9.0-2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.9.0-2.el8?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.i686", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.src", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.i686", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.i686", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.i686", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.src as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.src", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.i686", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.i686", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "CRB-8.3.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-18609", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2019-12-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1786646" } ], "notes": [ { "category": "description", "text": "An issue was discovered in amqp_handle_input in amqp_connection.c in rabbitmq-c 0.9.0. There is an integer overflow that leads to heap memory corruption in the handling of CONNECTION_STATE_HEADER. A rogue server could return a malicious frame header that leads to a smaller target_size value than needed. This condition is then carried on to a memcpy function that copies too much data into a heap buffer.", "title": "Vulnerability description" }, { "category": "summary", "text": "librabbitmq: integer overflow in amqp_handle_input in amqp_connection.c leads to heap-based buffer overflow", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-18609" }, { "category": "external", "summary": "RHBZ#1786646", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786646" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-18609", "url": "https://www.cve.org/CVERecord?id=CVE-2019-18609" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-18609", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-18609" } ], "release_date": "2019-12-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-11-04T01:07:29+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:4445" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.6, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "librabbitmq: integer overflow in amqp_handle_input in amqp_connection.c leads to heap-based buffer overflow" } ] }
rhsa-2020:3949
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for librabbitmq is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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.", "title": "Topic" }, { "category": "general", "text": "The librabbitmq packages provide an Advanced Message Queuing Protocol (AMQP) client library that allows you to communicate with AMQP servers using protocol version 0-9-1.\n\nSecurity Fix(es):\n\n* librabbitmq: integer overflow in amqp_handle_input in amqp_connection.c leads to heap-based buffer overflow (CVE-2019-18609)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 7.9 Release Notes linked from 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-2020:3949", "url": "https://access.redhat.com/errata/RHSA-2020:3949" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.9_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.9_release_notes/index" }, { "category": "external", "summary": "1786646", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786646" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_3949.json" } ], "title": "Red Hat Security Advisory: librabbitmq security update", "tracking": { "current_release_date": "2025-09-10T14:36:35+00:00", "generator": { "date": "2025-09-10T14:36:35+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.7" } }, "id": "RHSA-2020:3949", "initial_release_date": "2020-09-29T19:28:33+00:00", "revision_history": [ { "date": "2020-09-29T19:28:33+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-09-29T19:28:33+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-10T14:36:35+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.i686", "product": { "name": "librabbitmq-0:0.8.0-3.el7.i686", "product_id": "librabbitmq-0:0.8.0-3.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=i686" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "product": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "product_id": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.8.0-3.el7?arch=i686" } } }, { "category": "product_version", "name": "librabbitmq-devel-0:0.8.0-3.el7.i686", "product": { "name": "librabbitmq-devel-0:0.8.0-3.el7.i686", "product_id": "librabbitmq-devel-0:0.8.0-3.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.8.0-3.el7?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.x86_64", "product": { "name": "librabbitmq-0:0.8.0-3.el7.x86_64", "product_id": "librabbitmq-0:0.8.0-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "product": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "product_id": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.8.0-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "product": { "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "product_id": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.8.0-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "product": { "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "product_id": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-examples@0.8.0-3.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.src", "product": { "name": "librabbitmq-0:0.8.0-3.el7.src", "product_id": "librabbitmq-0:0.8.0-3.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.s390x", "product": { "name": "librabbitmq-0:0.8.0-3.el7.s390x", "product_id": "librabbitmq-0:0.8.0-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "product": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "product_id": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.8.0-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "product": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "product_id": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.8.0-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "product": { "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "product_id": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-examples@0.8.0-3.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.s390", "product": { "name": "librabbitmq-0:0.8.0-3.el7.s390", "product_id": "librabbitmq-0:0.8.0-3.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=s390" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "product": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "product_id": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.8.0-3.el7?arch=s390" } } }, { "category": "product_version", "name": "librabbitmq-devel-0:0.8.0-3.el7.s390", "product": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390", "product_id": "librabbitmq-devel-0:0.8.0-3.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.8.0-3.el7?arch=s390" } } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.ppc64", "product": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64", "product_id": "librabbitmq-0:0.8.0-3.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=ppc64" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "product": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "product_id": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.8.0-3.el7?arch=ppc64" } } }, { "category": "product_version", "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "product": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "product_id": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.8.0-3.el7?arch=ppc64" } } }, { "category": "product_version", "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "product": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "product_id": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-examples@0.8.0-3.el7?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.ppc", "product": { "name": "librabbitmq-0:0.8.0-3.el7.ppc", "product_id": "librabbitmq-0:0.8.0-3.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=ppc" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "product": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "product_id": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.8.0-3.el7?arch=ppc" } } }, { "category": "product_version", "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "product": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "product_id": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.8.0-3.el7?arch=ppc" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.ppc64le", "product": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64le", "product_id": "librabbitmq-0:0.8.0-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "product": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "product_id": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.8.0-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "product": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "product_id": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.8.0-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "product": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "product_id": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-examples@0.8.0-3.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.src as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.src" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.src", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.src" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.src", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.src" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.src", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.src" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.src", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.src" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.src", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.src" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.src", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-18609", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2019-12-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1786646" } ], "notes": [ { "category": "description", "text": "An issue was discovered in amqp_handle_input in amqp_connection.c in rabbitmq-c 0.9.0. There is an integer overflow that leads to heap memory corruption in the handling of CONNECTION_STATE_HEADER. A rogue server could return a malicious frame header that leads to a smaller target_size value than needed. This condition is then carried on to a memcpy function that copies too much data into a heap buffer.", "title": "Vulnerability description" }, { "category": "summary", "text": "librabbitmq: integer overflow in amqp_handle_input in amqp_connection.c leads to heap-based buffer overflow", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.src", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-18609" }, { "category": "external", "summary": "RHBZ#1786646", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786646" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-18609", "url": "https://www.cve.org/CVERecord?id=CVE-2019-18609" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-18609", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-18609" } ], "release_date": "2019-12-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-29T19:28:33+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.src", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.6, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.src", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "librabbitmq: integer overflow in amqp_handle_input in amqp_connection.c leads to heap-based buffer overflow" } ] }
rhsa-2020:4445
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for librabbitmq is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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.", "title": "Topic" }, { "category": "general", "text": "The librabbitmq packages provide an Advanced Message Queuing Protocol (AMQP) client library that allows you to communicate with AMQP servers using protocol version 0-9-1.\n\nSecurity Fix(es):\n\n* librabbitmq: integer overflow in amqp_handle_input in amqp_connection.c leads to heap-based buffer overflow (CVE-2019-18609)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.3 Release Notes linked from 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-2020:4445", "url": "https://access.redhat.com/errata/RHSA-2020:4445" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.3_release_notes/", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.3_release_notes/" }, { "category": "external", "summary": "1786646", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786646" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_4445.json" } ], "title": "Red Hat Security Advisory: librabbitmq security update", "tracking": { "current_release_date": "2025-09-10T14:37:42+00:00", "generator": { "date": "2025-09-10T14:37:42+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.7" } }, "id": "RHSA-2020:4445", "initial_release_date": "2020-11-04T01:07:29+00:00", "revision_history": [ { "date": "2020-11-04T01:07:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-11-04T01:07:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-10T14:37:42+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat CodeReady Linux Builder (v. 8)", "product": { "name": "Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::crb" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-devel-0:0.9.0-2.el8.i686", "product": { "name": "librabbitmq-devel-0:0.9.0-2.el8.i686", "product_id": "librabbitmq-devel-0:0.9.0-2.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.9.0-2.el8?arch=i686" } } }, { "category": "product_version", "name": "librabbitmq-debugsource-0:0.9.0-2.el8.i686", "product": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.i686", "product_id": "librabbitmq-debugsource-0:0.9.0-2.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debugsource@0.9.0-2.el8?arch=i686" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "product": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "product_id": "librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.9.0-2.el8?arch=i686" } } }, { "category": "product_version", "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "product": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "product_id": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-tools-debuginfo@0.9.0-2.el8?arch=i686" } } }, { "category": "product_version", "name": "librabbitmq-0:0.9.0-2.el8.i686", "product": { "name": "librabbitmq-0:0.9.0-2.el8.i686", "product_id": "librabbitmq-0:0.9.0-2.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.9.0-2.el8?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-devel-0:0.9.0-2.el8.x86_64", "product": { "name": "librabbitmq-devel-0:0.9.0-2.el8.x86_64", "product_id": "librabbitmq-devel-0:0.9.0-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.9.0-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "product": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "product_id": "librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debugsource@0.9.0-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "product": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "product_id": "librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.9.0-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "product": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "product_id": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-tools-debuginfo@0.9.0-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "librabbitmq-0:0.9.0-2.el8.x86_64", "product": { "name": "librabbitmq-0:0.9.0-2.el8.x86_64", "product_id": "librabbitmq-0:0.9.0-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.9.0-2.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "product": { "name": "librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "product_id": "librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.9.0-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "product": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "product_id": "librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debugsource@0.9.0-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "product": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "product_id": "librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.9.0-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "product": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "product_id": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-tools-debuginfo@0.9.0-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "librabbitmq-0:0.9.0-2.el8.ppc64le", "product": { "name": "librabbitmq-0:0.9.0-2.el8.ppc64le", "product_id": "librabbitmq-0:0.9.0-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.9.0-2.el8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-devel-0:0.9.0-2.el8.s390x", "product": { "name": "librabbitmq-devel-0:0.9.0-2.el8.s390x", "product_id": "librabbitmq-devel-0:0.9.0-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.9.0-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "product": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "product_id": "librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debugsource@0.9.0-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "product": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "product_id": "librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.9.0-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "product": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "product_id": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-tools-debuginfo@0.9.0-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "librabbitmq-0:0.9.0-2.el8.s390x", "product": { "name": "librabbitmq-0:0.9.0-2.el8.s390x", "product_id": "librabbitmq-0:0.9.0-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.9.0-2.el8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-devel-0:0.9.0-2.el8.aarch64", "product": { "name": "librabbitmq-devel-0:0.9.0-2.el8.aarch64", "product_id": "librabbitmq-devel-0:0.9.0-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.9.0-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "product": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "product_id": "librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debugsource@0.9.0-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "product": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "product_id": "librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.9.0-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "product": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "product_id": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-tools-debuginfo@0.9.0-2.el8?arch=aarch64" } } }, { "category": "product_version", "name": "librabbitmq-0:0.9.0-2.el8.aarch64", "product": { "name": "librabbitmq-0:0.9.0-2.el8.aarch64", "product_id": "librabbitmq-0:0.9.0-2.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.9.0-2.el8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.9.0-2.el8.src", "product": { "name": "librabbitmq-0:0.9.0-2.el8.src", "product_id": "librabbitmq-0:0.9.0-2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.9.0-2.el8?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.i686", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.src", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.i686", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.i686", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "BaseOS-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.i686", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.src as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.src", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.9.0-2.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.i686", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debugsource-0:0.9.0-2.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.i686", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.9.0-2.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-devel-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "relates_to_product_reference": "CRB-8.3.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)", "product_id": "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64" }, "product_reference": "librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "relates_to_product_reference": "CRB-8.3.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-18609", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2019-12-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1786646" } ], "notes": [ { "category": "description", "text": "An issue was discovered in amqp_handle_input in amqp_connection.c in rabbitmq-c 0.9.0. There is an integer overflow that leads to heap memory corruption in the handling of CONNECTION_STATE_HEADER. A rogue server could return a malicious frame header that leads to a smaller target_size value than needed. This condition is then carried on to a memcpy function that copies too much data into a heap buffer.", "title": "Vulnerability description" }, { "category": "summary", "text": "librabbitmq: integer overflow in amqp_handle_input in amqp_connection.c leads to heap-based buffer overflow", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-18609" }, { "category": "external", "summary": "RHBZ#1786646", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786646" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-18609", "url": "https://www.cve.org/CVERecord?id=CVE-2019-18609" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-18609", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-18609" } ], "release_date": "2019-12-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-11-04T01:07:29+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:4445" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.6, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src", "BaseOS-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "BaseOS-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.src", "CRB-8.3.0.GA:librabbitmq-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-debuginfo-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-debugsource-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-devel-0:0.9.0-2.el8.x86_64", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.aarch64", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.i686", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.ppc64le", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.s390x", "CRB-8.3.0.GA:librabbitmq-tools-debuginfo-0:0.9.0-2.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "librabbitmq: integer overflow in amqp_handle_input in amqp_connection.c leads to heap-based buffer overflow" } ] }
rhsa-2020_3949
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for librabbitmq is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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.", "title": "Topic" }, { "category": "general", "text": "The librabbitmq packages provide an Advanced Message Queuing Protocol (AMQP) client library that allows you to communicate with AMQP servers using protocol version 0-9-1.\n\nSecurity Fix(es):\n\n* librabbitmq: integer overflow in amqp_handle_input in amqp_connection.c leads to heap-based buffer overflow (CVE-2019-18609)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 7.9 Release Notes linked from 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-2020:3949", "url": "https://access.redhat.com/errata/RHSA-2020:3949" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.9_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.9_release_notes/index" }, { "category": "external", "summary": "1786646", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786646" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_3949.json" } ], "title": "Red Hat Security Advisory: librabbitmq security update", "tracking": { "current_release_date": "2024-11-22T14:44:33+00:00", "generator": { "date": "2024-11-22T14:44:33+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2020:3949", "initial_release_date": "2020-09-29T19:28:33+00:00", "revision_history": [ { "date": "2020-09-29T19:28:33+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-09-29T19:28:33+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T14:44:33+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.i686", "product": { "name": "librabbitmq-0:0.8.0-3.el7.i686", "product_id": "librabbitmq-0:0.8.0-3.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=i686" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "product": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "product_id": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.8.0-3.el7?arch=i686" } } }, { "category": "product_version", "name": "librabbitmq-devel-0:0.8.0-3.el7.i686", "product": { "name": "librabbitmq-devel-0:0.8.0-3.el7.i686", "product_id": "librabbitmq-devel-0:0.8.0-3.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.8.0-3.el7?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.x86_64", "product": { "name": "librabbitmq-0:0.8.0-3.el7.x86_64", "product_id": "librabbitmq-0:0.8.0-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "product": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "product_id": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.8.0-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "product": { "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "product_id": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.8.0-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "product": { "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "product_id": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-examples@0.8.0-3.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.src", "product": { "name": "librabbitmq-0:0.8.0-3.el7.src", "product_id": "librabbitmq-0:0.8.0-3.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.s390x", "product": { "name": "librabbitmq-0:0.8.0-3.el7.s390x", "product_id": "librabbitmq-0:0.8.0-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "product": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "product_id": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.8.0-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "product": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "product_id": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.8.0-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "product": { "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "product_id": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-examples@0.8.0-3.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.s390", "product": { "name": "librabbitmq-0:0.8.0-3.el7.s390", "product_id": "librabbitmq-0:0.8.0-3.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=s390" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "product": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "product_id": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.8.0-3.el7?arch=s390" } } }, { "category": "product_version", "name": "librabbitmq-devel-0:0.8.0-3.el7.s390", "product": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390", "product_id": "librabbitmq-devel-0:0.8.0-3.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.8.0-3.el7?arch=s390" } } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.ppc64", "product": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64", "product_id": "librabbitmq-0:0.8.0-3.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=ppc64" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "product": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "product_id": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.8.0-3.el7?arch=ppc64" } } }, { "category": "product_version", "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "product": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "product_id": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.8.0-3.el7?arch=ppc64" } } }, { "category": "product_version", "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "product": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "product_id": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-examples@0.8.0-3.el7?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.ppc", "product": { "name": "librabbitmq-0:0.8.0-3.el7.ppc", "product_id": "librabbitmq-0:0.8.0-3.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=ppc" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "product": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "product_id": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.8.0-3.el7?arch=ppc" } } }, { "category": "product_version", "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "product": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "product_id": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.8.0-3.el7?arch=ppc" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-0:0.8.0-3.el7.ppc64le", "product": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64le", "product_id": "librabbitmq-0:0.8.0-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq@0.8.0-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "product": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "product_id": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-debuginfo@0.8.0-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "product": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "product_id": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-devel@0.8.0-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "product": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "product_id": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/librabbitmq-examples@0.8.0-3.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.src as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.src" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.src", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.src" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.src", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.src" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.src", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.src" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.src", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.src" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.src", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.src" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.src", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-devel-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.9" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-examples-0:0.8.0-3.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" }, "product_reference": "librabbitmq-examples-0:0.8.0-3.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-18609", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2019-12-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1786646" } ], "notes": [ { "category": "description", "text": "An issue was discovered in amqp_handle_input in amqp_connection.c in rabbitmq-c 0.9.0. There is an integer overflow that leads to heap memory corruption in the handling of CONNECTION_STATE_HEADER. A rogue server could return a malicious frame header that leads to a smaller target_size value than needed. This condition is then carried on to a memcpy function that copies too much data into a heap buffer.", "title": "Vulnerability description" }, { "category": "summary", "text": "librabbitmq: integer overflow in amqp_handle_input in amqp_connection.c leads to heap-based buffer overflow", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.src", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-18609" }, { "category": "external", "summary": "RHBZ#1786646", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786646" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-18609", "url": "https://www.cve.org/CVERecord?id=CVE-2019-18609" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-18609", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-18609" } ], "release_date": "2019-12-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-29T19:28:33+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.src", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3949" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.6, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.src", "7ComputeNode-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7ComputeNode-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7ComputeNode-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7ComputeNode-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Server-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Server-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Server-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Server-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Workstation-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Workstation-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.src", "7Workstation-optional-7.9:librabbitmq-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-debuginfo-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.i686", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-devel-0:0.8.0-3.el7.x86_64", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.ppc64le", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.s390x", "7Workstation-optional-7.9:librabbitmq-examples-0:0.8.0-3.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "librabbitmq: integer overflow in amqp_handle_input in amqp_connection.c leads to heap-based buffer overflow" } ] }
fkie_cve-2019-18609
Vulnerability from fkie_nvd
Vendor | Product | Version | |
---|---|---|---|
rabbitmq-c_project | rabbitmq-c | * | |
fedoraproject | fedora | 30 | |
fedoraproject | fedora | 31 | |
canonical | ubuntu_linux | 14.04 | |
canonical | ubuntu_linux | 16.04 | |
canonical | ubuntu_linux | 18.04 | |
canonical | ubuntu_linux | 19.04 | |
canonical | ubuntu_linux | 19.10 | |
debian | debian_linux | 8.0 |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:rabbitmq-c_project:rabbitmq-c:*:*:*:*:*:*:*:*", "matchCriteriaId": "671B8F76-8180-4799-A7A1-6ED718EC49EF", "versionEndExcluding": "0.10.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:fedoraproject:fedora:30:*:*:*:*:*:*:*", "matchCriteriaId": "97A4B8DF-58DA-4AB6-A1F9-331B36409BA3", "vulnerable": true }, { "criteria": "cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:*", "matchCriteriaId": "80F0FA5D-8D3B-4C0E-81E2-87998286AF33", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:esm:*:*:*", "matchCriteriaId": "815D70A8-47D3-459C-A32C-9FEACA0659D1", "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*", "matchCriteriaId": "F7016A2A-8365-4F1A-89A2-7A19F2BCAE5B", "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*", "matchCriteriaId": "23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D", "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:19.04:*:*:*:*:*:*:*", "matchCriteriaId": "CD783B0C-9246-47D9-A937-6144FE8BFF0F", "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:19.10:*:*:*:*:*:*:*", "matchCriteriaId": "A31C8344-3E02-4EB8-8BD8-4C84B7959624", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "matchCriteriaId": "C11E6FB0-C8C0-4527-9AA0-CB9B316F8F43", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "An issue was discovered in amqp_handle_input in amqp_connection.c in rabbitmq-c 0.9.0. There is an integer overflow that leads to heap memory corruption in the handling of CONNECTION_STATE_HEADER. A rogue server could return a malicious frame header that leads to a smaller target_size value than needed. This condition is then carried on to a memcpy function that copies too much data into a heap buffer." }, { "lang": "es", "value": "Se detect\u00f3 un problema en la funci\u00f3n amqp_handle_input en el archivo amqp_connection.c en rabbitmq-c versi\u00f3n 0.9.0. Se presenta un desbordamiento de enteros que conlleva a una corrupci\u00f3n de memoria de la pila en el manejo de CONNECTION_STATE_HEADER. Un servidor no autorizado podr\u00eda devolver un encabezado de trama malicioso que conlleva a un valor de target_size m\u00e1s peque\u00f1o de lo necesario. Esta condici\u00f3n se transfiere a una funci\u00f3n memcpy que copia demasiados datos en un b\u00fafer de la pila." } ], "id": "CVE-2019-18609", "lastModified": "2024-11-21T04:33:21.440", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2019-12-01T22:15:10.897", "references": [ { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://github.com/alanxz/rabbitmq-c/blob/master/ChangeLog.md" }, { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/alanxz/rabbitmq-c/commit/fc85be7123050b91b054e45b91c78d3241a5047a" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2019/12/msg00004.html" }, { "source": "cve@mitre.org", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WA7CPNVYMF6OQNIYNLWUY6U2GTKFOKH3/" }, { "source": "cve@mitre.org", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XQER6XTKYMHNQR7QTHW7DJAH645WQROU/" }, { "source": "cve@mitre.org", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://news.ycombinator.com/item?id=21681976" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202003-07" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4214-1/" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4214-2/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://github.com/alanxz/rabbitmq-c/blob/master/ChangeLog.md" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/alanxz/rabbitmq-c/commit/fc85be7123050b91b054e45b91c78d3241a5047a" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2019/12/msg00004.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WA7CPNVYMF6OQNIYNLWUY6U2GTKFOKH3/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XQER6XTKYMHNQR7QTHW7DJAH645WQROU/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://news.ycombinator.com/item?id=21681976" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202003-07" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4214-1/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4214-2/" } ], "sourceIdentifier": "cve@mitre.org", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-787" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
ghsa-356h-gg7j-mwv3
Vulnerability from github
An issue was discovered in amqp_handle_input in amqp_connection.c in rabbitmq-c 0.9.0. There is an integer overflow that leads to heap memory corruption in the handling of CONNECTION_STATE_HEADER. A rogue server could return a malicious frame header that leads to a smaller target_size value than needed. This condition is then carried on to a memcpy function that copies too much data into a heap buffer.
{ "affected": [], "aliases": [ "CVE-2019-18609" ], "database_specific": { "cwe_ids": [ "CWE-190", "CWE-787" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2019-12-01T22:15:00Z", "severity": "HIGH" }, "details": "An issue was discovered in amqp_handle_input in amqp_connection.c in rabbitmq-c 0.9.0. There is an integer overflow that leads to heap memory corruption in the handling of CONNECTION_STATE_HEADER. A rogue server could return a malicious frame header that leads to a smaller target_size value than needed. This condition is then carried on to a memcpy function that copies too much data into a heap buffer.", "id": "GHSA-356h-gg7j-mwv3", "modified": "2022-05-24T17:02:24Z", "published": "2022-05-24T17:02:24Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-18609" }, { "type": "WEB", "url": "https://github.com/alanxz/rabbitmq-c/commit/fc85be7123050b91b054e45b91c78d3241a5047a" }, { "type": "WEB", "url": "https://github.com/alanxz/rabbitmq-c/blob/master/ChangeLog.md" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2019/12/msg00004.html" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WA7CPNVYMF6OQNIYNLWUY6U2GTKFOKH3" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XQER6XTKYMHNQR7QTHW7DJAH645WQROU" }, { "type": "WEB", "url": "https://news.ycombinator.com/item?id=21681976" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/202003-07" }, { "type": "WEB", "url": "https://usn.ubuntu.com/4214-1" }, { "type": "WEB", "url": "https://usn.ubuntu.com/4214-2" } ], "schema_version": "1.4.0", "severity": [] }
cnvd-2020-09614
Vulnerability from cnvd
Title: rabbitmq-c整数溢出漏洞
Description:
RabbitMQ是一个开源的AMQP实现,服务器端用Erlang语言编写,支持多种客户端,用于在分布式系统中存储转发消息。rabbitmq-c是RabbitMQ C客户端。
rabbitmq-c 0.9.0中的amqp_connection.c中的amqp_handle_input存在整数溢出漏洞,攻击者可利用该漏洞导致CONNECTION_STATE_HEADER的处理发生堆内存破坏。
Severity: 高
Patch Name: rabbitmq-c整数溢出漏洞的补丁
Patch Description:
RabbitMQ是一个开源的AMQP实现,服务器端用Erlang语言编写,支持多种客户端,用于在分布式系统中存储转发消息。rabbitmq-c是RabbitMQ C客户端。
rabbitmq-c 0.9.0中的amqp_connection.c中的amqp_handle_input存在整数溢出漏洞,攻击者可利用该漏洞导致CONNECTION_STATE_HEADER的处理发生堆内存破坏。目前,供应商发布了安全公告及相关补丁信息,修复了此漏洞。
Formal description:
厂商已发布了漏洞修复程序,请及时关注更新: https://github.com/alanxz/rabbitmq-c/commit/fc85be7123050b91b054e45b91c78d3241a5047a
Reference: https://nvd.nist.gov/vuln/detail/CVE-2019-18609
Name | alanxz rabbitmq-c 0.9.0 |
---|
{ "cves": { "cve": { "cveNumber": "CVE-2019-18609", "cveUrl": "https://nvd.nist.gov/vuln/detail/CVE-2019-18609" } }, "description": "RabbitMQ\u662f\u4e00\u4e2a\u5f00\u6e90\u7684AMQP\u5b9e\u73b0\uff0c\u670d\u52a1\u5668\u7aef\u7528Erlang\u8bed\u8a00\u7f16\u5199\uff0c\u652f\u6301\u591a\u79cd\u5ba2\u6237\u7aef\uff0c\u7528\u4e8e\u5728\u5206\u5e03\u5f0f\u7cfb\u7edf\u4e2d\u5b58\u50a8\u8f6c\u53d1\u6d88\u606f\u3002rabbitmq-c\u662fRabbitMQ C\u5ba2\u6237\u7aef\u3002\n\nrabbitmq-c 0.9.0\u4e2d\u7684amqp_connection.c\u4e2d\u7684amqp_handle_input\u5b58\u5728\u6574\u6570\u6ea2\u51fa\u6f0f\u6d1e\uff0c\u653b\u51fb\u8005\u53ef\u5229\u7528\u8be5\u6f0f\u6d1e\u5bfc\u81f4CONNECTION_STATE_HEADER\u7684\u5904\u7406\u53d1\u751f\u5806\u5185\u5b58\u7834\u574f\u3002", "formalWay": "\u5382\u5546\u5df2\u53d1\u5e03\u4e86\u6f0f\u6d1e\u4fee\u590d\u7a0b\u5e8f\uff0c\u8bf7\u53ca\u65f6\u5173\u6ce8\u66f4\u65b0\uff1a\r\nhttps://github.com/alanxz/rabbitmq-c/commit/fc85be7123050b91b054e45b91c78d3241a5047a", "isEvent": "\u901a\u7528\u8f6f\u786c\u4ef6\u6f0f\u6d1e", "number": "CNVD-2020-09614", "openTime": "2020-02-13", "patchDescription": "RabbitMQ\u662f\u4e00\u4e2a\u5f00\u6e90\u7684AMQP\u5b9e\u73b0\uff0c\u670d\u52a1\u5668\u7aef\u7528Erlang\u8bed\u8a00\u7f16\u5199\uff0c\u652f\u6301\u591a\u79cd\u5ba2\u6237\u7aef\uff0c\u7528\u4e8e\u5728\u5206\u5e03\u5f0f\u7cfb\u7edf\u4e2d\u5b58\u50a8\u8f6c\u53d1\u6d88\u606f\u3002rabbitmq-c\u662fRabbitMQ C\u5ba2\u6237\u7aef\u3002\r\n\r\nrabbitmq-c 0.9.0\u4e2d\u7684amqp_connection.c\u4e2d\u7684amqp_handle_input\u5b58\u5728\u6574\u6570\u6ea2\u51fa\u6f0f\u6d1e\uff0c\u653b\u51fb\u8005\u53ef\u5229\u7528\u8be5\u6f0f\u6d1e\u5bfc\u81f4CONNECTION_STATE_HEADER\u7684\u5904\u7406\u53d1\u751f\u5806\u5185\u5b58\u7834\u574f\u3002\u76ee\u524d\uff0c\u4f9b\u5e94\u5546\u53d1\u5e03\u4e86\u5b89\u5168\u516c\u544a\u53ca\u76f8\u5173\u8865\u4e01\u4fe1\u606f\uff0c\u4fee\u590d\u4e86\u6b64\u6f0f\u6d1e\u3002", "patchName": "rabbitmq-c\u6574\u6570\u6ea2\u51fa\u6f0f\u6d1e\u7684\u8865\u4e01", "products": { "product": "alanxz rabbitmq-c 0.9.0" }, "referenceLink": "https://nvd.nist.gov/vuln/detail/CVE-2019-18609", "serverity": "\u9ad8", "submitTime": "2019-12-02", "title": "rabbitmq-c\u6574\u6570\u6ea2\u51fa\u6f0f\u6d1e" }
opensuse-su-2024:11293-1
Vulnerability from csaf_opensuse
Notes
{ "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": "librabbitmq-devel-0.11.0-2.3 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the librabbitmq-devel-0.11.0-2.3 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-11293", "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-2024_11293-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2019-18609 page", "url": "https://www.suse.com/security/cve/CVE-2019-18609/" } ], "title": "librabbitmq-devel-0.11.0-2.3 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:11293-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "librabbitmq-devel-0.11.0-2.3.aarch64", "product": { "name": "librabbitmq-devel-0.11.0-2.3.aarch64", "product_id": "librabbitmq-devel-0.11.0-2.3.aarch64" } }, { "category": "product_version", "name": "librabbitmq4-0.11.0-2.3.aarch64", "product": { "name": "librabbitmq4-0.11.0-2.3.aarch64", "product_id": "librabbitmq4-0.11.0-2.3.aarch64" } }, { "category": "product_version", "name": "rabbitmq-c-tools-0.11.0-2.3.aarch64", "product": { "name": "rabbitmq-c-tools-0.11.0-2.3.aarch64", "product_id": "rabbitmq-c-tools-0.11.0-2.3.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-devel-0.11.0-2.3.ppc64le", "product": { "name": "librabbitmq-devel-0.11.0-2.3.ppc64le", "product_id": "librabbitmq-devel-0.11.0-2.3.ppc64le" } }, { "category": "product_version", "name": "librabbitmq4-0.11.0-2.3.ppc64le", "product": { "name": "librabbitmq4-0.11.0-2.3.ppc64le", "product_id": "librabbitmq4-0.11.0-2.3.ppc64le" } }, { "category": "product_version", "name": "rabbitmq-c-tools-0.11.0-2.3.ppc64le", "product": { "name": "rabbitmq-c-tools-0.11.0-2.3.ppc64le", "product_id": "rabbitmq-c-tools-0.11.0-2.3.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-devel-0.11.0-2.3.s390x", "product": { "name": "librabbitmq-devel-0.11.0-2.3.s390x", "product_id": "librabbitmq-devel-0.11.0-2.3.s390x" } }, { "category": "product_version", "name": "librabbitmq4-0.11.0-2.3.s390x", "product": { "name": "librabbitmq4-0.11.0-2.3.s390x", "product_id": "librabbitmq4-0.11.0-2.3.s390x" } }, { "category": "product_version", "name": "rabbitmq-c-tools-0.11.0-2.3.s390x", "product": { "name": "rabbitmq-c-tools-0.11.0-2.3.s390x", "product_id": "rabbitmq-c-tools-0.11.0-2.3.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "librabbitmq-devel-0.11.0-2.3.x86_64", "product": { "name": "librabbitmq-devel-0.11.0-2.3.x86_64", "product_id": "librabbitmq-devel-0.11.0-2.3.x86_64" } }, { "category": "product_version", "name": "librabbitmq4-0.11.0-2.3.x86_64", "product": { "name": "librabbitmq4-0.11.0-2.3.x86_64", "product_id": "librabbitmq4-0.11.0-2.3.x86_64" } }, { "category": "product_version", "name": "rabbitmq-c-tools-0.11.0-2.3.x86_64", "product": { "name": "rabbitmq-c-tools-0.11.0-2.3.x86_64", "product_id": "rabbitmq-c-tools-0.11.0-2.3.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0.11.0-2.3.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:librabbitmq-devel-0.11.0-2.3.aarch64" }, "product_reference": "librabbitmq-devel-0.11.0-2.3.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0.11.0-2.3.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:librabbitmq-devel-0.11.0-2.3.ppc64le" }, "product_reference": "librabbitmq-devel-0.11.0-2.3.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0.11.0-2.3.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:librabbitmq-devel-0.11.0-2.3.s390x" }, "product_reference": "librabbitmq-devel-0.11.0-2.3.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq-devel-0.11.0-2.3.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:librabbitmq-devel-0.11.0-2.3.x86_64" }, "product_reference": "librabbitmq-devel-0.11.0-2.3.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq4-0.11.0-2.3.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:librabbitmq4-0.11.0-2.3.aarch64" }, "product_reference": "librabbitmq4-0.11.0-2.3.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq4-0.11.0-2.3.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:librabbitmq4-0.11.0-2.3.ppc64le" }, "product_reference": "librabbitmq4-0.11.0-2.3.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq4-0.11.0-2.3.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:librabbitmq4-0.11.0-2.3.s390x" }, "product_reference": "librabbitmq4-0.11.0-2.3.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "librabbitmq4-0.11.0-2.3.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:librabbitmq4-0.11.0-2.3.x86_64" }, "product_reference": "librabbitmq4-0.11.0-2.3.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "rabbitmq-c-tools-0.11.0-2.3.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:rabbitmq-c-tools-0.11.0-2.3.aarch64" }, "product_reference": "rabbitmq-c-tools-0.11.0-2.3.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "rabbitmq-c-tools-0.11.0-2.3.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:rabbitmq-c-tools-0.11.0-2.3.ppc64le" }, "product_reference": "rabbitmq-c-tools-0.11.0-2.3.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "rabbitmq-c-tools-0.11.0-2.3.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:rabbitmq-c-tools-0.11.0-2.3.s390x" }, "product_reference": "rabbitmq-c-tools-0.11.0-2.3.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "rabbitmq-c-tools-0.11.0-2.3.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:rabbitmq-c-tools-0.11.0-2.3.x86_64" }, "product_reference": "rabbitmq-c-tools-0.11.0-2.3.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-18609", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-18609" } ], "notes": [ { "category": "general", "text": "An issue was discovered in amqp_handle_input in amqp_connection.c in rabbitmq-c 0.9.0. There is an integer overflow that leads to heap memory corruption in the handling of CONNECTION_STATE_HEADER. A rogue server could return a malicious frame header that leads to a smaller target_size value than needed. This condition is then carried on to a memcpy function that copies too much data into a heap buffer.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:librabbitmq-devel-0.11.0-2.3.aarch64", "openSUSE Tumbleweed:librabbitmq-devel-0.11.0-2.3.ppc64le", "openSUSE Tumbleweed:librabbitmq-devel-0.11.0-2.3.s390x", "openSUSE Tumbleweed:librabbitmq-devel-0.11.0-2.3.x86_64", "openSUSE Tumbleweed:librabbitmq4-0.11.0-2.3.aarch64", "openSUSE Tumbleweed:librabbitmq4-0.11.0-2.3.ppc64le", "openSUSE Tumbleweed:librabbitmq4-0.11.0-2.3.s390x", "openSUSE Tumbleweed:librabbitmq4-0.11.0-2.3.x86_64", "openSUSE Tumbleweed:rabbitmq-c-tools-0.11.0-2.3.aarch64", "openSUSE Tumbleweed:rabbitmq-c-tools-0.11.0-2.3.ppc64le", "openSUSE Tumbleweed:rabbitmq-c-tools-0.11.0-2.3.s390x", "openSUSE Tumbleweed:rabbitmq-c-tools-0.11.0-2.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-18609", "url": "https://www.suse.com/security/cve/CVE-2019-18609" } ], "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 Tumbleweed:librabbitmq-devel-0.11.0-2.3.aarch64", "openSUSE Tumbleweed:librabbitmq-devel-0.11.0-2.3.ppc64le", "openSUSE Tumbleweed:librabbitmq-devel-0.11.0-2.3.s390x", "openSUSE Tumbleweed:librabbitmq-devel-0.11.0-2.3.x86_64", "openSUSE Tumbleweed:librabbitmq4-0.11.0-2.3.aarch64", "openSUSE Tumbleweed:librabbitmq4-0.11.0-2.3.ppc64le", "openSUSE Tumbleweed:librabbitmq4-0.11.0-2.3.s390x", "openSUSE Tumbleweed:librabbitmq4-0.11.0-2.3.x86_64", "openSUSE Tumbleweed:rabbitmq-c-tools-0.11.0-2.3.aarch64", "openSUSE Tumbleweed:rabbitmq-c-tools-0.11.0-2.3.ppc64le", "openSUSE Tumbleweed:rabbitmq-c-tools-0.11.0-2.3.s390x", "openSUSE Tumbleweed:rabbitmq-c-tools-0.11.0-2.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:librabbitmq-devel-0.11.0-2.3.aarch64", "openSUSE Tumbleweed:librabbitmq-devel-0.11.0-2.3.ppc64le", "openSUSE Tumbleweed:librabbitmq-devel-0.11.0-2.3.s390x", "openSUSE Tumbleweed:librabbitmq-devel-0.11.0-2.3.x86_64", "openSUSE Tumbleweed:librabbitmq4-0.11.0-2.3.aarch64", "openSUSE Tumbleweed:librabbitmq4-0.11.0-2.3.ppc64le", "openSUSE Tumbleweed:librabbitmq4-0.11.0-2.3.s390x", "openSUSE Tumbleweed:librabbitmq4-0.11.0-2.3.x86_64", "openSUSE Tumbleweed:rabbitmq-c-tools-0.11.0-2.3.aarch64", "openSUSE Tumbleweed:rabbitmq-c-tools-0.11.0-2.3.ppc64le", "openSUSE Tumbleweed:rabbitmq-c-tools-0.11.0-2.3.s390x", "openSUSE Tumbleweed:rabbitmq-c-tools-0.11.0-2.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2019-18609" } ] }
gsd-2019-18609
Vulnerability from gsd
{ "GSD": { "alias": "CVE-2019-18609", "description": "An issue was discovered in amqp_handle_input in amqp_connection.c in rabbitmq-c 0.9.0. There is an integer overflow that leads to heap memory corruption in the handling of CONNECTION_STATE_HEADER. A rogue server could return a malicious frame header that leads to a smaller target_size value than needed. This condition is then carried on to a memcpy function that copies too much data into a heap buffer.", "id": "GSD-2019-18609", "references": [ "https://www.suse.com/security/cve/CVE-2019-18609.html", "https://access.redhat.com/errata/RHSA-2020:4445", "https://access.redhat.com/errata/RHSA-2020:3949", "https://ubuntu.com/security/CVE-2019-18609", "https://alas.aws.amazon.com/cve/html/CVE-2019-18609.html", "https://linux.oracle.com/cve/CVE-2019-18609.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2019-18609" ], "details": "An issue was discovered in amqp_handle_input in amqp_connection.c in rabbitmq-c 0.9.0. There is an integer overflow that leads to heap memory corruption in the handling of CONNECTION_STATE_HEADER. A rogue server could return a malicious frame header that leads to a smaller target_size value than needed. This condition is then carried on to a memcpy function that copies too much data into a heap buffer.", "id": "GSD-2019-18609", "modified": "2023-12-13T01:23:50.240674Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2019-18609", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "An issue was discovered in amqp_handle_input in amqp_connection.c in rabbitmq-c 0.9.0. There is an integer overflow that leads to heap memory corruption in the handling of CONNECTION_STATE_HEADER. A rogue server could return a malicious frame header that leads to a smaller target_size value than needed. This condition is then carried on to a memcpy function that copies too much data into a heap buffer." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/alanxz/rabbitmq-c/blob/master/ChangeLog.md", "refsource": "MISC", "url": "https://github.com/alanxz/rabbitmq-c/blob/master/ChangeLog.md" }, { "name": "https://github.com/alanxz/rabbitmq-c/commit/fc85be7123050b91b054e45b91c78d3241a5047a", "refsource": "CONFIRM", "url": "https://github.com/alanxz/rabbitmq-c/commit/fc85be7123050b91b054e45b91c78d3241a5047a" }, { "name": "https://news.ycombinator.com/item?id=21681976", "refsource": "MISC", "url": "https://news.ycombinator.com/item?id=21681976" }, { "name": "USN-4214-1", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/4214-1/" }, { "name": "[debian-lts-announce] 20191206 [SECURITY] [DLA 2022-1] librabbitmq security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2019/12/msg00004.html" }, { "name": "FEDORA-2019-dd7c8f5435", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WA7CPNVYMF6OQNIYNLWUY6U2GTKFOKH3/" }, { "name": "FEDORA-2019-8730b65158", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XQER6XTKYMHNQR7QTHW7DJAH645WQROU/" }, { "name": "USN-4214-2", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/4214-2/" }, { "name": "GLSA-202003-07", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202003-07" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:rabbitmq-c_project:rabbitmq-c:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "0.10.0", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:30:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:esm:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:19.04:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:19.10:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2019-18609" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "An issue was discovered in amqp_handle_input in amqp_connection.c in rabbitmq-c 0.9.0. There is an integer overflow that leads to heap memory corruption in the handling of CONNECTION_STATE_HEADER. A rogue server could return a malicious frame header that leads to a smaller target_size value than needed. This condition is then carried on to a memcpy function that copies too much data into a heap buffer." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-787" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/alanxz/rabbitmq-c/commit/fc85be7123050b91b054e45b91c78d3241a5047a", "refsource": "CONFIRM", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/alanxz/rabbitmq-c/commit/fc85be7123050b91b054e45b91c78d3241a5047a" }, { "name": "https://github.com/alanxz/rabbitmq-c/blob/master/ChangeLog.md", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://github.com/alanxz/rabbitmq-c/blob/master/ChangeLog.md" }, { "name": "https://news.ycombinator.com/item?id=21681976", "refsource": "MISC", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://news.ycombinator.com/item?id=21681976" }, { "name": "USN-4214-1", "refsource": "UBUNTU", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4214-1/" }, { "name": "[debian-lts-announce] 20191206 [SECURITY] [DLA 2022-1] librabbitmq security update", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2019/12/msg00004.html" }, { "name": "FEDORA-2019-dd7c8f5435", "refsource": "FEDORA", "tags": [ "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WA7CPNVYMF6OQNIYNLWUY6U2GTKFOKH3/" }, { "name": "FEDORA-2019-8730b65158", "refsource": "FEDORA", "tags": [ "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XQER6XTKYMHNQR7QTHW7DJAH645WQROU/" }, { "name": "USN-4214-2", "refsource": "UBUNTU", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4214-2/" }, { "name": "GLSA-202003-07", "refsource": "GENTOO", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202003-07" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "HIGH", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 5.9 } }, "lastModifiedDate": "2022-01-01T20:06Z", "publishedDate": "2019-12-01T22:15Z" } } }
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.