Action not permitted
Modal body text goes here.
cve-2023-3341
Vulnerability from cvelistv5
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T06:55:03.179Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "CVE-2023-3341", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://kb.isc.org/docs/cve-2023-3341" }, { "tags": [ "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2023/09/20/2" }, { "tags": [ "x_transferred" ], "url": "https://www.debian.org/security/2023/dsa-5504" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IPJLLTJCSDJJII7IIZPLTBQNWP7MZH7F/" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U35OARLQCPMVCBBPHWBXY5M6XJLD2TZ5/" }, { "tags": [ "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20231013-0003/" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VSK5V4W4OHPM3JTJGWAQD6CZW7SFD75B/" }, { "tags": [ "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2024/01/msg00021.html" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "BIND 9", "vendor": "ISC", "versions": [ { "lessThanOrEqual": "9.16.43", "status": "affected", "version": "9.2.0", "versionType": "custom" }, { "lessThanOrEqual": "9.18.18", "status": "affected", "version": "9.18.0", "versionType": "custom" }, { "lessThanOrEqual": "9.19.16", "status": "affected", "version": "9.19.0", "versionType": "custom" }, { "lessThanOrEqual": "9.16.43-S1", "status": "affected", "version": "9.9.3-S1", "versionType": "custom" }, { "lessThanOrEqual": "9.18.18-S1", "status": "affected", "version": "9.18.0-S1", "versionType": "custom" } ] } ], "credits": [ { "lang": "en", "value": "ISC would like to thank Eric Sesterhenn from X41 D-Sec GmbH for bringing this vulnerability to our attention." } ], "datePublic": "2023-09-20T00:00:00Z", "descriptions": [ { "lang": "en", "value": "The code that processes control channel messages sent to `named` calls certain functions recursively during packet parsing. Recursion depth is only limited by the maximum accepted packet size; depending on the environment, this may cause the packet-parsing code to run out of available stack memory, causing `named` to terminate unexpectedly. Since each incoming control channel message is fully parsed before its contents are authenticated, exploiting this flaw does not require the attacker to hold a valid RNDC key; only network access to the control channel\u0027s configured TCP port is necessary.\nThis issue affects BIND 9 versions 9.2.0 through 9.16.43, 9.18.0 through 9.18.18, 9.19.0 through 9.19.16, 9.9.3-S1 through 9.16.43-S1, and 9.18.0-S1 through 9.18.18-S1." } ], "exploits": [ { "lang": "en", "value": "We are not aware of any active exploits." } ], "impacts": [ { "descriptions": [ { "lang": "en", "value": "By sending a specially crafted message over the control channel, an attacker can cause the packet-parsing code to run out of available stack memory, causing `named` to terminate unexpectedly. However, the attack only works in environments where the stack size available to each process/thread is small enough; the exact threshold depends on multiple factors and is therefore impossible to specify universally." } ] } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" } } ], "providerMetadata": { "dateUpdated": "2023-09-20T12:32:03.073Z", "orgId": "404fd4d2-a609-4245-b543-2c944a302a22", "shortName": "isc" }, "references": [ { "name": "CVE-2023-3341", "tags": [ "vendor-advisory" ], "url": "https://kb.isc.org/docs/cve-2023-3341" }, { "url": "http://www.openwall.com/lists/oss-security/2023/09/20/2" }, { "url": "https://www.debian.org/security/2023/dsa-5504" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IPJLLTJCSDJJII7IIZPLTBQNWP7MZH7F/" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U35OARLQCPMVCBBPHWBXY5M6XJLD2TZ5/" }, { "url": "https://security.netapp.com/advisory/ntap-20231013-0003/" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VSK5V4W4OHPM3JTJGWAQD6CZW7SFD75B/" }, { "url": "https://lists.debian.org/debian-lts-announce/2024/01/msg00021.html" } ], "solutions": [ { "lang": "en", "value": "Upgrade to the patched release most closely related to your current version of BIND 9: 9.16.44, 9.18.19, 9.19.17, 9.16.44-S1, or 9.18.19-S1." } ], "source": { "discovery": "EXTERNAL" }, "title": "A stack exhaustion flaw in control channel code may cause named to terminate unexpectedly", "workarounds": [ { "lang": "en", "value": "By default, `named` only allows control-channel connections over the loopback interface, making this attack impossible to carry out over the network. When enabling remote access to the control channel\u0027s configured TCP port, care should be taken to limit such access to trusted IP ranges on the network level, effectively preventing unauthorized parties from carrying out the attack described in this advisory." } ] } }, "cveMetadata": { "assignerOrgId": "404fd4d2-a609-4245-b543-2c944a302a22", "assignerShortName": "isc", "cveId": "CVE-2023-3341", "datePublished": "2023-09-20T12:32:03.073Z", "dateReserved": "2023-06-20T16:19:13.104Z", "dateUpdated": "2024-08-02T06:55:03.179Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2023-3341\",\"sourceIdentifier\":\"security-officer@isc.org\",\"published\":\"2023-09-20T13:15:11.770\",\"lastModified\":\"2024-02-16T18:39:05.933\",\"vulnStatus\":\"Analyzed\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"The code that processes control channel messages sent to `named` calls certain functions recursively during packet parsing. Recursion depth is only limited by the maximum accepted packet size; depending on the environment, this may cause the packet-parsing code to run out of available stack memory, causing `named` to terminate unexpectedly. Since each incoming control channel message is fully parsed before its contents are authenticated, exploiting this flaw does not require the attacker to hold a valid RNDC key; only network access to the control channel\u0027s configured TCP port is necessary.\\nThis issue affects BIND 9 versions 9.2.0 through 9.16.43, 9.18.0 through 9.18.18, 9.19.0 through 9.19.16, 9.9.3-S1 through 9.16.43-S1, and 9.18.0-S1 through 9.18.18-S1.\"},{\"lang\":\"es\",\"value\":\"El c\u00f3digo que procesa los mensajes del canal de control enviados a \\\"named\\\" llama a ciertas funciones de forma recursiva durante el an\u00e1lisis de paquetes. La profundidad de la recursividad s\u00f3lo est\u00e1 limitada por el tama\u00f1o m\u00e1ximo de paquete aceptado; Dependiendo del entorno, esto puede provocar que el c\u00f3digo de an\u00e1lisis de paquetes se quede sin memoria disponible, lo que provocar\u00e1 que \\\"named\\\" finalice inesperadamente. Dado que cada mensaje entrante del canal de control se analiza completamente antes de autenticar su contenido, explotar esta falla no requiere que el atacante tenga una clave RNDC v\u00e1lida; s\u00f3lo es necesario el acceso de red al puerto TCP configurado del canal de control. Este problema afecta a las versiones de BIND 9, 9.2.0 a 9.16.43, 9.18.0 a 9.18.18, 9.19.0 a 9.19.16, 9.9.3-S1 a 9.16.43-S1 y 9.18.0-S1 a 9.18. .18-S1.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-officer@isc.org\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"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:isc:bind:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"9.2.0\",\"versionEndExcluding\":\"9.16.44\",\"matchCriteriaId\":\"322EA0C2-84E3-4D3E-A9DE-F02A933D6B2A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"9.18.0\",\"versionEndExcluding\":\"9.18.19\",\"matchCriteriaId\":\"0A49C866-6171-4FF1-876F-9B31BF10296C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"9.19.0\",\"versionEndExcluding\":\"9.19.17\",\"matchCriteriaId\":\"AF9DB43A-47CA-496E-8EF9-2F0C34A6E8E5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.9.3:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"40EE014B-0CD8-45F3-BEDB-AE6368A78B04\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.9.12:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"DAF8FA8C-0526-4389-AEC6-92AD62AA3929\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.9.13:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"1A9BA952-A5DF-4CBA-8928-0B373C013C32\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.10.5:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"CAD41122-C5D8-4256-8CB7-FF88DCD96A13\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.10.7:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"6243685F-1E5B-4FF6-AE1B-44798032FBA6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.11.3:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"C2FE13E1-0646-46FC-875B-CB4C34E20101\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.11.3:s4:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"39995ADF-74CC-4035-ADB2-010F676FCEC7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.11.4:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"37F4F055-5DE3-45FC-82DE-E17679E7B939\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.11.5:s3:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"1AA16E51-819C-4A1B-B66E-1C60C1782C0D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.11.5:s5:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"91533F9F-C0E5-4E84-8A4C-F744F956BF97\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.11.5:s6:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"46E6A4BD-D69B-4A70-821D-5612DD1315EF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.11.6:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"8AF9D390-0D5B-4963-A2D3-BF1E7CD95E9D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.11.7:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"AB2B92F1-6BA8-41CA-9000-E0633462CC28\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.11.8:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"02CA4635-7DFC-408E-A837-856E0F96CA1B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.11.12:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"3CABCB08-B838-45F7-AA87-77C6B8767DD0\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.11.21:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"5CC1F26C-4757-4C87-BD8B-2FA456A88C6F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.11.27:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"582A4948-B64F-45D4-807A-846A85BB6B42\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.11.29:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"F22E7F6A-0714-480D-ACDF-5027FD6697B2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.11.35:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"255AEB06-F071-4433-93E5-9436086C1A6D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.11.37:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"EF14D712-5FCF-492F-BE3E-745109E9D6E5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.16.8:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"288EAD80-574B-4839-9C2C-81D6D088A733\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.16.11:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"3595F024-F910-4356-8B5B-D478960FF574\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.16.12:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"1B20F152-D0C3-4F07-83B3-5EA6B116F005\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.16.13:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"94661BA2-27F8-4FFE-B844-9404F735579D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.16.14:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"53593603-E2AF-4925-A6E6-109F097A0FF2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.16.21:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"751E37C2-8BFD-4306-95C1-8C01CE495FA4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.16.32:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"CC432820-F1A2-4132-A673-2620119553C5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.16.36:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"F70347F2-6750-4497-B8F4-2036F4F4443A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.16.43:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"A4B53B73-DB81-4AC1-A4E6-89BB305D6514\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.18.0:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"22F7108A-73F1-4950-B2C8-AB56C1D4DAC5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:isc:bind:9.18.18:s1:*:*:supported_preview:*:*:*\",\"matchCriteriaId\":\"0233AEF2-9911-48AE-AE97-F217E3337AAF\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E30D0E6F-4AE8-4284-8716-991DFA48CC5D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CC559B26-5DFC-4B7A-A27C-B77DE755DFF9\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2023/09/20/2\",\"source\":\"security-officer@isc.org\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://kb.isc.org/docs/cve-2023-3341\",\"source\":\"security-officer@isc.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/01/msg00021.html\",\"source\":\"security-officer@isc.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IPJLLTJCSDJJII7IIZPLTBQNWP7MZH7F/\",\"source\":\"security-officer@isc.org\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U35OARLQCPMVCBBPHWBXY5M6XJLD2TZ5/\",\"source\":\"security-officer@isc.org\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VSK5V4W4OHPM3JTJGWAQD6CZW7SFD75B/\",\"source\":\"security-officer@isc.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20231013-0003/\",\"source\":\"security-officer@isc.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2023/dsa-5504\",\"source\":\"security-officer@isc.org\",\"tags\":[\"Third Party Advisory\"]}]}}" } }
rhsa-2023_5690
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "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 bind is now available for Red Hat Enterprise Linux 9.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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 Berkeley Internet Name Domain (BIND) is an implementation of the Domain Name System (DNS) protocols. BIND includes a DNS server (named); a resolver library (routines for applications to use when interfacing with DNS); and tools for verifying that the DNS server is operating correctly.\n\nSecurity Fix(es):\n\n* bind: stack exhaustion in control channel code may lead to DoS (CVE-2023-3341)\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.", "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-2023:5690", "url": "https://access.redhat.com/errata/RHSA-2023:5690" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2239621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239621" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5690.json" } ], "title": "Red Hat Security Advisory: bind security update", "tracking": { "current_release_date": "2024-11-06T03:49:49+00:00", "generator": { "date": "2024-11-06T03:49:49+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:5690", "initial_release_date": "2023-10-12T14:58:37+00:00", "revision_history": [ { "date": "2023-10-12T14:58:37+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-10-12T14:58:37+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:49:49+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 AppStream EUS (v.9.0)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.0::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder EUS (v.9.0)", "product": { "name": "Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.0::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.16.23-1.el9_0.3.src", "product": { "name": "bind-32:9.16.23-1.el9_0.3.src", "product_id": "bind-32:9.16.23-1.el9_0.3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.16.23-1.el9_0.3?arch=src\u0026epoch=32" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.16.23-1.el9_0.3.aarch64", "product": { "name": "bind-32:9.16.23-1.el9_0.3.aarch64", "product_id": "bind-32:9.16.23-1.el9_0.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.16.23-1.el9_0.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.16.23-1.el9_0.3.aarch64", "product": { "name": "bind-chroot-32:9.16.23-1.el9_0.3.aarch64", "product_id": "bind-chroot-32:9.16.23-1.el9_0.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.16.23-1.el9_0.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.aarch64", "product": { "name": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.aarch64", "product_id": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-dnssec-utils@9.16.23-1.el9_0.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.16.23-1.el9_0.3.aarch64", "product": { "name": "bind-libs-32:9.16.23-1.el9_0.3.aarch64", "product_id": "bind-libs-32:9.16.23-1.el9_0.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.16.23-1.el9_0.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.16.23-1.el9_0.3.aarch64", "product": { "name": "bind-utils-32:9.16.23-1.el9_0.3.aarch64", "product_id": "bind-utils-32:9.16.23-1.el9_0.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.16.23-1.el9_0.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.16.23-1.el9_0.3.aarch64", "product": { "name": "bind-debugsource-32:9.16.23-1.el9_0.3.aarch64", "product_id": "bind-debugsource-32:9.16.23-1.el9_0.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.16.23-1.el9_0.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "product": { "name": "bind-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "product_id": "bind-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.16.23-1.el9_0.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "product": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "product_id": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-dnssec-utils-debuginfo@9.16.23-1.el9_0.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "product": { "name": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "product_id": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.16.23-1.el9_0.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "product": { "name": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "product_id": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.16.23-1.el9_0.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.16.23-1.el9_0.3.aarch64", "product": { "name": "bind-devel-32:9.16.23-1.el9_0.3.aarch64", "product_id": "bind-devel-32:9.16.23-1.el9_0.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.16.23-1.el9_0.3?arch=aarch64\u0026epoch=32" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.16.23-1.el9_0.3.ppc64le", "product": { "name": "bind-32:9.16.23-1.el9_0.3.ppc64le", "product_id": "bind-32:9.16.23-1.el9_0.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.16.23-1.el9_0.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.16.23-1.el9_0.3.ppc64le", "product": { "name": "bind-chroot-32:9.16.23-1.el9_0.3.ppc64le", "product_id": "bind-chroot-32:9.16.23-1.el9_0.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.16.23-1.el9_0.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.ppc64le", "product": { "name": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.ppc64le", "product_id": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-dnssec-utils@9.16.23-1.el9_0.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.16.23-1.el9_0.3.ppc64le", "product": { "name": "bind-libs-32:9.16.23-1.el9_0.3.ppc64le", "product_id": "bind-libs-32:9.16.23-1.el9_0.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.16.23-1.el9_0.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.16.23-1.el9_0.3.ppc64le", "product": { "name": "bind-utils-32:9.16.23-1.el9_0.3.ppc64le", "product_id": "bind-utils-32:9.16.23-1.el9_0.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.16.23-1.el9_0.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.16.23-1.el9_0.3.ppc64le", "product": { "name": "bind-debugsource-32:9.16.23-1.el9_0.3.ppc64le", "product_id": "bind-debugsource-32:9.16.23-1.el9_0.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.16.23-1.el9_0.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "product": { "name": "bind-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "product_id": "bind-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.16.23-1.el9_0.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "product": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "product_id": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-dnssec-utils-debuginfo@9.16.23-1.el9_0.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "product": { "name": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "product_id": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.16.23-1.el9_0.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "product": { "name": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "product_id": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.16.23-1.el9_0.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.16.23-1.el9_0.3.ppc64le", "product": { "name": "bind-devel-32:9.16.23-1.el9_0.3.ppc64le", "product_id": "bind-devel-32:9.16.23-1.el9_0.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.16.23-1.el9_0.3?arch=ppc64le\u0026epoch=32" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.16.23-1.el9_0.3.x86_64", "product": { "name": "bind-32:9.16.23-1.el9_0.3.x86_64", "product_id": "bind-32:9.16.23-1.el9_0.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.16.23-1.el9_0.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.16.23-1.el9_0.3.x86_64", "product": { "name": "bind-chroot-32:9.16.23-1.el9_0.3.x86_64", "product_id": "bind-chroot-32:9.16.23-1.el9_0.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.16.23-1.el9_0.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.x86_64", "product": { "name": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.x86_64", "product_id": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-dnssec-utils@9.16.23-1.el9_0.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.16.23-1.el9_0.3.x86_64", "product": { "name": "bind-libs-32:9.16.23-1.el9_0.3.x86_64", "product_id": "bind-libs-32:9.16.23-1.el9_0.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.16.23-1.el9_0.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.16.23-1.el9_0.3.x86_64", "product": { "name": "bind-utils-32:9.16.23-1.el9_0.3.x86_64", "product_id": "bind-utils-32:9.16.23-1.el9_0.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.16.23-1.el9_0.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.16.23-1.el9_0.3.x86_64", "product": { "name": "bind-debugsource-32:9.16.23-1.el9_0.3.x86_64", "product_id": "bind-debugsource-32:9.16.23-1.el9_0.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.16.23-1.el9_0.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "product": { "name": "bind-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "product_id": "bind-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.16.23-1.el9_0.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "product": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "product_id": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-dnssec-utils-debuginfo@9.16.23-1.el9_0.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "product": { "name": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "product_id": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.16.23-1.el9_0.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "product": { "name": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "product_id": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.16.23-1.el9_0.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.16.23-1.el9_0.3.x86_64", "product": { "name": "bind-devel-32:9.16.23-1.el9_0.3.x86_64", "product_id": "bind-devel-32:9.16.23-1.el9_0.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.16.23-1.el9_0.3?arch=x86_64\u0026epoch=32" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.16.23-1.el9_0.3.s390x", "product": { "name": "bind-32:9.16.23-1.el9_0.3.s390x", "product_id": "bind-32:9.16.23-1.el9_0.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.16.23-1.el9_0.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.16.23-1.el9_0.3.s390x", "product": { "name": "bind-chroot-32:9.16.23-1.el9_0.3.s390x", "product_id": "bind-chroot-32:9.16.23-1.el9_0.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.16.23-1.el9_0.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.s390x", "product": { "name": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.s390x", "product_id": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-dnssec-utils@9.16.23-1.el9_0.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.16.23-1.el9_0.3.s390x", "product": { "name": "bind-libs-32:9.16.23-1.el9_0.3.s390x", "product_id": "bind-libs-32:9.16.23-1.el9_0.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.16.23-1.el9_0.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.16.23-1.el9_0.3.s390x", "product": { "name": "bind-utils-32:9.16.23-1.el9_0.3.s390x", "product_id": "bind-utils-32:9.16.23-1.el9_0.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.16.23-1.el9_0.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.16.23-1.el9_0.3.s390x", "product": { "name": "bind-debugsource-32:9.16.23-1.el9_0.3.s390x", "product_id": "bind-debugsource-32:9.16.23-1.el9_0.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.16.23-1.el9_0.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.16.23-1.el9_0.3.s390x", "product": { "name": "bind-debuginfo-32:9.16.23-1.el9_0.3.s390x", "product_id": "bind-debuginfo-32:9.16.23-1.el9_0.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.16.23-1.el9_0.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "product": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "product_id": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-dnssec-utils-debuginfo@9.16.23-1.el9_0.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.s390x", "product": { "name": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.s390x", "product_id": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.16.23-1.el9_0.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "product": { "name": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "product_id": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.16.23-1.el9_0.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.16.23-1.el9_0.3.s390x", "product": { "name": "bind-devel-32:9.16.23-1.el9_0.3.s390x", "product_id": "bind-devel-32:9.16.23-1.el9_0.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.16.23-1.el9_0.3?arch=s390x\u0026epoch=32" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "bind-dnssec-doc-32:9.16.23-1.el9_0.3.noarch", "product": { "name": "bind-dnssec-doc-32:9.16.23-1.el9_0.3.noarch", "product_id": "bind-dnssec-doc-32:9.16.23-1.el9_0.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-dnssec-doc@9.16.23-1.el9_0.3?arch=noarch\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-license-32:9.16.23-1.el9_0.3.noarch", "product": { "name": "bind-license-32:9.16.23-1.el9_0.3.noarch", "product_id": "bind-license-32:9.16.23-1.el9_0.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-license@9.16.23-1.el9_0.3?arch=noarch\u0026epoch=32" } } }, { "category": "product_version", "name": "python3-bind-32:9.16.23-1.el9_0.3.noarch", "product": { "name": "python3-bind-32:9.16.23-1.el9_0.3.noarch", "product_id": "python3-bind-32:9.16.23-1.el9_0.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-bind@9.16.23-1.el9_0.3?arch=noarch\u0026epoch=32" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "bind-devel-32:9.16.23-1.el9_0.3.i686", "product": { "name": "bind-devel-32:9.16.23-1.el9_0.3.i686", "product_id": "bind-devel-32:9.16.23-1.el9_0.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.16.23-1.el9_0.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.16.23-1.el9_0.3.i686", "product": { "name": "bind-libs-32:9.16.23-1.el9_0.3.i686", "product_id": "bind-libs-32:9.16.23-1.el9_0.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.16.23-1.el9_0.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.16.23-1.el9_0.3.i686", "product": { "name": "bind-debugsource-32:9.16.23-1.el9_0.3.i686", "product_id": "bind-debugsource-32:9.16.23-1.el9_0.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.16.23-1.el9_0.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.16.23-1.el9_0.3.i686", "product": { "name": "bind-debuginfo-32:9.16.23-1.el9_0.3.i686", "product_id": "bind-debuginfo-32:9.16.23-1.el9_0.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.16.23-1.el9_0.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "product": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "product_id": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-dnssec-utils-debuginfo@9.16.23-1.el9_0.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.i686", "product": { "name": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.i686", "product_id": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.16.23-1.el9_0.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "product": { "name": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "product_id": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.16.23-1.el9_0.3?arch=i686\u0026epoch=32" } } } ], "category": "architecture", "name": "i686" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.16.23-1.el9_0.3.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.src" }, "product_reference": "bind-32:9.16.23-1.el9_0.3.src", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-chroot-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-chroot-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-chroot-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-chroot-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.16.23-1.el9_0.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.i686" }, "product_reference": "bind-debuginfo-32:9.16.23-1.el9_0.3.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-debuginfo-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-debugsource-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.16.23-1.el9_0.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.i686" }, "product_reference": "bind-debugsource-32:9.16.23-1.el9_0.3.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-debugsource-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-debugsource-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-debugsource-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-devel-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.16.23-1.el9_0.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.i686" }, "product_reference": "bind-devel-32:9.16.23-1.el9_0.3.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-devel-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-devel-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-devel-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-doc-32:9.16.23-1.el9_0.3.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-dnssec-doc-32:9.16.23-1.el9_0.3.noarch" }, "product_reference": "bind-dnssec-doc-32:9.16.23-1.el9_0.3.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.i686" }, "product_reference": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-libs-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.16.23-1.el9_0.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.i686" }, "product_reference": "bind-libs-32:9.16.23-1.el9_0.3.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-libs-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-libs-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-libs-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.i686" }, "product_reference": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.16.23-1.el9_0.3.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-license-32:9.16.23-1.el9_0.3.noarch" }, "product_reference": "bind-license-32:9.16.23-1.el9_0.3.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-utils-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-utils-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-utils-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-utils-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.i686" }, "product_reference": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.16.23-1.el9_0.3.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:python3-bind-32:9.16.23-1.el9_0.3.noarch" }, "product_reference": "python3-bind-32:9.16.23-1.el9_0.3.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.16.23-1.el9_0.3.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.src" }, "product_reference": "bind-32:9.16.23-1.el9_0.3.src", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-chroot-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-chroot-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-chroot-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-chroot-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.16.23-1.el9_0.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.i686" }, "product_reference": "bind-debuginfo-32:9.16.23-1.el9_0.3.i686", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-debuginfo-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-debugsource-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.16.23-1.el9_0.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.i686" }, "product_reference": "bind-debugsource-32:9.16.23-1.el9_0.3.i686", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-debugsource-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-debugsource-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-debugsource-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-devel-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.16.23-1.el9_0.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.i686" }, "product_reference": "bind-devel-32:9.16.23-1.el9_0.3.i686", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-devel-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-devel-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-devel-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-doc-32:9.16.23-1.el9_0.3.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-dnssec-doc-32:9.16.23-1.el9_0.3.noarch" }, "product_reference": "bind-dnssec-doc-32:9.16.23-1.el9_0.3.noarch", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-dnssec-utils-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.i686" }, "product_reference": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-libs-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.16.23-1.el9_0.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.i686" }, "product_reference": "bind-libs-32:9.16.23-1.el9_0.3.i686", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-libs-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-libs-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-libs-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.i686" }, "product_reference": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.i686", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.16.23-1.el9_0.3.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-license-32:9.16.23-1.el9_0.3.noarch" }, "product_reference": "bind-license-32:9.16.23-1.el9_0.3.noarch", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-utils-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-utils-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-utils-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-utils-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64" }, "product_reference": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.i686" }, "product_reference": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le" }, "product_reference": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x" }, "product_reference": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.16.23-1.el9_0.3.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)", "product_id": "CRB-9.0.0.Z.EUS:python3-bind-32:9.16.23-1.el9_0.3.noarch" }, "product_reference": "python3-bind-32:9.16.23-1.el9_0.3.noarch", "relates_to_product_reference": "CRB-9.0.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-3341", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239621" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Bind package. The code that processes control channel messages sent to named calls certain functions recursively during packet parsing. Recursion depth is only limited by the maximum accepted packet size. Depending on the environment, this may cause the packet-parsing code to run out of available stack memory, causing named to terminate unexpectedly.", "title": "Vulnerability description" }, { "category": "summary", "text": "bind: stack exhaustion in control channel code may lead to DoS", "title": "Vulnerability summary" }, { "category": "other", "text": "Since each incoming control channel message is fully parsed before its contents are authenticated, exploiting this flaw does not require the attacker to hold a valid RNDC key, only network access to the control channel\u2019s configured TCP port is necessary.", "title": "Statement" }, { "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": [ "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.src", "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-dnssec-doc-32:9.16.23-1.el9_0.3.noarch", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-license-32:9.16.23-1.el9_0.3.noarch", "AppStream-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:python3-bind-32:9.16.23-1.el9_0.3.noarch", "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.src", "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-dnssec-doc-32:9.16.23-1.el9_0.3.noarch", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-license-32:9.16.23-1.el9_0.3.noarch", "CRB-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:python3-bind-32:9.16.23-1.el9_0.3.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3341" }, { "category": "external", "summary": "RHBZ#2239621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239621" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3341", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3341" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341" } ], "release_date": "2023-09-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-12T14:58:37+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\n\nAfter installing the update, the BIND daemon (named) will be restarted automatically.", "product_ids": [ "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.src", "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-dnssec-doc-32:9.16.23-1.el9_0.3.noarch", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-license-32:9.16.23-1.el9_0.3.noarch", "AppStream-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:python3-bind-32:9.16.23-1.el9_0.3.noarch", "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.src", "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-dnssec-doc-32:9.16.23-1.el9_0.3.noarch", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-license-32:9.16.23-1.el9_0.3.noarch", "CRB-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:python3-bind-32:9.16.23-1.el9_0.3.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5690" }, { "category": "workaround", "details": "By default, named only allows control-channel connections over the loopback interface, making this attack impossible to carry out over the network. When enabling remote access to the control channel\u2019s configured TCP port, care should be taken to limit such access to trusted IP ranges on the network level, effectively preventing unauthorized parties from carrying out the attack described in this advisory.", "product_ids": [ "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.src", "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-dnssec-doc-32:9.16.23-1.el9_0.3.noarch", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-license-32:9.16.23-1.el9_0.3.noarch", "AppStream-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:python3-bind-32:9.16.23-1.el9_0.3.noarch", "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.src", "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-dnssec-doc-32:9.16.23-1.el9_0.3.noarch", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-license-32:9.16.23-1.el9_0.3.noarch", "CRB-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:python3-bind-32:9.16.23-1.el9_0.3.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.src", "AppStream-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-dnssec-doc-32:9.16.23-1.el9_0.3.noarch", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-license-32:9.16.23-1.el9_0.3.noarch", "AppStream-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "AppStream-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "AppStream-9.0.0.Z.EUS:python3-bind-32:9.16.23-1.el9_0.3.noarch", "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.src", "CRB-9.0.0.Z.EUS:bind-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-chroot-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-debugsource-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-devel-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-dnssec-doc-32:9.16.23-1.el9_0.3.noarch", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-libs-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-libs-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-license-32:9.16.23-1.el9_0.3.noarch", "CRB-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-utils-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.aarch64", "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.i686", "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.ppc64le", "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.s390x", "CRB-9.0.0.Z.EUS:bind-utils-debuginfo-32:9.16.23-1.el9_0.3.x86_64", "CRB-9.0.0.Z.EUS:python3-bind-32:9.16.23-1.el9_0.3.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "bind: stack exhaustion in control channel code may lead to DoS" } ] }
rhsa-2023_5473
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "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 bind is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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 Berkeley Internet Name Domain (BIND) is an implementation of the Domain Name System (DNS) protocols. BIND includes a DNS server (named); a resolver library (routines for applications to use when interfacing with DNS); and tools for verifying that the DNS server is operating correctly.\n\nSecurity Fix(es):\n\n* bind: stack exhaustion in control channel code may lead to DoS (CVE-2023-3341)\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.", "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-2023:5473", "url": "https://access.redhat.com/errata/RHSA-2023:5473" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2239621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239621" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5473.json" } ], "title": "Red Hat Security Advisory: bind security update", "tracking": { "current_release_date": "2024-11-06T03:46:26+00:00", "generator": { "date": "2024-11-06T03:46:26+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:5473", "initial_release_date": "2023-10-05T14:36:14+00:00", "revision_history": [ { "date": "2023-10-05T14:36:14+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-10-05T14:36:14+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:46:26+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 AppStream EUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:8.6::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.11.36-3.el8_6.5.src", "product": { "name": "bind-32:9.11.36-3.el8_6.5.src", "product_id": "bind-32:9.11.36-3.el8_6.5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.36-3.el8_6.5?arch=src\u0026epoch=32" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "bind-export-devel-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-export-devel-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-export-devel-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-export-libs-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-export-libs-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-debugsource-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-debugsource-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs-debuginfo@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite-debuginfo@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-debuginfo@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs-debuginfo@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils-debuginfo@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-debuginfo@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-chroot-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-chroot-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-devel-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-devel-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-libs-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-libs-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-libs-lite-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-libs-lite-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-lite-devel-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-lite-devel-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-pkcs11-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-pkcs11-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-sdb-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-sdb-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-chroot@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.11.36-3.el8_6.5.aarch64", "product": { "name": "bind-utils-32:9.11.36-3.el8_6.5.aarch64", "product_id": "bind-utils-32:9.11.36-3.el8_6.5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.11.36-3.el8_6.5?arch=aarch64\u0026epoch=32" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bind-export-devel-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-export-devel-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-export-devel-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-export-libs-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-export-libs-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-debugsource-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-debugsource-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs-debuginfo@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite-debuginfo@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-debuginfo@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs-debuginfo@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils-debuginfo@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-debuginfo@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-chroot-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-chroot-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-devel-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-devel-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-libs-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-libs-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-libs-lite-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-libs-lite-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-lite-devel-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-lite-devel-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-pkcs11-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-pkcs11-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-sdb-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-sdb-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-chroot@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.11.36-3.el8_6.5.ppc64le", "product": { "name": "bind-utils-32:9.11.36-3.el8_6.5.ppc64le", "product_id": "bind-utils-32:9.11.36-3.el8_6.5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.11.36-3.el8_6.5?arch=ppc64le\u0026epoch=32" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bind-export-devel-32:9.11.36-3.el8_6.5.i686", "product": { "name": "bind-export-devel-32:9.11.36-3.el8_6.5.i686", "product_id": "bind-export-devel-32:9.11.36-3.el8_6.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.36-3.el8_6.5?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.36-3.el8_6.5.i686", "product": { "name": "bind-export-libs-32:9.11.36-3.el8_6.5.i686", "product_id": "bind-export-libs-32:9.11.36-3.el8_6.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.36-3.el8_6.5?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.11.36-3.el8_6.5.i686", "product": { "name": "bind-debugsource-32:9.11.36-3.el8_6.5.i686", "product_id": "bind-debugsource-32:9.11.36-3.el8_6.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.11.36-3.el8_6.5?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.36-3.el8_6.5.i686", "product": { "name": "bind-debuginfo-32:9.11.36-3.el8_6.5.i686", "product_id": "bind-debuginfo-32:9.11.36-3.el8_6.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.36-3.el8_6.5?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "product": { "name": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "product_id": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs-debuginfo@9.11.36-3.el8_6.5?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "product": { "name": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "product_id": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.11.36-3.el8_6.5?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.i686", "product": { "name": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.i686", "product_id": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite-debuginfo@9.11.36-3.el8_6.5?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.i686", "product": { "name": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.i686", "product_id": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-debuginfo@9.11.36-3.el8_6.5?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "product": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "product_id": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs-debuginfo@9.11.36-3.el8_6.5?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "product": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "product_id": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils-debuginfo@9.11.36-3.el8_6.5?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.i686", "product": { "name": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.i686", "product_id": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-debuginfo@9.11.36-3.el8_6.5?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "product": { "name": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "product_id": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.11.36-3.el8_6.5?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.36-3.el8_6.5.i686", "product": { "name": "bind-devel-32:9.11.36-3.el8_6.5.i686", "product_id": "bind-devel-32:9.11.36-3.el8_6.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.36-3.el8_6.5?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.36-3.el8_6.5.i686", "product": { "name": "bind-libs-32:9.11.36-3.el8_6.5.i686", "product_id": "bind-libs-32:9.11.36-3.el8_6.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.36-3.el8_6.5?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.36-3.el8_6.5.i686", "product": { "name": "bind-libs-lite-32:9.11.36-3.el8_6.5.i686", "product_id": "bind-libs-lite-32:9.11.36-3.el8_6.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.36-3.el8_6.5?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.36-3.el8_6.5.i686", "product": { "name": "bind-lite-devel-32:9.11.36-3.el8_6.5.i686", "product_id": "bind-lite-devel-32:9.11.36-3.el8_6.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.36-3.el8_6.5?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.i686", "product": { "name": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.i686", "product_id": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.36-3.el8_6.5?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.i686", "product": { "name": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.i686", "product_id": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.36-3.el8_6.5?arch=i686\u0026epoch=32" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "bind-export-devel-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-export-devel-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-export-devel-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-export-libs-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-export-libs-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-debugsource-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-debugsource-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs-debuginfo@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite-debuginfo@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-debuginfo@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs-debuginfo@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils-debuginfo@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-debuginfo@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-chroot-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-chroot-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-devel-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-devel-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-libs-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-libs-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-libs-lite-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-libs-lite-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-lite-devel-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-lite-devel-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-pkcs11-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-pkcs11-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-sdb-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-sdb-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-chroot@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.11.36-3.el8_6.5.x86_64", "product": { "name": "bind-utils-32:9.11.36-3.el8_6.5.x86_64", "product_id": "bind-utils-32:9.11.36-3.el8_6.5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.11.36-3.el8_6.5?arch=x86_64\u0026epoch=32" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "bind-export-devel-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-export-devel-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-export-devel-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-export-libs-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-export-libs-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-debugsource-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-debugsource-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs-debuginfo@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite-debuginfo@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-debuginfo@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs-debuginfo@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils-debuginfo@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-debuginfo@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-chroot-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-chroot-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-devel-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-devel-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-libs-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-libs-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-libs-lite-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-libs-lite-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-lite-devel-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-lite-devel-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-pkcs11-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-pkcs11-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-sdb-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-sdb-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-chroot@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.11.36-3.el8_6.5.s390x", "product": { "name": "bind-utils-32:9.11.36-3.el8_6.5.s390x", "product_id": "bind-utils-32:9.11.36-3.el8_6.5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.11.36-3.el8_6.5?arch=s390x\u0026epoch=32" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "bind-license-32:9.11.36-3.el8_6.5.noarch", "product": { "name": "bind-license-32:9.11.36-3.el8_6.5.noarch", "product_id": "bind-license-32:9.11.36-3.el8_6.5.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-license@9.11.36-3.el8_6.5?arch=noarch\u0026epoch=32" } } }, { "category": "product_version", "name": "python3-bind-32:9.11.36-3.el8_6.5.noarch", "product": { "name": "python3-bind-32:9.11.36-3.el8_6.5.noarch", "product_id": "python3-bind-32:9.11.36-3.el8_6.5.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-bind@9.11.36-3.el8_6.5?arch=noarch\u0026epoch=32" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.36-3.el8_6.5.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.src" }, "product_reference": "bind-32:9.11.36-3.el8_6.5.src", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-chroot-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-chroot-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-chroot-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-chroot-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-debuginfo-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-debuginfo-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-debugsource-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-debugsource-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-debugsource-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-debugsource-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-debugsource-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-devel-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-devel-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-devel-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-devel-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-devel-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-export-devel-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-export-devel-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-export-devel-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-export-devel-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-export-devel-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-export-libs-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-export-libs-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-export-libs-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-export-libs-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-export-libs-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-libs-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-libs-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-libs-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-libs-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-libs-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-libs-lite-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-libs-lite-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-libs-lite-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-libs-lite-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.36-3.el8_6.5.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-license-32:9.11.36-3.el8_6.5.noarch" }, "product_reference": "bind-license-32:9.11.36-3.el8_6.5.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-lite-devel-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-lite-devel-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-lite-devel-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-lite-devel-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-pkcs11-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-pkcs11-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-pkcs11-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-sdb-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-sdb-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-sdb-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-sdb-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-utils-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-utils-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-utils-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-utils-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.11.36-3.el8_6.5.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:python3-bind-32:9.11.36-3.el8_6.5.noarch" }, "product_reference": "python3-bind-32:9.11.36-3.el8_6.5.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.36-3.el8_6.5.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.src" }, "product_reference": "bind-32:9.11.36-3.el8_6.5.src", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-chroot-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-chroot-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-chroot-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-chroot-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-debuginfo-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-debuginfo-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-debugsource-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-debugsource-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-debugsource-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-debugsource-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-debugsource-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-devel-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-devel-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-devel-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-devel-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-devel-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-export-devel-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-export-devel-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-export-devel-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-export-devel-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-export-devel-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-export-libs-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-export-libs-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-export-libs-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-export-libs-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-export-libs-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-libs-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-libs-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-libs-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-libs-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-libs-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-libs-lite-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-libs-lite-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-libs-lite-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-libs-lite-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.36-3.el8_6.5.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-license-32:9.11.36-3.el8_6.5.noarch" }, "product_reference": "bind-license-32:9.11.36-3.el8_6.5.noarch", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-lite-devel-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-lite-devel-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-lite-devel-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-lite-devel-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-pkcs11-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-pkcs11-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-pkcs11-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-sdb-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-sdb-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-sdb-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-sdb-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-utils-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-utils-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-utils-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-utils-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64" }, "product_reference": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.i686" }, "product_reference": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le" }, "product_reference": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x" }, "product_reference": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.11.36-3.el8_6.5.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.8.6)", "product_id": "BaseOS-8.6.0.Z.EUS:python3-bind-32:9.11.36-3.el8_6.5.noarch" }, "product_reference": "python3-bind-32:9.11.36-3.el8_6.5.noarch", "relates_to_product_reference": "BaseOS-8.6.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-3341", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239621" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Bind package. The code that processes control channel messages sent to named calls certain functions recursively during packet parsing. Recursion depth is only limited by the maximum accepted packet size. Depending on the environment, this may cause the packet-parsing code to run out of available stack memory, causing named to terminate unexpectedly.", "title": "Vulnerability description" }, { "category": "summary", "text": "bind: stack exhaustion in control channel code may lead to DoS", "title": "Vulnerability summary" }, { "category": "other", "text": "Since each incoming control channel message is fully parsed before its contents are authenticated, exploiting this flaw does not require the attacker to hold a valid RNDC key, only network access to the control channel\u2019s configured TCP port is necessary.", "title": "Statement" }, { "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": [ "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.src", "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-license-32:9.11.36-3.el8_6.5.noarch", "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:python3-bind-32:9.11.36-3.el8_6.5.noarch", "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.src", "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-license-32:9.11.36-3.el8_6.5.noarch", "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:python3-bind-32:9.11.36-3.el8_6.5.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3341" }, { "category": "external", "summary": "RHBZ#2239621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239621" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3341", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3341" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341" } ], "release_date": "2023-09-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-05T14:36:14+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\n\nAfter installing the update, the BIND daemon (named) will be restarted automatically.", "product_ids": [ "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.src", "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-license-32:9.11.36-3.el8_6.5.noarch", "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:python3-bind-32:9.11.36-3.el8_6.5.noarch", "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.src", "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-license-32:9.11.36-3.el8_6.5.noarch", "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:python3-bind-32:9.11.36-3.el8_6.5.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5473" }, { "category": "workaround", "details": "By default, named only allows control-channel connections over the loopback interface, making this attack impossible to carry out over the network. When enabling remote access to the control channel\u2019s configured TCP port, care should be taken to limit such access to trusted IP ranges on the network level, effectively preventing unauthorized parties from carrying out the attack described in this advisory.", "product_ids": [ "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.src", "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-license-32:9.11.36-3.el8_6.5.noarch", "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:python3-bind-32:9.11.36-3.el8_6.5.noarch", "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.src", "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-license-32:9.11.36-3.el8_6.5.noarch", "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:python3-bind-32:9.11.36-3.el8_6.5.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.src", "AppStream-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-license-32:9.11.36-3.el8_6.5.noarch", "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "AppStream-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "AppStream-8.6.0.Z.EUS:python3-bind-32:9.11.36-3.el8_6.5.noarch", "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.src", "BaseOS-8.6.0.Z.EUS:bind-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-chroot-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-debugsource-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-devel-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-export-devel-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-export-libs-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-export-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-libs-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-libs-lite-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-license-32:9.11.36-3.el8_6.5.noarch", "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-lite-devel-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-devel-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-sdb-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-sdb-chroot-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-sdb-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-utils-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.aarch64", "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.i686", "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.ppc64le", "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.s390x", "BaseOS-8.6.0.Z.EUS:bind-utils-debuginfo-32:9.11.36-3.el8_6.5.x86_64", "BaseOS-8.6.0.Z.EUS:python3-bind-32:9.11.36-3.el8_6.5.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "bind: stack exhaustion in control channel code may lead to DoS" } ] }
rhsa-2023_5474
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "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 bind is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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 Berkeley Internet Name Domain (BIND) is an implementation of the Domain Name System (DNS) protocols. BIND includes a DNS server (named); a resolver library (routines for applications to use when interfacing with DNS); and tools for verifying that the DNS server is operating correctly.\n\nSecurity Fix(es):\n\n* bind: stack exhaustion in control channel code may lead to DoS (CVE-2023-3341)\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.", "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-2023:5474", "url": "https://access.redhat.com/errata/RHSA-2023:5474" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2239621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239621" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5474.json" } ], "title": "Red Hat Security Advisory: bind security update", "tracking": { "current_release_date": "2024-11-06T03:46:06+00:00", "generator": { "date": "2024-11-06T03:46:06+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:5474", "initial_release_date": "2023-10-05T14:42:18+00:00", "revision_history": [ { "date": "2023-10-05T14:42:18+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-10-05T14:42:18+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:46:06+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 AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-chroot-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-chroot-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-devel-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-devel-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-libs-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-libs-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-libs-lite-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-libs-lite-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-lite-devel-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-lite-devel-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-pkcs11-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-pkcs11-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-sdb-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-sdb-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-chroot@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-utils-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-utils-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-debugsource-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-debugsource-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs-debuginfo@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite-debuginfo@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-debuginfo@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs-debuginfo@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils-debuginfo@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-debuginfo@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-export-devel-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-export-devel-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.36-8.el8_8.2.aarch64", "product": { "name": "bind-export-libs-32:9.11.36-8.el8_8.2.aarch64", "product_id": "bind-export-libs-32:9.11.36-8.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.36-8.el8_8.2?arch=aarch64\u0026epoch=32" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-chroot-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-chroot-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-devel-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-devel-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-libs-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-libs-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-libs-lite-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-libs-lite-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-lite-devel-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-lite-devel-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-pkcs11-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-pkcs11-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-sdb-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-sdb-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-chroot@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-utils-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-utils-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-debugsource-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-debugsource-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs-debuginfo@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite-debuginfo@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-debuginfo@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs-debuginfo@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils-debuginfo@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-debuginfo@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-export-devel-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-export-devel-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.36-8.el8_8.2.ppc64le", "product": { "name": "bind-export-libs-32:9.11.36-8.el8_8.2.ppc64le", "product_id": "bind-export-libs-32:9.11.36-8.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.36-8.el8_8.2?arch=ppc64le\u0026epoch=32" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-chroot-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-chroot-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-devel-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-devel-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-libs-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-libs-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-libs-lite-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-libs-lite-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-lite-devel-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-lite-devel-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-pkcs11-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-pkcs11-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-sdb-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-sdb-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-chroot@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-utils-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-utils-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-debugsource-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-debugsource-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs-debuginfo@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite-debuginfo@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-debuginfo@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs-debuginfo@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils-debuginfo@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-debuginfo@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-export-devel-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-export-devel-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.36-8.el8_8.2.x86_64", "product": { "name": "bind-export-libs-32:9.11.36-8.el8_8.2.x86_64", "product_id": "bind-export-libs-32:9.11.36-8.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.36-8.el8_8.2?arch=x86_64\u0026epoch=32" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "bind-devel-32:9.11.36-8.el8_8.2.i686", "product": { "name": "bind-devel-32:9.11.36-8.el8_8.2.i686", "product_id": "bind-devel-32:9.11.36-8.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.36-8.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.36-8.el8_8.2.i686", "product": { "name": "bind-libs-32:9.11.36-8.el8_8.2.i686", "product_id": "bind-libs-32:9.11.36-8.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.36-8.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.36-8.el8_8.2.i686", "product": { "name": "bind-libs-lite-32:9.11.36-8.el8_8.2.i686", "product_id": "bind-libs-lite-32:9.11.36-8.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.36-8.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.36-8.el8_8.2.i686", "product": { "name": "bind-lite-devel-32:9.11.36-8.el8_8.2.i686", "product_id": "bind-lite-devel-32:9.11.36-8.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.36-8.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.i686", "product": { "name": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.i686", "product_id": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.36-8.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.i686", "product": { "name": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.i686", "product_id": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.36-8.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.11.36-8.el8_8.2.i686", "product": { "name": "bind-debugsource-32:9.11.36-8.el8_8.2.i686", "product_id": "bind-debugsource-32:9.11.36-8.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.11.36-8.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.36-8.el8_8.2.i686", "product": { "name": "bind-debuginfo-32:9.11.36-8.el8_8.2.i686", "product_id": "bind-debuginfo-32:9.11.36-8.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.36-8.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "product": { "name": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "product_id": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs-debuginfo@9.11.36-8.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "product": { "name": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "product_id": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.11.36-8.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.i686", "product": { "name": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.i686", "product_id": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite-debuginfo@9.11.36-8.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.i686", "product": { "name": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.i686", "product_id": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-debuginfo@9.11.36-8.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "product": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "product_id": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs-debuginfo@9.11.36-8.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "product": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "product_id": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils-debuginfo@9.11.36-8.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.i686", "product": { "name": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.i686", "product_id": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-debuginfo@9.11.36-8.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "product": { "name": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "product_id": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.11.36-8.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.36-8.el8_8.2.i686", "product": { "name": "bind-export-devel-32:9.11.36-8.el8_8.2.i686", "product_id": "bind-export-devel-32:9.11.36-8.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.36-8.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.36-8.el8_8.2.i686", "product": { "name": "bind-export-libs-32:9.11.36-8.el8_8.2.i686", "product_id": "bind-export-libs-32:9.11.36-8.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.36-8.el8_8.2?arch=i686\u0026epoch=32" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-chroot-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-chroot-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-devel-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-devel-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-libs-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-libs-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-libs-lite-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-libs-lite-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-lite-devel-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-lite-devel-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-pkcs11-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-pkcs11-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-sdb-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-sdb-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-chroot@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-utils-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-utils-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-debugsource-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-debugsource-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs-debuginfo@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite-debuginfo@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-debuginfo@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs-debuginfo@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils-debuginfo@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-debuginfo@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-export-devel-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-export-devel-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.36-8.el8_8.2.s390x", "product": { "name": "bind-export-libs-32:9.11.36-8.el8_8.2.s390x", "product_id": "bind-export-libs-32:9.11.36-8.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.36-8.el8_8.2?arch=s390x\u0026epoch=32" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "bind-license-32:9.11.36-8.el8_8.2.noarch", "product": { "name": "bind-license-32:9.11.36-8.el8_8.2.noarch", "product_id": "bind-license-32:9.11.36-8.el8_8.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-license@9.11.36-8.el8_8.2?arch=noarch\u0026epoch=32" } } }, { "category": "product_version", "name": "python3-bind-32:9.11.36-8.el8_8.2.noarch", "product": { "name": "python3-bind-32:9.11.36-8.el8_8.2.noarch", "product_id": "python3-bind-32:9.11.36-8.el8_8.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-bind@9.11.36-8.el8_8.2?arch=noarch\u0026epoch=32" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.11.36-8.el8_8.2.src", "product": { "name": "bind-32:9.11.36-8.el8_8.2.src", "product_id": "bind-32:9.11.36-8.el8_8.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.36-8.el8_8.2?arch=src\u0026epoch=32" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.36-8.el8_8.2.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.src" }, "product_reference": "bind-32:9.11.36-8.el8_8.2.src", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-chroot-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-chroot-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-chroot-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-chroot-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-debuginfo-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-debuginfo-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-debugsource-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-debugsource-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-debugsource-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-debugsource-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-debugsource-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-devel-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-devel-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-devel-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-devel-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-devel-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-export-devel-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-export-devel-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-export-devel-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-export-devel-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-export-devel-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-export-libs-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-export-libs-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-export-libs-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-export-libs-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-export-libs-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-libs-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-libs-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-libs-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-libs-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-libs-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-libs-lite-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-libs-lite-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-libs-lite-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-libs-lite-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.36-8.el8_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-license-32:9.11.36-8.el8_8.2.noarch" }, "product_reference": "bind-license-32:9.11.36-8.el8_8.2.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-lite-devel-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-lite-devel-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-lite-devel-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-lite-devel-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-pkcs11-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-pkcs11-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-pkcs11-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-sdb-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-sdb-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-sdb-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-sdb-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-utils-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-utils-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-utils-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-utils-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.11.36-8.el8_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:python3-bind-32:9.11.36-8.el8_8.2.noarch" }, "product_reference": "python3-bind-32:9.11.36-8.el8_8.2.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.36-8.el8_8.2.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.src" }, "product_reference": "bind-32:9.11.36-8.el8_8.2.src", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-chroot-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-chroot-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-chroot-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-chroot-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-debuginfo-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-debuginfo-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-debugsource-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-debugsource-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-debugsource-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-debugsource-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-debugsource-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-devel-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-devel-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-devel-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-devel-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-devel-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-export-devel-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-export-devel-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-export-devel-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-export-devel-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-export-devel-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-export-libs-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-export-libs-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-export-libs-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-export-libs-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-export-libs-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-libs-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-libs-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-libs-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-libs-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-libs-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-libs-lite-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-libs-lite-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-libs-lite-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-libs-lite-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.36-8.el8_8.2.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-license-32:9.11.36-8.el8_8.2.noarch" }, "product_reference": "bind-license-32:9.11.36-8.el8_8.2.noarch", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-lite-devel-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-lite-devel-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-lite-devel-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-lite-devel-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-pkcs11-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-pkcs11-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-pkcs11-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-sdb-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-sdb-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-sdb-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-sdb-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-utils-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-utils-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-utils-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-utils-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64" }, "product_reference": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.i686" }, "product_reference": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le" }, "product_reference": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x" }, "product_reference": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.11.36-8.el8_8.2.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.8.0.Z.MAIN.EUS:python3-bind-32:9.11.36-8.el8_8.2.noarch" }, "product_reference": "python3-bind-32:9.11.36-8.el8_8.2.noarch", "relates_to_product_reference": "BaseOS-8.8.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-3341", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239621" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Bind package. The code that processes control channel messages sent to named calls certain functions recursively during packet parsing. Recursion depth is only limited by the maximum accepted packet size. Depending on the environment, this may cause the packet-parsing code to run out of available stack memory, causing named to terminate unexpectedly.", "title": "Vulnerability description" }, { "category": "summary", "text": "bind: stack exhaustion in control channel code may lead to DoS", "title": "Vulnerability summary" }, { "category": "other", "text": "Since each incoming control channel message is fully parsed before its contents are authenticated, exploiting this flaw does not require the attacker to hold a valid RNDC key, only network access to the control channel\u2019s configured TCP port is necessary.", "title": "Statement" }, { "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": [ "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.src", "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-license-32:9.11.36-8.el8_8.2.noarch", "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:python3-bind-32:9.11.36-8.el8_8.2.noarch", "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.src", "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-license-32:9.11.36-8.el8_8.2.noarch", "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:python3-bind-32:9.11.36-8.el8_8.2.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3341" }, { "category": "external", "summary": "RHBZ#2239621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239621" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3341", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3341" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341" } ], "release_date": "2023-09-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-05T14:42:18+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\n\nAfter installing the update, the BIND daemon (named) will be restarted automatically.", "product_ids": [ "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.src", "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-license-32:9.11.36-8.el8_8.2.noarch", "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:python3-bind-32:9.11.36-8.el8_8.2.noarch", "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.src", "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-license-32:9.11.36-8.el8_8.2.noarch", "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:python3-bind-32:9.11.36-8.el8_8.2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5474" }, { "category": "workaround", "details": "By default, named only allows control-channel connections over the loopback interface, making this attack impossible to carry out over the network. When enabling remote access to the control channel\u2019s configured TCP port, care should be taken to limit such access to trusted IP ranges on the network level, effectively preventing unauthorized parties from carrying out the attack described in this advisory.", "product_ids": [ "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.src", "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-license-32:9.11.36-8.el8_8.2.noarch", "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:python3-bind-32:9.11.36-8.el8_8.2.noarch", "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.src", "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-license-32:9.11.36-8.el8_8.2.noarch", "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:python3-bind-32:9.11.36-8.el8_8.2.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.src", "AppStream-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-license-32:9.11.36-8.el8_8.2.noarch", "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:python3-bind-32:9.11.36-8.el8_8.2.noarch", "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.src", "BaseOS-8.8.0.Z.MAIN.EUS:bind-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-chroot-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-debugsource-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-devel-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-devel-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-export-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-libs-lite-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-license-32:9.11.36-8.el8_8.2.noarch", "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-lite-devel-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-devel-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-libs-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-pkcs11-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-chroot-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-sdb-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.aarch64", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.i686", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.ppc64le", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.s390x", "BaseOS-8.8.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.11.36-8.el8_8.2.x86_64", "BaseOS-8.8.0.Z.MAIN.EUS:python3-bind-32:9.11.36-8.el8_8.2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "bind: stack exhaustion in control channel code may lead to DoS" } ] }
rhsa-2023_5691
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "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 bind is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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 Berkeley Internet Name Domain (BIND) is an implementation of the Domain Name System (DNS) protocols. BIND includes a DNS server (named); a resolver library (routines for applications to use when interfacing with DNS); and tools for verifying that the DNS server is operating correctly.\n\nSecurity Fix(es):\n\n* bind: stack exhaustion in control channel code may lead to DoS (CVE-2023-3341)\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.", "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-2023:5691", "url": "https://access.redhat.com/errata/RHSA-2023:5691" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2239621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239621" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5691.json" } ], "title": "Red Hat Security Advisory: bind security update", "tracking": { "current_release_date": "2024-11-06T03:50:28+00:00", "generator": { "date": "2024-11-06T03:50:28+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:5691", "initial_release_date": "2023-10-12T15:06:22+00:00", "revision_history": [ { "date": "2023-10-12T15:06:22+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-10-12T15:06:22+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:50:28+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 Client (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "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.Z", "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.Z", "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.Z", "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.Z", "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.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.11.4-26.P2.el7_9.15.src", "product": { "name": "bind-32:9.11.4-26.P2.el7_9.15.src", "product_id": "bind-32:9.11.4-26.P2.el7_9.15.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.4-26.P2.el7_9.15?arch=src\u0026epoch=32" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "product": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "product_id": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.4-26.P2.el7_9.15?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "product": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "product_id": "bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.4-26.P2.el7_9.15?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "product": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "product_id": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.4-26.P2.el7_9.15?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "product": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "product_id": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.4-26.P2.el7_9.15?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "product": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "product_id": "bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.4-26.P2.el7_9.15?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "product": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "product_id": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.4-26.P2.el7_9.15?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "product": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "product_id": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.4-26.P2.el7_9.15?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "product": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "product_id": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.4-26.P2.el7_9.15?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "product": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "product_id": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.4-26.P2.el7_9.15?arch=i686\u0026epoch=32" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "product": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "product_id": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.4-26.P2.el7_9.15?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "product": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "product_id": "bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.4-26.P2.el7_9.15?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "product": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "product_id": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.4-26.P2.el7_9.15?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "product": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "product_id": "bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.11.4-26.P2.el7_9.15?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "product": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "product_id": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.4-26.P2.el7_9.15?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-32:9.11.4-26.P2.el7_9.15.x86_64", "product": { "name": "bind-32:9.11.4-26.P2.el7_9.15.x86_64", "product_id": "bind-32:9.11.4-26.P2.el7_9.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.4-26.P2.el7_9.15?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "product": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "product_id": "bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.11.4-26.P2.el7_9.15?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "product": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "product_id": "bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.4-26.P2.el7_9.15?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "product": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "product_id": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.4-26.P2.el7_9.15?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "product": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "product_id": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.4-26.P2.el7_9.15?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "product": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "product_id": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11@9.11.4-26.P2.el7_9.15?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "product": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "product_id": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.4-26.P2.el7_9.15?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "product": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "product_id": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.4-26.P2.el7_9.15?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "product": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "product_id": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils@9.11.4-26.P2.el7_9.15?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "product": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "product_id": "bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb@9.11.4-26.P2.el7_9.15?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "product": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "product_id": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-chroot@9.11.4-26.P2.el7_9.15?arch=x86_64\u0026epoch=32" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "product": { "name": "bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "product_id": "bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-license@9.11.4-26.P2.el7_9.15?arch=noarch\u0026epoch=32" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "product": { "name": "bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_id": "bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.4-26.P2.el7_9.15?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "product": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_id": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.11.4-26.P2.el7_9.15?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "product": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_id": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.4-26.P2.el7_9.15?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "product": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_id": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.4-26.P2.el7_9.15?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "product": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_id": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.4-26.P2.el7_9.15?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "product": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_id": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11@9.11.4-26.P2.el7_9.15?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "product": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_id": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.4-26.P2.el7_9.15?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "product": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_id": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils@9.11.4-26.P2.el7_9.15?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "product": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_id": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.11.4-26.P2.el7_9.15?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "product": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_id": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.4-26.P2.el7_9.15?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "product": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_id": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.4-26.P2.el7_9.15?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "product": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_id": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.4-26.P2.el7_9.15?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "product": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_id": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.4-26.P2.el7_9.15?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "product": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_id": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.4-26.P2.el7_9.15?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "product": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_id": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb@9.11.4-26.P2.el7_9.15?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "product": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_id": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-chroot@9.11.4-26.P2.el7_9.15?arch=ppc64le\u0026epoch=32" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.11.4-26.P2.el7_9.15.ppc64", "product": { "name": "bind-32:9.11.4-26.P2.el7_9.15.ppc64", "product_id": "bind-32:9.11.4-26.P2.el7_9.15.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.4-26.P2.el7_9.15?arch=ppc64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "product": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "product_id": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.11.4-26.P2.el7_9.15?arch=ppc64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "product": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "product_id": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.4-26.P2.el7_9.15?arch=ppc64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "product": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "product_id": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.4-26.P2.el7_9.15?arch=ppc64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "product": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "product_id": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.4-26.P2.el7_9.15?arch=ppc64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "product": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "product_id": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11@9.11.4-26.P2.el7_9.15?arch=ppc64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "product": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "product_id": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.4-26.P2.el7_9.15?arch=ppc64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "product": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "product_id": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils@9.11.4-26.P2.el7_9.15?arch=ppc64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "product": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "product_id": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.11.4-26.P2.el7_9.15?arch=ppc64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "product": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "product_id": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.4-26.P2.el7_9.15?arch=ppc64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "product": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "product_id": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.4-26.P2.el7_9.15?arch=ppc64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "product": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "product_id": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.4-26.P2.el7_9.15?arch=ppc64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "product": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "product_id": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.4-26.P2.el7_9.15?arch=ppc64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "product": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "product_id": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.4-26.P2.el7_9.15?arch=ppc64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "product": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "product_id": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb@9.11.4-26.P2.el7_9.15?arch=ppc64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "product": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "product_id": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-chroot@9.11.4-26.P2.el7_9.15?arch=ppc64\u0026epoch=32" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "product": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "product_id": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.4-26.P2.el7_9.15?arch=ppc\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "product": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "product_id": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.4-26.P2.el7_9.15?arch=ppc\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "product": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "product_id": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.4-26.P2.el7_9.15?arch=ppc\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "product": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "product_id": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.4-26.P2.el7_9.15?arch=ppc\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "product": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "product_id": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.4-26.P2.el7_9.15?arch=ppc\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "product": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "product_id": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.4-26.P2.el7_9.15?arch=ppc\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "product": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "product_id": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.4-26.P2.el7_9.15?arch=ppc\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "product": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "product_id": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.4-26.P2.el7_9.15?arch=ppc\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "product": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "product_id": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.4-26.P2.el7_9.15?arch=ppc\u0026epoch=32" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.11.4-26.P2.el7_9.15.s390x", "product": { "name": "bind-32:9.11.4-26.P2.el7_9.15.s390x", "product_id": "bind-32:9.11.4-26.P2.el7_9.15.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.4-26.P2.el7_9.15?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "product": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "product_id": "bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.11.4-26.P2.el7_9.15?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "product": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "product_id": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.4-26.P2.el7_9.15?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "product": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "product_id": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.4-26.P2.el7_9.15?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "product": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "product_id": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.4-26.P2.el7_9.15?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "product": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "product_id": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11@9.11.4-26.P2.el7_9.15?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "product": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "product_id": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.4-26.P2.el7_9.15?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "product": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "product_id": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils@9.11.4-26.P2.el7_9.15?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "product": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "product_id": "bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.11.4-26.P2.el7_9.15?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "product": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "product_id": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.4-26.P2.el7_9.15?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "product": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "product_id": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.4-26.P2.el7_9.15?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "product": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "product_id": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.4-26.P2.el7_9.15?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "product": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "product_id": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.4-26.P2.el7_9.15?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "product": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "product_id": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.4-26.P2.el7_9.15?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "product": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "product_id": "bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb@9.11.4-26.P2.el7_9.15?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "product": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "product_id": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-chroot@9.11.4-26.P2.el7_9.15?arch=s390x\u0026epoch=32" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "product": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "product_id": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.4-26.P2.el7_9.15?arch=s390\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "product": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "product_id": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.4-26.P2.el7_9.15?arch=s390\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "product": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "product_id": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.4-26.P2.el7_9.15?arch=s390\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "product": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "product_id": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.4-26.P2.el7_9.15?arch=s390\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "product": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "product_id": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.4-26.P2.el7_9.15?arch=s390\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "product": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "product_id": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.4-26.P2.el7_9.15?arch=s390\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "product": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "product_id": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.4-26.P2.el7_9.15?arch=s390\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "product": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "product_id": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.4-26.P2.el7_9.15?arch=s390\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "product": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "product_id": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.4-26.P2.el7_9.15?arch=s390\u0026epoch=32" } } } ], "category": "architecture", "name": "s390" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.src as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.src", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.4-26.P2.el7_9.15.noarch as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch" }, "product_reference": "bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.src", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.4-26.P2.el7_9.15.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch" }, "product_reference": "bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Client-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.src", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.4-26.P2.el7_9.15.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch" }, "product_reference": "bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.src", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.4-26.P2.el7_9.15.noarch as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch" }, "product_reference": "bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.src", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.4-26.P2.el7_9.15.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch" }, "product_reference": "bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Server-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.src", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.4-26.P2.el7_9.15.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch" }, "product_reference": "bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.src", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.4-26.P2.el7_9.15.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch" }, "product_reference": "bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "relates_to_product_reference": "7Workstation-optional-7.9.Z" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "relates_to_product_reference": "7Workstation-optional-7.9.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-3341", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239621" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Bind package. The code that processes control channel messages sent to named calls certain functions recursively during packet parsing. Recursion depth is only limited by the maximum accepted packet size. Depending on the environment, this may cause the packet-parsing code to run out of available stack memory, causing named to terminate unexpectedly.", "title": "Vulnerability description" }, { "category": "summary", "text": "bind: stack exhaustion in control channel code may lead to DoS", "title": "Vulnerability summary" }, { "category": "other", "text": "Since each incoming control channel message is fully parsed before its contents are authenticated, exploiting this flaw does not require the attacker to hold a valid RNDC key, only network access to the control channel\u2019s configured TCP port is necessary.", "title": "Statement" }, { "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": [ "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3341" }, { "category": "external", "summary": "RHBZ#2239621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239621" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3341", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3341" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341" } ], "release_date": "2023-09-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-12T15:06:22+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\n\nAfter installing the update, the BIND daemon (named) will be restarted automatically.", "product_ids": [ "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5691" }, { "category": "workaround", "details": "By default, named only allows control-channel connections over the loopback interface, making this attack impossible to carry out over the network. When enabling remote access to the control channel\u2019s configured TCP port, care should be taken to limit such access to trusted IP ranges on the network level, effectively preventing unauthorized parties from carrying out the attack described in this advisory.", "product_ids": [ "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Client-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Client-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Client-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Client-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Client-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Client-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7ComputeNode-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7ComputeNode-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7ComputeNode-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7ComputeNode-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7ComputeNode-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Server-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Server-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Server-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Server-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Server-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Server-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Workstation-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.src", "7Workstation-optional-7.9.Z:bind-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-debuginfo-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-export-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-export-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-libs-lite-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-license-32:9.11.4-26.P2.el7_9.15.noarch", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-lite-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-pkcs11-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-pkcs11-devel-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.i686", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-pkcs11-libs-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-pkcs11-utils-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-sdb-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-sdb-chroot-32:9.11.4-26.P2.el7_9.15.x86_64", "7Workstation-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64", "7Workstation-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.ppc64le", "7Workstation-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.s390x", "7Workstation-optional-7.9.Z:bind-utils-32:9.11.4-26.P2.el7_9.15.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "bind: stack exhaustion in control channel code may lead to DoS" } ] }
rhsa-2023_5689
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "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 bind is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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 Berkeley Internet Name Domain (BIND) is an implementation of the Domain Name System (DNS) protocols. BIND includes a DNS server (named); a resolver library (routines for applications to use when interfacing with DNS); and tools for verifying that the DNS server is operating correctly.\n\nSecurity Fix(es):\n\n* bind: stack exhaustion in control channel code may lead to DoS (CVE-2023-3341)\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.", "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-2023:5689", "url": "https://access.redhat.com/errata/RHSA-2023:5689" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2239621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239621" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5689.json" } ], "title": "Red Hat Security Advisory: bind security update", "tracking": { "current_release_date": "2024-11-06T03:49:58+00:00", "generator": { "date": "2024-11-06T03:49:58+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:5689", "initial_release_date": "2023-10-12T14:59:07+00:00", "revision_history": [ { "date": "2023-10-12T14:59:07+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-10-12T14:59:07+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:49:58+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 AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux CRB (v. 9)", "product": { "name": "Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "bind-devel-32:9.16.23-11.el9_2.2.aarch64", "product": { "name": "bind-devel-32:9.16.23-11.el9_2.2.aarch64", "product_id": "bind-devel-32:9.16.23-11.el9_2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.16.23-11.el9_2.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.16.23-11.el9_2.2.aarch64", "product": { "name": "bind-debugsource-32:9.16.23-11.el9_2.2.aarch64", "product_id": "bind-debugsource-32:9.16.23-11.el9_2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.16.23-11.el9_2.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "product": { "name": "bind-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "product_id": "bind-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.16.23-11.el9_2.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "product": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "product_id": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-dnssec-utils-debuginfo@9.16.23-11.el9_2.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "product": { "name": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "product_id": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.16.23-11.el9_2.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "product": { "name": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "product_id": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.16.23-11.el9_2.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-32:9.16.23-11.el9_2.2.aarch64", "product": { "name": "bind-32:9.16.23-11.el9_2.2.aarch64", "product_id": "bind-32:9.16.23-11.el9_2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.16.23-11.el9_2.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.16.23-11.el9_2.2.aarch64", "product": { "name": "bind-chroot-32:9.16.23-11.el9_2.2.aarch64", "product_id": "bind-chroot-32:9.16.23-11.el9_2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.16.23-11.el9_2.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.aarch64", "product": { "name": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.aarch64", "product_id": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-dnssec-utils@9.16.23-11.el9_2.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.16.23-11.el9_2.2.aarch64", "product": { "name": "bind-libs-32:9.16.23-11.el9_2.2.aarch64", "product_id": "bind-libs-32:9.16.23-11.el9_2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.16.23-11.el9_2.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.16.23-11.el9_2.2.aarch64", "product": { "name": "bind-utils-32:9.16.23-11.el9_2.2.aarch64", "product_id": "bind-utils-32:9.16.23-11.el9_2.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.16.23-11.el9_2.2?arch=aarch64\u0026epoch=32" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bind-devel-32:9.16.23-11.el9_2.2.ppc64le", "product": { "name": "bind-devel-32:9.16.23-11.el9_2.2.ppc64le", "product_id": "bind-devel-32:9.16.23-11.el9_2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.16.23-11.el9_2.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.16.23-11.el9_2.2.ppc64le", "product": { "name": "bind-debugsource-32:9.16.23-11.el9_2.2.ppc64le", "product_id": "bind-debugsource-32:9.16.23-11.el9_2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.16.23-11.el9_2.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "product": { "name": "bind-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "product_id": "bind-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.16.23-11.el9_2.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "product": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "product_id": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-dnssec-utils-debuginfo@9.16.23-11.el9_2.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "product": { "name": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "product_id": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.16.23-11.el9_2.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "product": { "name": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "product_id": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.16.23-11.el9_2.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-32:9.16.23-11.el9_2.2.ppc64le", "product": { "name": "bind-32:9.16.23-11.el9_2.2.ppc64le", "product_id": "bind-32:9.16.23-11.el9_2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.16.23-11.el9_2.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.16.23-11.el9_2.2.ppc64le", "product": { "name": "bind-chroot-32:9.16.23-11.el9_2.2.ppc64le", "product_id": "bind-chroot-32:9.16.23-11.el9_2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.16.23-11.el9_2.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.ppc64le", "product": { "name": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.ppc64le", "product_id": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-dnssec-utils@9.16.23-11.el9_2.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.16.23-11.el9_2.2.ppc64le", "product": { "name": "bind-libs-32:9.16.23-11.el9_2.2.ppc64le", "product_id": "bind-libs-32:9.16.23-11.el9_2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.16.23-11.el9_2.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.16.23-11.el9_2.2.ppc64le", "product": { "name": "bind-utils-32:9.16.23-11.el9_2.2.ppc64le", "product_id": "bind-utils-32:9.16.23-11.el9_2.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.16.23-11.el9_2.2?arch=ppc64le\u0026epoch=32" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bind-devel-32:9.16.23-11.el9_2.2.i686", "product": { "name": "bind-devel-32:9.16.23-11.el9_2.2.i686", "product_id": "bind-devel-32:9.16.23-11.el9_2.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.16.23-11.el9_2.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.16.23-11.el9_2.2.i686", "product": { "name": "bind-libs-32:9.16.23-11.el9_2.2.i686", "product_id": "bind-libs-32:9.16.23-11.el9_2.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.16.23-11.el9_2.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.16.23-11.el9_2.2.i686", "product": { "name": "bind-debugsource-32:9.16.23-11.el9_2.2.i686", "product_id": "bind-debugsource-32:9.16.23-11.el9_2.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.16.23-11.el9_2.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.16.23-11.el9_2.2.i686", "product": { "name": "bind-debuginfo-32:9.16.23-11.el9_2.2.i686", "product_id": "bind-debuginfo-32:9.16.23-11.el9_2.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.16.23-11.el9_2.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "product": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "product_id": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-dnssec-utils-debuginfo@9.16.23-11.el9_2.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.i686", "product": { "name": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.i686", "product_id": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.16.23-11.el9_2.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "product": { "name": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "product_id": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.16.23-11.el9_2.2?arch=i686\u0026epoch=32" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "bind-devel-32:9.16.23-11.el9_2.2.x86_64", "product": { "name": "bind-devel-32:9.16.23-11.el9_2.2.x86_64", "product_id": "bind-devel-32:9.16.23-11.el9_2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.16.23-11.el9_2.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.16.23-11.el9_2.2.x86_64", "product": { "name": "bind-debugsource-32:9.16.23-11.el9_2.2.x86_64", "product_id": "bind-debugsource-32:9.16.23-11.el9_2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.16.23-11.el9_2.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "product": { "name": "bind-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "product_id": "bind-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.16.23-11.el9_2.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "product": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "product_id": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-dnssec-utils-debuginfo@9.16.23-11.el9_2.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "product": { "name": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "product_id": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.16.23-11.el9_2.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "product": { "name": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "product_id": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.16.23-11.el9_2.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-32:9.16.23-11.el9_2.2.x86_64", "product": { "name": "bind-32:9.16.23-11.el9_2.2.x86_64", "product_id": "bind-32:9.16.23-11.el9_2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.16.23-11.el9_2.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.16.23-11.el9_2.2.x86_64", "product": { "name": "bind-chroot-32:9.16.23-11.el9_2.2.x86_64", "product_id": "bind-chroot-32:9.16.23-11.el9_2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.16.23-11.el9_2.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.x86_64", "product": { "name": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.x86_64", "product_id": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-dnssec-utils@9.16.23-11.el9_2.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.16.23-11.el9_2.2.x86_64", "product": { "name": "bind-libs-32:9.16.23-11.el9_2.2.x86_64", "product_id": "bind-libs-32:9.16.23-11.el9_2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.16.23-11.el9_2.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.16.23-11.el9_2.2.x86_64", "product": { "name": "bind-utils-32:9.16.23-11.el9_2.2.x86_64", "product_id": "bind-utils-32:9.16.23-11.el9_2.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.16.23-11.el9_2.2?arch=x86_64\u0026epoch=32" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "bind-devel-32:9.16.23-11.el9_2.2.s390x", "product": { "name": "bind-devel-32:9.16.23-11.el9_2.2.s390x", "product_id": "bind-devel-32:9.16.23-11.el9_2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.16.23-11.el9_2.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.16.23-11.el9_2.2.s390x", "product": { "name": "bind-debugsource-32:9.16.23-11.el9_2.2.s390x", "product_id": "bind-debugsource-32:9.16.23-11.el9_2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.16.23-11.el9_2.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.16.23-11.el9_2.2.s390x", "product": { "name": "bind-debuginfo-32:9.16.23-11.el9_2.2.s390x", "product_id": "bind-debuginfo-32:9.16.23-11.el9_2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.16.23-11.el9_2.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "product": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "product_id": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-dnssec-utils-debuginfo@9.16.23-11.el9_2.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.s390x", "product": { "name": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.s390x", "product_id": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.16.23-11.el9_2.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "product": { "name": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "product_id": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.16.23-11.el9_2.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-32:9.16.23-11.el9_2.2.s390x", "product": { "name": "bind-32:9.16.23-11.el9_2.2.s390x", "product_id": "bind-32:9.16.23-11.el9_2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.16.23-11.el9_2.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.16.23-11.el9_2.2.s390x", "product": { "name": "bind-chroot-32:9.16.23-11.el9_2.2.s390x", "product_id": "bind-chroot-32:9.16.23-11.el9_2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.16.23-11.el9_2.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.s390x", "product": { "name": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.s390x", "product_id": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-dnssec-utils@9.16.23-11.el9_2.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.16.23-11.el9_2.2.s390x", "product": { "name": "bind-libs-32:9.16.23-11.el9_2.2.s390x", "product_id": "bind-libs-32:9.16.23-11.el9_2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.16.23-11.el9_2.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.16.23-11.el9_2.2.s390x", "product": { "name": "bind-utils-32:9.16.23-11.el9_2.2.s390x", "product_id": "bind-utils-32:9.16.23-11.el9_2.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.16.23-11.el9_2.2?arch=s390x\u0026epoch=32" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "bind-doc-32:9.16.23-11.el9_2.2.noarch", "product": { "name": "bind-doc-32:9.16.23-11.el9_2.2.noarch", "product_id": "bind-doc-32:9.16.23-11.el9_2.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-doc@9.16.23-11.el9_2.2?arch=noarch\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-dnssec-doc-32:9.16.23-11.el9_2.2.noarch", "product": { "name": "bind-dnssec-doc-32:9.16.23-11.el9_2.2.noarch", "product_id": "bind-dnssec-doc-32:9.16.23-11.el9_2.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-dnssec-doc@9.16.23-11.el9_2.2?arch=noarch\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-license-32:9.16.23-11.el9_2.2.noarch", "product": { "name": "bind-license-32:9.16.23-11.el9_2.2.noarch", "product_id": "bind-license-32:9.16.23-11.el9_2.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-license@9.16.23-11.el9_2.2?arch=noarch\u0026epoch=32" } } }, { "category": "product_version", "name": "python3-bind-32:9.16.23-11.el9_2.2.noarch", "product": { "name": "python3-bind-32:9.16.23-11.el9_2.2.noarch", "product_id": "python3-bind-32:9.16.23-11.el9_2.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-bind@9.16.23-11.el9_2.2?arch=noarch\u0026epoch=32" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.16.23-11.el9_2.2.src", "product": { "name": "bind-32:9.16.23-11.el9_2.2.src", "product_id": "bind-32:9.16.23-11.el9_2.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.16.23-11.el9_2.2?arch=src\u0026epoch=32" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.16.23-11.el9_2.2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.src" }, "product_reference": "bind-32:9.16.23-11.el9_2.2.src", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-chroot-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-chroot-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-chroot-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-chroot-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.16.23-11.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.i686" }, "product_reference": "bind-debuginfo-32:9.16.23-11.el9_2.2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-debuginfo-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-debugsource-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.16.23-11.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.i686" }, "product_reference": "bind-debugsource-32:9.16.23-11.el9_2.2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-debugsource-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-debugsource-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-debugsource-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-devel-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.16.23-11.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.i686" }, "product_reference": "bind-devel-32:9.16.23-11.el9_2.2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-devel-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-devel-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-devel-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-doc-32:9.16.23-11.el9_2.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-doc-32:9.16.23-11.el9_2.2.noarch" }, "product_reference": "bind-dnssec-doc-32:9.16.23-11.el9_2.2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.i686" }, "product_reference": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-doc-32:9.16.23-11.el9_2.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-doc-32:9.16.23-11.el9_2.2.noarch" }, "product_reference": "bind-doc-32:9.16.23-11.el9_2.2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-libs-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.16.23-11.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.i686" }, "product_reference": "bind-libs-32:9.16.23-11.el9_2.2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-libs-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-libs-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-libs-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.i686" }, "product_reference": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.16.23-11.el9_2.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-license-32:9.16.23-11.el9_2.2.noarch" }, "product_reference": "bind-license-32:9.16.23-11.el9_2.2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-utils-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-utils-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-utils-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-utils-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.i686" }, "product_reference": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.16.23-11.el9_2.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:python3-bind-32:9.16.23-11.el9_2.2.noarch" }, "product_reference": "python3-bind-32:9.16.23-11.el9_2.2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.16.23-11.el9_2.2.src as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.src" }, "product_reference": "bind-32:9.16.23-11.el9_2.2.src", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-chroot-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-chroot-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-chroot-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-chroot-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.16.23-11.el9_2.2.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.i686" }, "product_reference": "bind-debuginfo-32:9.16.23-11.el9_2.2.i686", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-debuginfo-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-debugsource-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.16.23-11.el9_2.2.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.i686" }, "product_reference": "bind-debugsource-32:9.16.23-11.el9_2.2.i686", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-debugsource-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-debugsource-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-debugsource-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-devel-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.16.23-11.el9_2.2.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.i686" }, "product_reference": "bind-devel-32:9.16.23-11.el9_2.2.i686", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-devel-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-devel-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-devel-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-doc-32:9.16.23-11.el9_2.2.noarch as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-doc-32:9.16.23-11.el9_2.2.noarch" }, "product_reference": "bind-dnssec-doc-32:9.16.23-11.el9_2.2.noarch", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-dnssec-utils-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.i686" }, "product_reference": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-doc-32:9.16.23-11.el9_2.2.noarch as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-doc-32:9.16.23-11.el9_2.2.noarch" }, "product_reference": "bind-doc-32:9.16.23-11.el9_2.2.noarch", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-libs-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.16.23-11.el9_2.2.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.i686" }, "product_reference": "bind-libs-32:9.16.23-11.el9_2.2.i686", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-libs-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-libs-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-libs-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.i686" }, "product_reference": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.i686", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.16.23-11.el9_2.2.noarch as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-license-32:9.16.23-11.el9_2.2.noarch" }, "product_reference": "bind-license-32:9.16.23-11.el9_2.2.noarch", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-utils-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-utils-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-utils-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-utils-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64" }, "product_reference": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.i686" }, "product_reference": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le" }, "product_reference": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x" }, "product_reference": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.16.23-11.el9_2.2.noarch as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.2.0.Z.MAIN.EUS:python3-bind-32:9.16.23-11.el9_2.2.noarch" }, "product_reference": "python3-bind-32:9.16.23-11.el9_2.2.noarch", "relates_to_product_reference": "CRB-9.2.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-3341", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239621" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Bind package. The code that processes control channel messages sent to named calls certain functions recursively during packet parsing. Recursion depth is only limited by the maximum accepted packet size. Depending on the environment, this may cause the packet-parsing code to run out of available stack memory, causing named to terminate unexpectedly.", "title": "Vulnerability description" }, { "category": "summary", "text": "bind: stack exhaustion in control channel code may lead to DoS", "title": "Vulnerability summary" }, { "category": "other", "text": "Since each incoming control channel message is fully parsed before its contents are authenticated, exploiting this flaw does not require the attacker to hold a valid RNDC key, only network access to the control channel\u2019s configured TCP port is necessary.", "title": "Statement" }, { "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": [ "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.src", "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-doc-32:9.16.23-11.el9_2.2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-doc-32:9.16.23-11.el9_2.2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-license-32:9.16.23-11.el9_2.2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:python3-bind-32:9.16.23-11.el9_2.2.noarch", "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.src", "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-doc-32:9.16.23-11.el9_2.2.noarch", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-doc-32:9.16.23-11.el9_2.2.noarch", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-license-32:9.16.23-11.el9_2.2.noarch", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:python3-bind-32:9.16.23-11.el9_2.2.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3341" }, { "category": "external", "summary": "RHBZ#2239621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239621" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3341", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3341" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341" } ], "release_date": "2023-09-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-12T14:59:07+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\n\nAfter installing the update, the BIND daemon (named) will be restarted automatically.", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.src", "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-doc-32:9.16.23-11.el9_2.2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-doc-32:9.16.23-11.el9_2.2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-license-32:9.16.23-11.el9_2.2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:python3-bind-32:9.16.23-11.el9_2.2.noarch", "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.src", "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-doc-32:9.16.23-11.el9_2.2.noarch", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-doc-32:9.16.23-11.el9_2.2.noarch", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-license-32:9.16.23-11.el9_2.2.noarch", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:python3-bind-32:9.16.23-11.el9_2.2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5689" }, { "category": "workaround", "details": "By default, named only allows control-channel connections over the loopback interface, making this attack impossible to carry out over the network. When enabling remote access to the control channel\u2019s configured TCP port, care should be taken to limit such access to trusted IP ranges on the network level, effectively preventing unauthorized parties from carrying out the attack described in this advisory.", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.src", "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-doc-32:9.16.23-11.el9_2.2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-doc-32:9.16.23-11.el9_2.2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-license-32:9.16.23-11.el9_2.2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:python3-bind-32:9.16.23-11.el9_2.2.noarch", "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.src", "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-doc-32:9.16.23-11.el9_2.2.noarch", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-doc-32:9.16.23-11.el9_2.2.noarch", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-license-32:9.16.23-11.el9_2.2.noarch", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:python3-bind-32:9.16.23-11.el9_2.2.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.src", "AppStream-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-doc-32:9.16.23-11.el9_2.2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-doc-32:9.16.23-11.el9_2.2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-license-32:9.16.23-11.el9_2.2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:python3-bind-32:9.16.23-11.el9_2.2.noarch", "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.src", "CRB-9.2.0.Z.MAIN.EUS:bind-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-chroot-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-debugsource-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-devel-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-doc-32:9.16.23-11.el9_2.2.noarch", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-dnssec-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-doc-32:9.16.23-11.el9_2.2.noarch", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-libs-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-license-32:9.16.23-11.el9_2.2.noarch", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.aarch64", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.i686", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.ppc64le", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.s390x", "CRB-9.2.0.Z.MAIN.EUS:bind-utils-debuginfo-32:9.16.23-11.el9_2.2.x86_64", "CRB-9.2.0.Z.MAIN.EUS:python3-bind-32:9.16.23-11.el9_2.2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "bind: stack exhaustion in control channel code may lead to DoS" } ] }
rhsa-2023_5527
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "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 bind is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support, Red Hat Enterprise Linux 8.2 Telecommunications Update Service, and Red Hat Enterprise Linux 8.2 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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 Berkeley Internet Name Domain (BIND) is an implementation of the Domain Name System (DNS) protocols. BIND includes a DNS server (named); a resolver library (routines for applications to use when interfacing with DNS); and tools for verifying that the DNS server is operating correctly.\n\nSecurity Fix(es):\n\n* bind: stack exhaustion in control channel code may lead to DoS (CVE-2023-3341)\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.", "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-2023:5527", "url": "https://access.redhat.com/errata/RHSA-2023:5527" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2239621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239621" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5527.json" } ], "title": "Red Hat Security Advisory: bind security update", "tracking": { "current_release_date": "2024-11-06T03:49:05+00:00", "generator": { "date": "2024-11-06T03:49:05+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:5527", "initial_release_date": "2023-10-09T10:03:28+00:00", "revision_history": [ { "date": "2023-10-09T10:03:28+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-10-09T10:03:28+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:49:05+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 AppStream AUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.2::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:8.2::baseos" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.2::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:8.2::baseos" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.2::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_tus:8.2::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-devel-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-devel-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-libs-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-libs-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-chroot@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-utils-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-utils-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs-debuginfo@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite-debuginfo@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-debuginfo@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs-debuginfo@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils-debuginfo@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-debuginfo@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "product": { "name": "bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "product_id": "bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.13-6.el8_2.6?arch=x86_64\u0026epoch=32" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "bind-devel-32:9.11.13-6.el8_2.6.i686", "product": { "name": "bind-devel-32:9.11.13-6.el8_2.6.i686", "product_id": "bind-devel-32:9.11.13-6.el8_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.13-6.el8_2.6?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.13-6.el8_2.6.i686", "product": { "name": "bind-libs-32:9.11.13-6.el8_2.6.i686", "product_id": "bind-libs-32:9.11.13-6.el8_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.13-6.el8_2.6?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "product": { "name": "bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "product_id": "bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.13-6.el8_2.6?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "product": { "name": "bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "product_id": "bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.13-6.el8_2.6?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "product": { "name": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "product_id": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.13-6.el8_2.6?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "product": { "name": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "product_id": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.13-6.el8_2.6?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.11.13-6.el8_2.6.i686", "product": { "name": "bind-debugsource-32:9.11.13-6.el8_2.6.i686", "product_id": "bind-debugsource-32:9.11.13-6.el8_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.11.13-6.el8_2.6?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "product": { "name": "bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "product_id": "bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.13-6.el8_2.6?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "product": { "name": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "product_id": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs-debuginfo@9.11.13-6.el8_2.6?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "product": { "name": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "product_id": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.11.13-6.el8_2.6?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "product": { "name": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "product_id": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite-debuginfo@9.11.13-6.el8_2.6?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "product": { "name": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "product_id": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-debuginfo@9.11.13-6.el8_2.6?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "product": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "product_id": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs-debuginfo@9.11.13-6.el8_2.6?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "product": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "product_id": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils-debuginfo@9.11.13-6.el8_2.6?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "product": { "name": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "product_id": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-debuginfo@9.11.13-6.el8_2.6?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "product": { "name": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "product_id": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.11.13-6.el8_2.6?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.13-6.el8_2.6.i686", "product": { "name": "bind-export-devel-32:9.11.13-6.el8_2.6.i686", "product_id": "bind-export-devel-32:9.11.13-6.el8_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.13-6.el8_2.6?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.13-6.el8_2.6.i686", "product": { "name": "bind-export-libs-32:9.11.13-6.el8_2.6.i686", "product_id": "bind-export-libs-32:9.11.13-6.el8_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.13-6.el8_2.6?arch=i686\u0026epoch=32" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "bind-license-32:9.11.13-6.el8_2.6.noarch", "product": { "name": "bind-license-32:9.11.13-6.el8_2.6.noarch", "product_id": "bind-license-32:9.11.13-6.el8_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-license@9.11.13-6.el8_2.6?arch=noarch\u0026epoch=32" } } }, { "category": "product_version", "name": "python3-bind-32:9.11.13-6.el8_2.6.noarch", "product": { "name": "python3-bind-32:9.11.13-6.el8_2.6.noarch", "product_id": "python3-bind-32:9.11.13-6.el8_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-bind@9.11.13-6.el8_2.6?arch=noarch\u0026epoch=32" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.11.13-6.el8_2.6.src", "product": { "name": "bind-32:9.11.13-6.el8_2.6.src", "product_id": "bind-32:9.11.13-6.el8_2.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.13-6.el8_2.6?arch=src\u0026epoch=32" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-chroot-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-chroot-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-devel-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-devel-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-libs-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-libs-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-libs-lite-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-libs-lite-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-lite-devel-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-lite-devel-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-pkcs11-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-pkcs11-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-sdb-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-sdb-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-chroot@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-utils-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-utils-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-debugsource-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-debugsource-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs-debuginfo@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite-debuginfo@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-debuginfo@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs-debuginfo@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils-debuginfo@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-debuginfo@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-export-devel-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-export-devel-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.13-6.el8_2.6.ppc64le", "product": { "name": "bind-export-libs-32:9.11.13-6.el8_2.6.ppc64le", "product_id": "bind-export-libs-32:9.11.13-6.el8_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.13-6.el8_2.6?arch=ppc64le\u0026epoch=32" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.13-6.el8_2.6.src as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-32:9.11.13-6.el8_2.6.src" }, "product_reference": "bind-32:9.11.13-6.el8_2.6.src", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-chroot-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-debugsource-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-debugsource-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-export-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-export-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-export-libs-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-export-libs-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-libs-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-libs-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-libs-lite-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.13-6.el8_2.6.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-license-32:9.11.13-6.el8_2.6.noarch" }, "product_reference": "bind-license-32:9.11.13-6.el8_2.6.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-lite-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-sdb-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-utils-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-utils-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.11.13-6.el8_2.6.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:python3-bind-32:9.11.13-6.el8_2.6.noarch" }, "product_reference": "python3-bind-32:9.11.13-6.el8_2.6.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.13-6.el8_2.6.src as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.src" }, "product_reference": "bind-32:9.11.13-6.el8_2.6.src", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-chroot-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-chroot-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-chroot-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-debugsource-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-debugsource-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-devel-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-export-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-export-devel-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-export-libs-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-export-libs-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-libs-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-libs-lite-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.13-6.el8_2.6.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-license-32:9.11.13-6.el8_2.6.noarch" }, "product_reference": "bind-license-32:9.11.13-6.el8_2.6.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-lite-devel-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-pkcs11-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-pkcs11-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-sdb-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-sdb-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-sdb-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-sdb-chroot-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-utils-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-utils-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-utils-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-utils-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.11.13-6.el8_2.6.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:python3-bind-32:9.11.13-6.el8_2.6.noarch" }, "product_reference": "python3-bind-32:9.11.13-6.el8_2.6.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.13-6.el8_2.6.src as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-32:9.11.13-6.el8_2.6.src" }, "product_reference": "bind-32:9.11.13-6.el8_2.6.src", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-chroot-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-debugsource-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-debugsource-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-export-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-export-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-export-libs-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-export-libs-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-libs-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-libs-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-libs-lite-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.13-6.el8_2.6.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-license-32:9.11.13-6.el8_2.6.noarch" }, "product_reference": "bind-license-32:9.11.13-6.el8_2.6.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-lite-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-sdb-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-utils-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-utils-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.11.13-6.el8_2.6.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:python3-bind-32:9.11.13-6.el8_2.6.noarch" }, "product_reference": "python3-bind-32:9.11.13-6.el8_2.6.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.13-6.el8_2.6.src as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-32:9.11.13-6.el8_2.6.src" }, "product_reference": "bind-32:9.11.13-6.el8_2.6.src", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-chroot-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-debugsource-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-debugsource-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-export-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-export-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-export-libs-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-export-libs-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-libs-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-libs-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-libs-lite-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.13-6.el8_2.6.noarch as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-license-32:9.11.13-6.el8_2.6.noarch" }, "product_reference": "bind-license-32:9.11.13-6.el8_2.6.noarch", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-lite-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-sdb-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-utils-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-utils-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.11.13-6.el8_2.6.noarch as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:python3-bind-32:9.11.13-6.el8_2.6.noarch" }, "product_reference": "python3-bind-32:9.11.13-6.el8_2.6.noarch", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.13-6.el8_2.6.src as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.src" }, "product_reference": "bind-32:9.11.13-6.el8_2.6.src", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-chroot-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-chroot-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-chroot-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-debugsource-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-debugsource-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-devel-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-export-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-export-devel-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-export-libs-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-export-libs-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-libs-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-libs-lite-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.13-6.el8_2.6.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-license-32:9.11.13-6.el8_2.6.noarch" }, "product_reference": "bind-license-32:9.11.13-6.el8_2.6.noarch", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-lite-devel-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-pkcs11-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-pkcs11-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-sdb-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-sdb-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-sdb-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-sdb-chroot-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-utils-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-utils-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-utils-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-utils-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le" }, "product_reference": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.11.13-6.el8_2.6.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.E4S:python3-bind-32:9.11.13-6.el8_2.6.noarch" }, "product_reference": "python3-bind-32:9.11.13-6.el8_2.6.noarch", "relates_to_product_reference": "BaseOS-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.13-6.el8_2.6.src as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-32:9.11.13-6.el8_2.6.src" }, "product_reference": "bind-32:9.11.13-6.el8_2.6.src", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-chroot-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-debugsource-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-debugsource-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-export-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-export-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-export-libs-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-export-libs-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-libs-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-libs-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-libs-lite-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.13-6.el8_2.6.noarch as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-license-32:9.11.13-6.el8_2.6.noarch" }, "product_reference": "bind-license-32:9.11.13-6.el8_2.6.noarch", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-lite-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-sdb-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-utils-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-utils-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686" }, "product_reference": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.11.13-6.el8_2.6.noarch as a component of Red Hat Enterprise Linux BaseOS TUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.TUS:python3-bind-32:9.11.13-6.el8_2.6.noarch" }, "product_reference": "python3-bind-32:9.11.13-6.el8_2.6.noarch", "relates_to_product_reference": "BaseOS-8.2.0.Z.TUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-3341", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239621" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Bind package. The code that processes control channel messages sent to named calls certain functions recursively during packet parsing. Recursion depth is only limited by the maximum accepted packet size. Depending on the environment, this may cause the packet-parsing code to run out of available stack memory, causing named to terminate unexpectedly.", "title": "Vulnerability description" }, { "category": "summary", "text": "bind: stack exhaustion in control channel code may lead to DoS", "title": "Vulnerability summary" }, { "category": "other", "text": "Since each incoming control channel message is fully parsed before its contents are authenticated, exploiting this flaw does not require the attacker to hold a valid RNDC key, only network access to the control channel\u2019s configured TCP port is necessary.", "title": "Statement" }, { "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": [ "AppStream-8.2.0.Z.AUS:bind-32:9.11.13-6.el8_2.6.src", "AppStream-8.2.0.Z.AUS:bind-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-license-32:9.11.13-6.el8_2.6.noarch", "AppStream-8.2.0.Z.AUS:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:python3-bind-32:9.11.13-6.el8_2.6.noarch", "AppStream-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.src", "AppStream-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-chroot-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-license-32:9.11.13-6.el8_2.6.noarch", "AppStream-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-sdb-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-sdb-chroot-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-utils-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:python3-bind-32:9.11.13-6.el8_2.6.noarch", "AppStream-8.2.0.Z.TUS:bind-32:9.11.13-6.el8_2.6.src", "AppStream-8.2.0.Z.TUS:bind-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-license-32:9.11.13-6.el8_2.6.noarch", "AppStream-8.2.0.Z.TUS:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:python3-bind-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.AUS:bind-32:9.11.13-6.el8_2.6.src", "BaseOS-8.2.0.Z.AUS:bind-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-license-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.AUS:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:python3-bind-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.src", "BaseOS-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-chroot-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-license-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-sdb-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-sdb-chroot-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-utils-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:python3-bind-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.TUS:bind-32:9.11.13-6.el8_2.6.src", "BaseOS-8.2.0.Z.TUS:bind-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-license-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.TUS:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:python3-bind-32:9.11.13-6.el8_2.6.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3341" }, { "category": "external", "summary": "RHBZ#2239621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239621" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3341", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3341" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341" } ], "release_date": "2023-09-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-09T10:03:28+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\n\nAfter installing the update, the BIND daemon (named) will be restarted automatically.", "product_ids": [ "AppStream-8.2.0.Z.AUS:bind-32:9.11.13-6.el8_2.6.src", "AppStream-8.2.0.Z.AUS:bind-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-license-32:9.11.13-6.el8_2.6.noarch", "AppStream-8.2.0.Z.AUS:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:python3-bind-32:9.11.13-6.el8_2.6.noarch", "AppStream-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.src", "AppStream-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-chroot-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-license-32:9.11.13-6.el8_2.6.noarch", "AppStream-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-sdb-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-sdb-chroot-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-utils-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:python3-bind-32:9.11.13-6.el8_2.6.noarch", "AppStream-8.2.0.Z.TUS:bind-32:9.11.13-6.el8_2.6.src", "AppStream-8.2.0.Z.TUS:bind-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-license-32:9.11.13-6.el8_2.6.noarch", "AppStream-8.2.0.Z.TUS:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:python3-bind-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.AUS:bind-32:9.11.13-6.el8_2.6.src", "BaseOS-8.2.0.Z.AUS:bind-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-license-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.AUS:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:python3-bind-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.src", "BaseOS-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-chroot-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-license-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-sdb-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-sdb-chroot-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-utils-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:python3-bind-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.TUS:bind-32:9.11.13-6.el8_2.6.src", "BaseOS-8.2.0.Z.TUS:bind-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-license-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.TUS:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:python3-bind-32:9.11.13-6.el8_2.6.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5527" }, { "category": "workaround", "details": "By default, named only allows control-channel connections over the loopback interface, making this attack impossible to carry out over the network. When enabling remote access to the control channel\u2019s configured TCP port, care should be taken to limit such access to trusted IP ranges on the network level, effectively preventing unauthorized parties from carrying out the attack described in this advisory.", "product_ids": [ "AppStream-8.2.0.Z.AUS:bind-32:9.11.13-6.el8_2.6.src", "AppStream-8.2.0.Z.AUS:bind-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-license-32:9.11.13-6.el8_2.6.noarch", "AppStream-8.2.0.Z.AUS:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:python3-bind-32:9.11.13-6.el8_2.6.noarch", "AppStream-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.src", "AppStream-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-chroot-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-license-32:9.11.13-6.el8_2.6.noarch", "AppStream-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-sdb-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-sdb-chroot-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-utils-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:python3-bind-32:9.11.13-6.el8_2.6.noarch", "AppStream-8.2.0.Z.TUS:bind-32:9.11.13-6.el8_2.6.src", "AppStream-8.2.0.Z.TUS:bind-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-license-32:9.11.13-6.el8_2.6.noarch", "AppStream-8.2.0.Z.TUS:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:python3-bind-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.AUS:bind-32:9.11.13-6.el8_2.6.src", "BaseOS-8.2.0.Z.AUS:bind-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-license-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.AUS:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:python3-bind-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.src", "BaseOS-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-chroot-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-license-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-sdb-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-sdb-chroot-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-utils-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:python3-bind-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.TUS:bind-32:9.11.13-6.el8_2.6.src", "BaseOS-8.2.0.Z.TUS:bind-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-license-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.TUS:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:python3-bind-32:9.11.13-6.el8_2.6.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.AUS:bind-32:9.11.13-6.el8_2.6.src", "AppStream-8.2.0.Z.AUS:bind-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-license-32:9.11.13-6.el8_2.6.noarch", "AppStream-8.2.0.Z.AUS:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.AUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.AUS:python3-bind-32:9.11.13-6.el8_2.6.noarch", "AppStream-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.src", "AppStream-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-chroot-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-license-32:9.11.13-6.el8_2.6.noarch", "AppStream-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-sdb-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-sdb-chroot-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-utils-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "AppStream-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.E4S:python3-bind-32:9.11.13-6.el8_2.6.noarch", "AppStream-8.2.0.Z.TUS:bind-32:9.11.13-6.el8_2.6.src", "AppStream-8.2.0.Z.TUS:bind-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-license-32:9.11.13-6.el8_2.6.noarch", "AppStream-8.2.0.Z.TUS:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "AppStream-8.2.0.Z.TUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "AppStream-8.2.0.Z.TUS:python3-bind-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.AUS:bind-32:9.11.13-6.el8_2.6.src", "BaseOS-8.2.0.Z.AUS:bind-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-license-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.AUS:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.AUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.AUS:python3-bind-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.src", "BaseOS-8.2.0.Z.E4S:bind-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-chroot-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-license-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-sdb-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-sdb-chroot-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-utils-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.ppc64le", "BaseOS-8.2.0.Z.E4S:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.E4S:python3-bind-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.TUS:bind-32:9.11.13-6.el8_2.6.src", "BaseOS-8.2.0.Z.TUS:bind-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-debugsource-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-debugsource-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-export-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-export-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-export-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-export-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-libs-lite-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-libs-lite-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-license-32:9.11.13-6.el8_2.6.noarch", "BaseOS-8.2.0.Z.TUS:bind-lite-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-lite-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-devel-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-libs-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-sdb-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-sdb-chroot-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-sdb-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-utils-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.i686", "BaseOS-8.2.0.Z.TUS:bind-utils-debuginfo-32:9.11.13-6.el8_2.6.x86_64", "BaseOS-8.2.0.Z.TUS:python3-bind-32:9.11.13-6.el8_2.6.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "bind: stack exhaustion in control channel code may lead to DoS" } ] }
rhsa-2023_5460
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "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 bind9.16 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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 Berkeley Internet Name Domain (BIND) is an implementation of the Domain Name System (DNS) protocols. BIND includes a DNS server (named); a resolver library (routines for applications to use when interfacing with DNS); and tools for verifying that the DNS server is operating correctly.\n\nSecurity Fix(es):\n\n* bind: stack exhaustion in control channel code may lead to DoS (CVE-2023-3341)\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.", "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-2023:5460", "url": "https://access.redhat.com/errata/RHSA-2023:5460" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2239621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239621" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5460.json" } ], "title": "Red Hat Security Advisory: bind9.16 security update", "tracking": { "current_release_date": "2024-11-06T03:47:25+00:00", "generator": { "date": "2024-11-06T03:47:25+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:5460", "initial_release_date": "2023-10-05T13:13:08+00:00", "revision_history": [ { "date": "2023-10-05T13:13:08+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-10-05T13:13:08+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:47:25+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 AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux CRB (v. 8)", "product": { "name": "Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.aarch64", "product": { "name": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.aarch64", "product_id": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-devel@9.16.23-0.14.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.aarch64", "product": { "name": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.aarch64", "product_id": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-debugsource@9.16.23-0.14.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "product": { "name": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "product_id": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-debuginfo@9.16.23-0.14.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "product": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "product_id": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-dnssec-utils-debuginfo@9.16.23-0.14.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "product": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "product_id": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-libs-debuginfo@9.16.23-0.14.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "product": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "product_id": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-utils-debuginfo@9.16.23-0.14.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-32:9.16.23-0.14.el8_8.2.aarch64", "product": { "name": "bind9.16-32:9.16.23-0.14.el8_8.2.aarch64", "product_id": "bind9.16-32:9.16.23-0.14.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16@9.16.23-0.14.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.aarch64", "product": { "name": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.aarch64", "product_id": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-chroot@9.16.23-0.14.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.aarch64", "product": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.aarch64", "product_id": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-dnssec-utils@9.16.23-0.14.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.aarch64", "product": { "name": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.aarch64", "product_id": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-libs@9.16.23-0.14.el8_8.2?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.aarch64", "product": { "name": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.aarch64", "product_id": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-utils@9.16.23-0.14.el8_8.2?arch=aarch64\u0026epoch=32" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.ppc64le", "product": { "name": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.ppc64le", "product_id": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-devel@9.16.23-0.14.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.ppc64le", "product": { "name": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.ppc64le", "product_id": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-debugsource@9.16.23-0.14.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "product": { "name": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "product_id": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-debuginfo@9.16.23-0.14.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "product": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "product_id": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-dnssec-utils-debuginfo@9.16.23-0.14.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "product": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "product_id": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-libs-debuginfo@9.16.23-0.14.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "product": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "product_id": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-utils-debuginfo@9.16.23-0.14.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-32:9.16.23-0.14.el8_8.2.ppc64le", "product": { "name": "bind9.16-32:9.16.23-0.14.el8_8.2.ppc64le", "product_id": "bind9.16-32:9.16.23-0.14.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16@9.16.23-0.14.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.ppc64le", "product": { "name": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.ppc64le", "product_id": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-chroot@9.16.23-0.14.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "product": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "product_id": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-dnssec-utils@9.16.23-0.14.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.ppc64le", "product": { "name": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.ppc64le", "product_id": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-libs@9.16.23-0.14.el8_8.2?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "product": { "name": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "product_id": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-utils@9.16.23-0.14.el8_8.2?arch=ppc64le\u0026epoch=32" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.i686", "product": { "name": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.i686", "product_id": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-devel@9.16.23-0.14.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.i686", "product": { "name": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.i686", "product_id": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-libs@9.16.23-0.14.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.i686", "product": { "name": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.i686", "product_id": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-debugsource@9.16.23-0.14.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "product": { "name": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "product_id": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-debuginfo@9.16.23-0.14.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "product": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "product_id": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-dnssec-utils-debuginfo@9.16.23-0.14.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "product": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "product_id": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-libs-debuginfo@9.16.23-0.14.el8_8.2?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "product": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "product_id": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-utils-debuginfo@9.16.23-0.14.el8_8.2?arch=i686\u0026epoch=32" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.x86_64", "product": { "name": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.x86_64", "product_id": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-devel@9.16.23-0.14.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.x86_64", "product": { "name": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.x86_64", "product_id": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-debugsource@9.16.23-0.14.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "product": { "name": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "product_id": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-debuginfo@9.16.23-0.14.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "product": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "product_id": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-dnssec-utils-debuginfo@9.16.23-0.14.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "product": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "product_id": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-libs-debuginfo@9.16.23-0.14.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "product": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "product_id": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-utils-debuginfo@9.16.23-0.14.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-32:9.16.23-0.14.el8_8.2.x86_64", "product": { "name": "bind9.16-32:9.16.23-0.14.el8_8.2.x86_64", "product_id": "bind9.16-32:9.16.23-0.14.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16@9.16.23-0.14.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.x86_64", "product": { "name": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.x86_64", "product_id": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-chroot@9.16.23-0.14.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.x86_64", "product": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.x86_64", "product_id": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-dnssec-utils@9.16.23-0.14.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.x86_64", "product": { "name": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.x86_64", "product_id": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-libs@9.16.23-0.14.el8_8.2?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.x86_64", "product": { "name": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.x86_64", "product_id": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-utils@9.16.23-0.14.el8_8.2?arch=x86_64\u0026epoch=32" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.s390x", "product": { "name": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.s390x", "product_id": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-devel@9.16.23-0.14.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.s390x", "product": { "name": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.s390x", "product_id": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-debugsource@9.16.23-0.14.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "product": { "name": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "product_id": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-debuginfo@9.16.23-0.14.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "product": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "product_id": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-dnssec-utils-debuginfo@9.16.23-0.14.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "product": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "product_id": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-libs-debuginfo@9.16.23-0.14.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "product": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "product_id": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-utils-debuginfo@9.16.23-0.14.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-32:9.16.23-0.14.el8_8.2.s390x", "product": { "name": "bind9.16-32:9.16.23-0.14.el8_8.2.s390x", "product_id": "bind9.16-32:9.16.23-0.14.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16@9.16.23-0.14.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.s390x", "product": { "name": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.s390x", "product_id": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-chroot@9.16.23-0.14.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.s390x", "product": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.s390x", "product_id": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-dnssec-utils@9.16.23-0.14.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.s390x", "product": { "name": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.s390x", "product_id": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-libs@9.16.23-0.14.el8_8.2?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.s390x", "product": { "name": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.s390x", "product_id": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-utils@9.16.23-0.14.el8_8.2?arch=s390x\u0026epoch=32" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "bind9.16-doc-32:9.16.23-0.14.el8_8.2.noarch", "product": { "name": "bind9.16-doc-32:9.16.23-0.14.el8_8.2.noarch", "product_id": "bind9.16-doc-32:9.16.23-0.14.el8_8.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-doc@9.16.23-0.14.el8_8.2?arch=noarch\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-license-32:9.16.23-0.14.el8_8.2.noarch", "product": { "name": "bind9.16-license-32:9.16.23-0.14.el8_8.2.noarch", "product_id": "bind9.16-license-32:9.16.23-0.14.el8_8.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-license@9.16.23-0.14.el8_8.2?arch=noarch\u0026epoch=32" } } }, { "category": "product_version", "name": "python3-bind9.16-32:9.16.23-0.14.el8_8.2.noarch", "product": { "name": "python3-bind9.16-32:9.16.23-0.14.el8_8.2.noarch", "product_id": "python3-bind9.16-32:9.16.23-0.14.el8_8.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-bind9.16@9.16.23-0.14.el8_8.2?arch=noarch\u0026epoch=32" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "bind9.16-32:9.16.23-0.14.el8_8.2.src", "product": { "name": "bind9.16-32:9.16.23-0.14.el8_8.2.src", "product_id": "bind9.16-32:9.16.23-0.14.el8_8.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16@9.16.23-0.14.el8_8.2?arch=src\u0026epoch=32" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "bind9.16-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-32:9.16.23-0.14.el8_8.2.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.src" }, "product_reference": "bind9.16-32:9.16.23-0.14.el8_8.2.src", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.i686" }, "product_reference": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.i686" }, "product_reference": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.i686" }, "product_reference": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686" }, "product_reference": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-doc-32:9.16.23-0.14.el8_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-doc-32:9.16.23-0.14.el8_8.2.noarch" }, "product_reference": "bind9.16-doc-32:9.16.23-0.14.el8_8.2.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.i686" }, "product_reference": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.i686" }, "product_reference": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-license-32:9.16.23-0.14.el8_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-license-32:9.16.23-0.14.el8_8.2.noarch" }, "product_reference": "bind9.16-license-32:9.16.23-0.14.el8_8.2.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686" }, "product_reference": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind9.16-32:9.16.23-0.14.el8_8.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:python3-bind9.16-32:9.16.23-0.14.el8_8.2.noarch" }, "product_reference": "python3-bind9.16-32:9.16.23-0.14.el8_8.2.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-32:9.16.23-0.14.el8_8.2.src as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.src" }, "product_reference": "bind9.16-32:9.16.23-0.14.el8_8.2.src", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-chroot-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.i686" }, "product_reference": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.i686" }, "product_reference": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.i686", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.i686" }, "product_reference": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.i686", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-devel-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686" }, "product_reference": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-doc-32:9.16.23-0.14.el8_8.2.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-doc-32:9.16.23-0.14.el8_8.2.noarch" }, "product_reference": "bind9.16-doc-32:9.16.23-0.14.el8_8.2.noarch", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.i686" }, "product_reference": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.i686", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-libs-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.i686" }, "product_reference": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-license-32:9.16.23-0.14.el8_8.2.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-license-32:9.16.23-0.14.el8_8.2.noarch" }, "product_reference": "bind9.16-license-32:9.16.23-0.14.el8_8.2.noarch", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-utils-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64" }, "product_reference": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686" }, "product_reference": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le" }, "product_reference": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x" }, "product_reference": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64" }, "product_reference": "bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind9.16-32:9.16.23-0.14.el8_8.2.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", "product_id": "CRB-8.8.0.Z.MAIN.EUS:python3-bind9.16-32:9.16.23-0.14.el8_8.2.noarch" }, "product_reference": "python3-bind9.16-32:9.16.23-0.14.el8_8.2.noarch", "relates_to_product_reference": "CRB-8.8.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-3341", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239621" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Bind package. The code that processes control channel messages sent to named calls certain functions recursively during packet parsing. Recursion depth is only limited by the maximum accepted packet size. Depending on the environment, this may cause the packet-parsing code to run out of available stack memory, causing named to terminate unexpectedly.", "title": "Vulnerability description" }, { "category": "summary", "text": "bind: stack exhaustion in control channel code may lead to DoS", "title": "Vulnerability summary" }, { "category": "other", "text": "Since each incoming control channel message is fully parsed before its contents are authenticated, exploiting this flaw does not require the attacker to hold a valid RNDC key, only network access to the control channel\u2019s configured TCP port is necessary.", "title": "Statement" }, { "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": [ "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.src", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-doc-32:9.16.23-0.14.el8_8.2.noarch", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-license-32:9.16.23-0.14.el8_8.2.noarch", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:python3-bind9.16-32:9.16.23-0.14.el8_8.2.noarch", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.src", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-doc-32:9.16.23-0.14.el8_8.2.noarch", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-license-32:9.16.23-0.14.el8_8.2.noarch", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:python3-bind9.16-32:9.16.23-0.14.el8_8.2.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3341" }, { "category": "external", "summary": "RHBZ#2239621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239621" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3341", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3341" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341" } ], "release_date": "2023-09-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-05T13:13:08+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": [ "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.src", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-doc-32:9.16.23-0.14.el8_8.2.noarch", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-license-32:9.16.23-0.14.el8_8.2.noarch", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:python3-bind9.16-32:9.16.23-0.14.el8_8.2.noarch", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.src", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-doc-32:9.16.23-0.14.el8_8.2.noarch", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-license-32:9.16.23-0.14.el8_8.2.noarch", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:python3-bind9.16-32:9.16.23-0.14.el8_8.2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5460" }, { "category": "workaround", "details": "By default, named only allows control-channel connections over the loopback interface, making this attack impossible to carry out over the network. When enabling remote access to the control channel\u2019s configured TCP port, care should be taken to limit such access to trusted IP ranges on the network level, effectively preventing unauthorized parties from carrying out the attack described in this advisory.", "product_ids": [ "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.src", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-doc-32:9.16.23-0.14.el8_8.2.noarch", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-license-32:9.16.23-0.14.el8_8.2.noarch", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:python3-bind9.16-32:9.16.23-0.14.el8_8.2.noarch", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.src", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-doc-32:9.16.23-0.14.el8_8.2.noarch", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-license-32:9.16.23-0.14.el8_8.2.noarch", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:python3-bind9.16-32:9.16.23-0.14.el8_8.2.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.src", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-doc-32:9.16.23-0.14.el8_8.2.noarch", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-license-32:9.16.23-0.14.el8_8.2.noarch", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "AppStream-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:python3-bind9.16-32:9.16.23-0.14.el8_8.2.noarch", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.src", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-chroot-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-debugsource-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-devel-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-doc-32:9.16.23-0.14.el8_8.2.noarch", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-license-32:9.16.23-0.14.el8_8.2.noarch", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.aarch64", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.i686", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.ppc64le", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.s390x", "CRB-8.8.0.Z.MAIN.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.14.el8_8.2.x86_64", "CRB-8.8.0.Z.MAIN.EUS:python3-bind9.16-32:9.16.23-0.14.el8_8.2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "bind: stack exhaustion in control channel code may lead to DoS" } ] }
rhsa-2023_5771
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "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 bind9.16 is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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 Berkeley Internet Name Domain (BIND) is an implementation of the Domain Name System (DNS) protocols. BIND includes a DNS server (named); a resolver library (routines for applications to use when interfacing with DNS); and tools for verifying that the DNS server is operating correctly.\n\nSecurity Fix(es):\n\n* bind: stack exhaustion in control channel code may lead to DoS (CVE-2023-3341)\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.", "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-2023:5771", "url": "https://access.redhat.com/errata/RHSA-2023:5771" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2239621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239621" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5771.json" } ], "title": "Red Hat Security Advisory: bind9.16 security update", "tracking": { "current_release_date": "2024-11-06T03:54:16+00:00", "generator": { "date": "2024-11-06T03:54:16+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:5771", "initial_release_date": "2023-10-17T09:32:27+00:00", "revision_history": [ { "date": "2023-10-17T09:32:27+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-10-17T09:32:27+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:54:16+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 AppStream EUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder EUS (v.8.6)", "product": { "name": "Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.6::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.aarch64", "product": { "name": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.aarch64", "product_id": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-devel@9.16.23-0.7.el8_6.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.aarch64", "product": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.aarch64", "product_id": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-dnssec-utils@9.16.23-0.7.el8_6.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.aarch64", "product": { "name": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.aarch64", "product_id": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-debugsource@9.16.23-0.7.el8_6.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "product": { "name": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "product_id": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-debuginfo@9.16.23-0.7.el8_6.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "product": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "product_id": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-dnssec-utils-debuginfo@9.16.23-0.7.el8_6.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "product": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "product_id": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-libs-debuginfo@9.16.23-0.7.el8_6.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "product": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "product_id": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-utils-debuginfo@9.16.23-0.7.el8_6.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-32:9.16.23-0.7.el8_6.3.aarch64", "product": { "name": "bind9.16-32:9.16.23-0.7.el8_6.3.aarch64", "product_id": "bind9.16-32:9.16.23-0.7.el8_6.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16@9.16.23-0.7.el8_6.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.aarch64", "product": { "name": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.aarch64", "product_id": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-chroot@9.16.23-0.7.el8_6.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.aarch64", "product": { "name": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.aarch64", "product_id": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-libs@9.16.23-0.7.el8_6.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.aarch64", "product": { "name": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.aarch64", "product_id": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-utils@9.16.23-0.7.el8_6.3?arch=aarch64\u0026epoch=32" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.ppc64le", "product": { "name": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.ppc64le", "product_id": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-devel@9.16.23-0.7.el8_6.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "product": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "product_id": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-dnssec-utils@9.16.23-0.7.el8_6.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.ppc64le", "product": { "name": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.ppc64le", "product_id": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-debugsource@9.16.23-0.7.el8_6.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "product": { "name": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "product_id": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-debuginfo@9.16.23-0.7.el8_6.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "product": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "product_id": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-dnssec-utils-debuginfo@9.16.23-0.7.el8_6.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "product": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "product_id": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-libs-debuginfo@9.16.23-0.7.el8_6.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "product": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "product_id": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-utils-debuginfo@9.16.23-0.7.el8_6.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-32:9.16.23-0.7.el8_6.3.ppc64le", "product": { "name": "bind9.16-32:9.16.23-0.7.el8_6.3.ppc64le", "product_id": "bind9.16-32:9.16.23-0.7.el8_6.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16@9.16.23-0.7.el8_6.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.ppc64le", "product": { "name": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.ppc64le", "product_id": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-chroot@9.16.23-0.7.el8_6.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.ppc64le", "product": { "name": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.ppc64le", "product_id": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-libs@9.16.23-0.7.el8_6.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "product": { "name": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "product_id": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-utils@9.16.23-0.7.el8_6.3?arch=ppc64le\u0026epoch=32" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.i686", "product": { "name": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.i686", "product_id": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-devel@9.16.23-0.7.el8_6.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.i686", "product": { "name": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.i686", "product_id": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-libs@9.16.23-0.7.el8_6.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.i686", "product": { "name": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.i686", "product_id": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-debugsource@9.16.23-0.7.el8_6.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "product": { "name": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "product_id": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-debuginfo@9.16.23-0.7.el8_6.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "product": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "product_id": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-dnssec-utils-debuginfo@9.16.23-0.7.el8_6.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "product": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "product_id": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-libs-debuginfo@9.16.23-0.7.el8_6.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "product": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "product_id": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-utils-debuginfo@9.16.23-0.7.el8_6.3?arch=i686\u0026epoch=32" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.x86_64", "product": { "name": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.x86_64", "product_id": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-devel@9.16.23-0.7.el8_6.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.x86_64", "product": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.x86_64", "product_id": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-dnssec-utils@9.16.23-0.7.el8_6.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.x86_64", "product": { "name": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.x86_64", "product_id": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-debugsource@9.16.23-0.7.el8_6.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "product": { "name": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "product_id": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-debuginfo@9.16.23-0.7.el8_6.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "product": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "product_id": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-dnssec-utils-debuginfo@9.16.23-0.7.el8_6.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "product": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "product_id": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-libs-debuginfo@9.16.23-0.7.el8_6.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "product": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "product_id": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-utils-debuginfo@9.16.23-0.7.el8_6.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-32:9.16.23-0.7.el8_6.3.x86_64", "product": { "name": "bind9.16-32:9.16.23-0.7.el8_6.3.x86_64", "product_id": "bind9.16-32:9.16.23-0.7.el8_6.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16@9.16.23-0.7.el8_6.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.x86_64", "product": { "name": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.x86_64", "product_id": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-chroot@9.16.23-0.7.el8_6.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.x86_64", "product": { "name": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.x86_64", "product_id": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-libs@9.16.23-0.7.el8_6.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.x86_64", "product": { "name": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.x86_64", "product_id": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-utils@9.16.23-0.7.el8_6.3?arch=x86_64\u0026epoch=32" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.s390x", "product": { "name": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.s390x", "product_id": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-devel@9.16.23-0.7.el8_6.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.s390x", "product": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.s390x", "product_id": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-dnssec-utils@9.16.23-0.7.el8_6.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.s390x", "product": { "name": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.s390x", "product_id": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-debugsource@9.16.23-0.7.el8_6.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "product": { "name": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "product_id": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-debuginfo@9.16.23-0.7.el8_6.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "product": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "product_id": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-dnssec-utils-debuginfo@9.16.23-0.7.el8_6.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "product": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "product_id": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-libs-debuginfo@9.16.23-0.7.el8_6.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "product": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "product_id": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-utils-debuginfo@9.16.23-0.7.el8_6.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-32:9.16.23-0.7.el8_6.3.s390x", "product": { "name": "bind9.16-32:9.16.23-0.7.el8_6.3.s390x", "product_id": "bind9.16-32:9.16.23-0.7.el8_6.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16@9.16.23-0.7.el8_6.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.s390x", "product": { "name": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.s390x", "product_id": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-chroot@9.16.23-0.7.el8_6.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.s390x", "product": { "name": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.s390x", "product_id": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-libs@9.16.23-0.7.el8_6.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.s390x", "product": { "name": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.s390x", "product_id": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-utils@9.16.23-0.7.el8_6.3?arch=s390x\u0026epoch=32" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "bind9.16-doc-32:9.16.23-0.7.el8_6.3.noarch", "product": { "name": "bind9.16-doc-32:9.16.23-0.7.el8_6.3.noarch", "product_id": "bind9.16-doc-32:9.16.23-0.7.el8_6.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-doc@9.16.23-0.7.el8_6.3?arch=noarch\u0026epoch=32" } } }, { "category": "product_version", "name": "python3-bind9.16-32:9.16.23-0.7.el8_6.3.noarch", "product": { "name": "python3-bind9.16-32:9.16.23-0.7.el8_6.3.noarch", "product_id": "python3-bind9.16-32:9.16.23-0.7.el8_6.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-bind9.16@9.16.23-0.7.el8_6.3?arch=noarch\u0026epoch=32" } } }, { "category": "product_version", "name": "bind9.16-license-32:9.16.23-0.7.el8_6.3.noarch", "product": { "name": "bind9.16-license-32:9.16.23-0.7.el8_6.3.noarch", "product_id": "bind9.16-license-32:9.16.23-0.7.el8_6.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16-license@9.16.23-0.7.el8_6.3?arch=noarch\u0026epoch=32" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "bind9.16-32:9.16.23-0.7.el8_6.3.src", "product": { "name": "bind9.16-32:9.16.23-0.7.el8_6.3.src", "product_id": "bind9.16-32:9.16.23-0.7.el8_6.3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind9.16@9.16.23-0.7.el8_6.3?arch=src\u0026epoch=32" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "bind9.16-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-32:9.16.23-0.7.el8_6.3.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.src" }, "product_reference": "bind9.16-32:9.16.23-0.7.el8_6.3.src", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.i686" }, "product_reference": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.i686" }, "product_reference": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.i686" }, "product_reference": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686" }, "product_reference": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-doc-32:9.16.23-0.7.el8_6.3.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-doc-32:9.16.23-0.7.el8_6.3.noarch" }, "product_reference": "bind9.16-doc-32:9.16.23-0.7.el8_6.3.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.i686" }, "product_reference": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.i686" }, "product_reference": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-license-32:9.16.23-0.7.el8_6.3.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-license-32:9.16.23-0.7.el8_6.3.noarch" }, "product_reference": "bind9.16-license-32:9.16.23-0.7.el8_6.3.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686" }, "product_reference": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind9.16-32:9.16.23-0.7.el8_6.3.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:python3-bind9.16-32:9.16.23-0.7.el8_6.3.noarch" }, "product_reference": "python3-bind9.16-32:9.16.23-0.7.el8_6.3.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-32:9.16.23-0.7.el8_6.3.src as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.src" }, "product_reference": "bind9.16-32:9.16.23-0.7.el8_6.3.src", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-chroot-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.i686" }, "product_reference": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.i686" }, "product_reference": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.i686", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.i686" }, "product_reference": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.i686", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-devel-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686" }, "product_reference": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-doc-32:9.16.23-0.7.el8_6.3.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-doc-32:9.16.23-0.7.el8_6.3.noarch" }, "product_reference": "bind9.16-doc-32:9.16.23-0.7.el8_6.3.noarch", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.i686" }, "product_reference": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.i686", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-libs-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.i686" }, "product_reference": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-license-32:9.16.23-0.7.el8_6.3.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-license-32:9.16.23-0.7.el8_6.3.noarch" }, "product_reference": "bind9.16-license-32:9.16.23-0.7.el8_6.3.noarch", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-utils-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64" }, "product_reference": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686" }, "product_reference": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le" }, "product_reference": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x" }, "product_reference": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64" }, "product_reference": "bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind9.16-32:9.16.23-0.7.el8_6.3.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.8.6)", "product_id": "CRB-8.6.0.Z.EUS:python3-bind9.16-32:9.16.23-0.7.el8_6.3.noarch" }, "product_reference": "python3-bind9.16-32:9.16.23-0.7.el8_6.3.noarch", "relates_to_product_reference": "CRB-8.6.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-3341", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239621" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Bind package. The code that processes control channel messages sent to named calls certain functions recursively during packet parsing. Recursion depth is only limited by the maximum accepted packet size. Depending on the environment, this may cause the packet-parsing code to run out of available stack memory, causing named to terminate unexpectedly.", "title": "Vulnerability description" }, { "category": "summary", "text": "bind: stack exhaustion in control channel code may lead to DoS", "title": "Vulnerability summary" }, { "category": "other", "text": "Since each incoming control channel message is fully parsed before its contents are authenticated, exploiting this flaw does not require the attacker to hold a valid RNDC key, only network access to the control channel\u2019s configured TCP port is necessary.", "title": "Statement" }, { "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": [ "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.src", "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-doc-32:9.16.23-0.7.el8_6.3.noarch", "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-license-32:9.16.23-0.7.el8_6.3.noarch", "AppStream-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:python3-bind9.16-32:9.16.23-0.7.el8_6.3.noarch", "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.src", "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-doc-32:9.16.23-0.7.el8_6.3.noarch", "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-license-32:9.16.23-0.7.el8_6.3.noarch", "CRB-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:python3-bind9.16-32:9.16.23-0.7.el8_6.3.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3341" }, { "category": "external", "summary": "RHBZ#2239621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239621" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3341", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3341" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341" } ], "release_date": "2023-09-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-17T09:32:27+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": [ "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.src", "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-doc-32:9.16.23-0.7.el8_6.3.noarch", "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-license-32:9.16.23-0.7.el8_6.3.noarch", "AppStream-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:python3-bind9.16-32:9.16.23-0.7.el8_6.3.noarch", "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.src", "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-doc-32:9.16.23-0.7.el8_6.3.noarch", "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-license-32:9.16.23-0.7.el8_6.3.noarch", "CRB-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:python3-bind9.16-32:9.16.23-0.7.el8_6.3.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5771" }, { "category": "workaround", "details": "By default, named only allows control-channel connections over the loopback interface, making this attack impossible to carry out over the network. When enabling remote access to the control channel\u2019s configured TCP port, care should be taken to limit such access to trusted IP ranges on the network level, effectively preventing unauthorized parties from carrying out the attack described in this advisory.", "product_ids": [ "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.src", "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-doc-32:9.16.23-0.7.el8_6.3.noarch", "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-license-32:9.16.23-0.7.el8_6.3.noarch", "AppStream-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:python3-bind9.16-32:9.16.23-0.7.el8_6.3.noarch", "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.src", "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-doc-32:9.16.23-0.7.el8_6.3.noarch", "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-license-32:9.16.23-0.7.el8_6.3.noarch", "CRB-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:python3-bind9.16-32:9.16.23-0.7.el8_6.3.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.src", "AppStream-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-doc-32:9.16.23-0.7.el8_6.3.noarch", "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-license-32:9.16.23-0.7.el8_6.3.noarch", "AppStream-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "AppStream-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "AppStream-8.6.0.Z.EUS:python3-bind9.16-32:9.16.23-0.7.el8_6.3.noarch", "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.src", "CRB-8.6.0.Z.EUS:bind9.16-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-chroot-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-debugsource-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-devel-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-dnssec-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-doc-32:9.16.23-0.7.el8_6.3.noarch", "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-libs-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-libs-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-license-32:9.16.23-0.7.el8_6.3.noarch", "CRB-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-utils-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.aarch64", "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.i686", "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.ppc64le", "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.s390x", "CRB-8.6.0.Z.EUS:bind9.16-utils-debuginfo-32:9.16.23-0.7.el8_6.3.x86_64", "CRB-8.6.0.Z.EUS:python3-bind9.16-32:9.16.23-0.7.el8_6.3.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "bind: stack exhaustion in control channel code may lead to DoS" } ] }
rhsa-2023_5526
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "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 bind is now available for Red Hat Enterprise Linux 8.1 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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 Berkeley Internet Name Domain (BIND) is an implementation of the Domain Name System (DNS) protocols. BIND includes a DNS server (named); a resolver library (routines for applications to use when interfacing with DNS); and tools for verifying that the DNS server is operating correctly.\n\nSecurity Fix(es):\n\n* bind: stack exhaustion in control channel code may lead to DoS (CVE-2023-3341)\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.", "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-2023:5526", "url": "https://access.redhat.com/errata/RHSA-2023:5526" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2239621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239621" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5526.json" } ], "title": "Red Hat Security Advisory: bind security update", "tracking": { "current_release_date": "2024-11-06T03:48:56+00:00", "generator": { "date": "2024-11-06T03:48:56+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:5526", "initial_release_date": "2023-10-09T10:55:45+00:00", "revision_history": [ { "date": "2023-10-09T10:55:45+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-10-09T10:55:45+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:48:56+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 AppStream E4S (v. 8.1)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.1::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product": { "name": "Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:8.1::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-libs-lite-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-libs-lite-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-lite-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-lite-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-pkcs11-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-pkcs11-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-sdb-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-sdb-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-chroot@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-debugsource-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-debugsource-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs-debuginfo@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite-debuginfo@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-debuginfo@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs-debuginfo@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils-debuginfo@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-debuginfo@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-export-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-export-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "product": { "name": "bind-export-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_id": "bind-export-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.4-26.P2.el8_1.8?arch=ppc64le\u0026epoch=32" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-libs-lite-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-libs-lite-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-lite-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-lite-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-pkcs11-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-pkcs11-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-sdb-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-sdb-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-chroot@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-debugsource-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-debugsource-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs-debuginfo@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite-debuginfo@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-debuginfo@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs-debuginfo@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils-debuginfo@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-debuginfo@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-export-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-export-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "product": { "name": "bind-export-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "product_id": "bind-export-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.4-26.P2.el8_1.8?arch=x86_64\u0026epoch=32" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "bind-devel-32:9.11.4-26.P2.el8_1.8.i686", "product": { "name": "bind-devel-32:9.11.4-26.P2.el8_1.8.i686", "product_id": "bind-devel-32:9.11.4-26.P2.el8_1.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.4-26.P2.el8_1.8?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.4-26.P2.el8_1.8.i686", "product": { "name": "bind-libs-32:9.11.4-26.P2.el8_1.8.i686", "product_id": "bind-libs-32:9.11.4-26.P2.el8_1.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.4-26.P2.el8_1.8?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.4-26.P2.el8_1.8.i686", "product": { "name": "bind-libs-lite-32:9.11.4-26.P2.el8_1.8.i686", "product_id": "bind-libs-lite-32:9.11.4-26.P2.el8_1.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.4-26.P2.el8_1.8?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.4-26.P2.el8_1.8.i686", "product": { "name": "bind-lite-devel-32:9.11.4-26.P2.el8_1.8.i686", "product_id": "bind-lite-devel-32:9.11.4-26.P2.el8_1.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.4-26.P2.el8_1.8?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.i686", "product": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.i686", "product_id": "bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.4-26.P2.el8_1.8?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.i686", "product": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.i686", "product_id": "bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.4-26.P2.el8_1.8?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.11.4-26.P2.el8_1.8.i686", "product": { "name": "bind-debugsource-32:9.11.4-26.P2.el8_1.8.i686", "product_id": "bind-debugsource-32:9.11.4-26.P2.el8_1.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.11.4-26.P2.el8_1.8?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product": { "name": "bind-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product_id": "bind-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.4-26.P2.el8_1.8?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product": { "name": "bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product_id": "bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs-debuginfo@9.11.4-26.P2.el8_1.8?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product": { "name": "bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product_id": "bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.11.4-26.P2.el8_1.8?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product": { "name": "bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product_id": "bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite-debuginfo@9.11.4-26.P2.el8_1.8?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product": { "name": "bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product_id": "bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-debuginfo@9.11.4-26.P2.el8_1.8?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product_id": "bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs-debuginfo@9.11.4-26.P2.el8_1.8?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product_id": "bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils-debuginfo@9.11.4-26.P2.el8_1.8?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product": { "name": "bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product_id": "bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-debuginfo@9.11.4-26.P2.el8_1.8?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product": { "name": "bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product_id": "bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.11.4-26.P2.el8_1.8?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.4-26.P2.el8_1.8.i686", "product": { "name": "bind-export-devel-32:9.11.4-26.P2.el8_1.8.i686", "product_id": "bind-export-devel-32:9.11.4-26.P2.el8_1.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.4-26.P2.el8_1.8?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.4-26.P2.el8_1.8.i686", "product": { "name": "bind-export-libs-32:9.11.4-26.P2.el8_1.8.i686", "product_id": "bind-export-libs-32:9.11.4-26.P2.el8_1.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.4-26.P2.el8_1.8?arch=i686\u0026epoch=32" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "bind-license-32:9.11.4-26.P2.el8_1.8.noarch", "product": { "name": "bind-license-32:9.11.4-26.P2.el8_1.8.noarch", "product_id": "bind-license-32:9.11.4-26.P2.el8_1.8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-license@9.11.4-26.P2.el8_1.8?arch=noarch\u0026epoch=32" } } }, { "category": "product_version", "name": "python3-bind-32:9.11.4-26.P2.el8_1.8.noarch", "product": { "name": "python3-bind-32:9.11.4-26.P2.el8_1.8.noarch", "product_id": "python3-bind-32:9.11.4-26.P2.el8_1.8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-bind@9.11.4-26.P2.el8_1.8?arch=noarch\u0026epoch=32" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.11.4-26.P2.el8_1.8.src", "product": { "name": "bind-32:9.11.4-26.P2.el8_1.8.src", "product_id": "bind-32:9.11.4-26.P2.el8_1.8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.4-26.P2.el8_1.8?arch=src\u0026epoch=32" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el8_1.8.src as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.src" }, "product_reference": "bind-32:9.11.4-26.P2.el8_1.8.src", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-chroot-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-debugsource-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-debugsource-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-debugsource-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.4-26.P2.el8_1.8.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-license-32:9.11.4-26.P2.el8_1.8.noarch" }, "product_reference": "bind-license-32:9.11.4-26.P2.el8_1.8.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-pkcs11-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-pkcs11-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-sdb-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-sdb-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-utils-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-utils-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.11.4-26.P2.el8_1.8.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)", "product_id": "AppStream-8.1.0.Z.E4S:python3-bind-32:9.11.4-26.P2.el8_1.8.noarch" }, "product_reference": "python3-bind-32:9.11.4-26.P2.el8_1.8.noarch", "relates_to_product_reference": "AppStream-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el8_1.8.src as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.src" }, "product_reference": "bind-32:9.11.4-26.P2.el8_1.8.src", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-chroot-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-debugsource-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-debugsource-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-debugsource-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-export-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-export-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.4-26.P2.el8_1.8.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-license-32:9.11.4-26.P2.el8_1.8.noarch" }, "product_reference": "bind-license-32:9.11.4-26.P2.el8_1.8.noarch", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-pkcs11-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-pkcs11-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-sdb-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-sdb-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-sdb-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-utils-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-utils-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686" }, "product_reference": "bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le" }, "product_reference": "bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.11.4-26.P2.el8_1.8.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v. 8.1)", "product_id": "BaseOS-8.1.0.Z.E4S:python3-bind-32:9.11.4-26.P2.el8_1.8.noarch" }, "product_reference": "python3-bind-32:9.11.4-26.P2.el8_1.8.noarch", "relates_to_product_reference": "BaseOS-8.1.0.Z.E4S" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-3341", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239621" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Bind package. The code that processes control channel messages sent to named calls certain functions recursively during packet parsing. Recursion depth is only limited by the maximum accepted packet size. Depending on the environment, this may cause the packet-parsing code to run out of available stack memory, causing named to terminate unexpectedly.", "title": "Vulnerability description" }, { "category": "summary", "text": "bind: stack exhaustion in control channel code may lead to DoS", "title": "Vulnerability summary" }, { "category": "other", "text": "Since each incoming control channel message is fully parsed before its contents are authenticated, exploiting this flaw does not require the attacker to hold a valid RNDC key, only network access to the control channel\u2019s configured TCP port is necessary.", "title": "Statement" }, { "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": [ "AppStream-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.src", "AppStream-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-license-32:9.11.4-26.P2.el8_1.8.noarch", "AppStream-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-sdb-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-sdb-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:python3-bind-32:9.11.4-26.P2.el8_1.8.noarch", "BaseOS-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.src", "BaseOS-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-license-32:9.11.4-26.P2.el8_1.8.noarch", "BaseOS-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-sdb-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-sdb-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:python3-bind-32:9.11.4-26.P2.el8_1.8.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3341" }, { "category": "external", "summary": "RHBZ#2239621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239621" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3341", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3341" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341" } ], "release_date": "2023-09-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-09T10:55:45+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\n\nAfter installing the update, the BIND daemon (named) will be restarted automatically.", "product_ids": [ "AppStream-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.src", "AppStream-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-license-32:9.11.4-26.P2.el8_1.8.noarch", "AppStream-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-sdb-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-sdb-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:python3-bind-32:9.11.4-26.P2.el8_1.8.noarch", "BaseOS-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.src", "BaseOS-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-license-32:9.11.4-26.P2.el8_1.8.noarch", "BaseOS-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-sdb-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-sdb-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:python3-bind-32:9.11.4-26.P2.el8_1.8.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5526" }, { "category": "workaround", "details": "By default, named only allows control-channel connections over the loopback interface, making this attack impossible to carry out over the network. When enabling remote access to the control channel\u2019s configured TCP port, care should be taken to limit such access to trusted IP ranges on the network level, effectively preventing unauthorized parties from carrying out the attack described in this advisory.", "product_ids": [ "AppStream-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.src", "AppStream-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-license-32:9.11.4-26.P2.el8_1.8.noarch", "AppStream-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-sdb-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-sdb-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:python3-bind-32:9.11.4-26.P2.el8_1.8.noarch", "BaseOS-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.src", "BaseOS-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-license-32:9.11.4-26.P2.el8_1.8.noarch", "BaseOS-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-sdb-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-sdb-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:python3-bind-32:9.11.4-26.P2.el8_1.8.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.src", "AppStream-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-license-32:9.11.4-26.P2.el8_1.8.noarch", "AppStream-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-sdb-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-sdb-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "AppStream-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "AppStream-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "AppStream-8.1.0.Z.E4S:python3-bind-32:9.11.4-26.P2.el8_1.8.noarch", "BaseOS-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.src", "BaseOS-8.1.0.Z.E4S:bind-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-debugsource-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-export-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-export-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-license-32:9.11.4-26.P2.el8_1.8.noarch", "BaseOS-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-lite-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-devel-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-sdb-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-sdb-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-sdb-chroot-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-sdb-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-utils-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-utils-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.i686", "BaseOS-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.ppc64le", "BaseOS-8.1.0.Z.E4S:bind-utils-debuginfo-32:9.11.4-26.P2.el8_1.8.x86_64", "BaseOS-8.1.0.Z.E4S:python3-bind-32:9.11.4-26.P2.el8_1.8.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "bind: stack exhaustion in control channel code may lead to DoS" } ] }
rhsa-2023_5529
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "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 bind is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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 Berkeley Internet Name Domain (BIND) is an implementation of the Domain Name System (DNS) protocols. BIND includes a DNS server (named); a resolver library (routines for applications to use when interfacing with DNS); and tools for verifying that the DNS server is operating correctly.\n\nSecurity Fix(es):\n\n* bind: stack exhaustion in control channel code may lead to DoS (CVE-2023-3341)\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.", "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-2023:5529", "url": "https://access.redhat.com/errata/RHSA-2023:5529" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2239621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239621" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5529.json" } ], "title": "Red Hat Security Advisory: bind security update", "tracking": { "current_release_date": "2024-11-06T03:48:45+00:00", "generator": { "date": "2024-11-06T03:48:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:5529", "initial_release_date": "2023-10-09T10:03:27+00:00", "revision_history": [ { "date": "2023-10-09T10:03:27+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-10-09T10:03:27+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:48:45+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 AppStream AUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:8.4::baseos" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product": { "name": "Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:8.4::baseos" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_tus:8.4::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-devel-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-devel-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-libs-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-libs-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-chroot@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-utils-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-utils-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs-debuginfo@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite-debuginfo@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-debuginfo@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs-debuginfo@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils-debuginfo@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-debuginfo@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "product": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "product_id": "bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.26-4.el8_4.3?arch=x86_64\u0026epoch=32" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "bind-devel-32:9.11.26-4.el8_4.3.i686", "product": { "name": "bind-devel-32:9.11.26-4.el8_4.3.i686", "product_id": "bind-devel-32:9.11.26-4.el8_4.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.26-4.el8_4.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.26-4.el8_4.3.i686", "product": { "name": "bind-libs-32:9.11.26-4.el8_4.3.i686", "product_id": "bind-libs-32:9.11.26-4.el8_4.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.26-4.el8_4.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "product": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "product_id": "bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.26-4.el8_4.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "product": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "product_id": "bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.26-4.el8_4.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "product": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "product_id": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.26-4.el8_4.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "product": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "product_id": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.26-4.el8_4.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.11.26-4.el8_4.3.i686", "product": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.i686", "product_id": "bind-debugsource-32:9.11.26-4.el8_4.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.11.26-4.el8_4.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "product": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "product_id": "bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.26-4.el8_4.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "product": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "product_id": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs-debuginfo@9.11.26-4.el8_4.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "product": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "product_id": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.11.26-4.el8_4.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "product": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "product_id": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite-debuginfo@9.11.26-4.el8_4.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "product": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "product_id": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-debuginfo@9.11.26-4.el8_4.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "product": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "product_id": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs-debuginfo@9.11.26-4.el8_4.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "product": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "product_id": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils-debuginfo@9.11.26-4.el8_4.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "product": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "product_id": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-debuginfo@9.11.26-4.el8_4.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "product": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "product_id": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.11.26-4.el8_4.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.26-4.el8_4.3.i686", "product": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.i686", "product_id": "bind-export-devel-32:9.11.26-4.el8_4.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.26-4.el8_4.3?arch=i686\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.26-4.el8_4.3.i686", "product": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.i686", "product_id": "bind-export-libs-32:9.11.26-4.el8_4.3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.26-4.el8_4.3?arch=i686\u0026epoch=32" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "bind-license-32:9.11.26-4.el8_4.3.noarch", "product": { "name": "bind-license-32:9.11.26-4.el8_4.3.noarch", "product_id": "bind-license-32:9.11.26-4.el8_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-license@9.11.26-4.el8_4.3?arch=noarch\u0026epoch=32" } } }, { "category": "product_version", "name": "python3-bind-32:9.11.26-4.el8_4.3.noarch", "product": { "name": "python3-bind-32:9.11.26-4.el8_4.3.noarch", "product_id": "python3-bind-32:9.11.26-4.el8_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-bind@9.11.26-4.el8_4.3?arch=noarch\u0026epoch=32" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.11.26-4.el8_4.3.src", "product": { "name": "bind-32:9.11.26-4.el8_4.3.src", "product_id": "bind-32:9.11.26-4.el8_4.3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.26-4.el8_4.3?arch=src\u0026epoch=32" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-chroot-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-chroot-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-devel-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-devel-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-libs-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-libs-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-libs-lite-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-lite-devel-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-pkcs11-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-pkcs11-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-sdb-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-sdb-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-chroot@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-utils-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-utils-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-debugsource-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs-debuginfo@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite-debuginfo@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-debuginfo@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs-debuginfo@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils-debuginfo@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-debuginfo@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-export-devel-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.26-4.el8_4.3.aarch64", "product": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.aarch64", "product_id": "bind-export-libs-32:9.11.26-4.el8_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.26-4.el8_4.3?arch=aarch64\u0026epoch=32" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-chroot-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-chroot-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-devel-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-devel-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-libs-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-libs-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-libs-lite-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-lite-devel-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-pkcs11-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-pkcs11-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-sdb-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-sdb-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-chroot@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-utils-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-utils-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-debugsource-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs-debuginfo@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite-debuginfo@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-debuginfo@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs-debuginfo@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils-debuginfo@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-debuginfo@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-export-devel-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.26-4.el8_4.3.ppc64le", "product": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.ppc64le", "product_id": "bind-export-libs-32:9.11.26-4.el8_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.26-4.el8_4.3?arch=ppc64le\u0026epoch=32" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bind-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-chroot-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-chroot-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-chroot-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-chroot@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-devel-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-devel-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-devel-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-devel@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-libs-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-libs-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-libs-lite-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-lite-devel-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-lite-devel@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-pkcs11-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-pkcs11-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-devel@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-sdb-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-sdb-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-chroot@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-utils-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-utils-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debugsource-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-debugsource-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debugsource@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-debuginfo@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs-debuginfo@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-debuginfo@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-libs-lite-debuginfo@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-debuginfo@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-libs-debuginfo@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-pkcs11-utils-debuginfo@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-sdb-debuginfo@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-utils-debuginfo@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-devel-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-export-devel-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-devel@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } }, { "category": "product_version", "name": "bind-export-libs-32:9.11.26-4.el8_4.3.s390x", "product": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.s390x", "product_id": "bind-export-libs-32:9.11.26-4.el8_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bind-export-libs@9.11.26-4.el8_4.3?arch=s390x\u0026epoch=32" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.26-4.el8_4.3.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-32:9.11.26-4.el8_4.3.src" }, "product_reference": "bind-32:9.11.26-4.el8_4.3.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-chroot-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-debugsource-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-debugsource-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-export-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-export-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-export-libs-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-export-libs-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-libs-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-libs-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-libs-lite-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.26-4.el8_4.3.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-license-32:9.11.26-4.el8_4.3.noarch" }, "product_reference": "bind-license-32:9.11.26-4.el8_4.3.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-lite-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-sdb-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-utils-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-utils-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.11.26-4.el8_4.3.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python3-bind-32:9.11.26-4.el8_4.3.noarch" }, "product_reference": "python3-bind-32:9.11.26-4.el8_4.3.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.26-4.el8_4.3.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.src" }, "product_reference": "bind-32:9.11.26-4.el8_4.3.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-chroot-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-chroot-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-chroot-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-debuginfo-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-debugsource-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-debugsource-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-debugsource-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-debugsource-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-devel-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-devel-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-devel-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-export-devel-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-export-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-export-devel-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-export-devel-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-export-libs-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-export-libs-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-export-libs-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-export-libs-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-libs-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-libs-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-libs-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-libs-lite-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-libs-lite-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-libs-lite-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.26-4.el8_4.3.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-license-32:9.11.26-4.el8_4.3.noarch" }, "product_reference": "bind-license-32:9.11.26-4.el8_4.3.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-lite-devel-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-lite-devel-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-lite-devel-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-pkcs11-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-pkcs11-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-pkcs11-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-sdb-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-sdb-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-sdb-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-utils-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-utils-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-utils-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-utils-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.11.26-4.el8_4.3.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python3-bind-32:9.11.26-4.el8_4.3.noarch" }, "product_reference": "python3-bind-32:9.11.26-4.el8_4.3.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.26-4.el8_4.3.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-32:9.11.26-4.el8_4.3.src" }, "product_reference": "bind-32:9.11.26-4.el8_4.3.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-chroot-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-debugsource-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-debugsource-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-export-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-export-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-export-libs-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-export-libs-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-libs-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-libs-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-libs-lite-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.26-4.el8_4.3.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-license-32:9.11.26-4.el8_4.3.noarch" }, "product_reference": "bind-license-32:9.11.26-4.el8_4.3.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-lite-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-sdb-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-utils-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-utils-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.11.26-4.el8_4.3.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python3-bind-32:9.11.26-4.el8_4.3.noarch" }, "product_reference": "python3-bind-32:9.11.26-4.el8_4.3.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.26-4.el8_4.3.src as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-32:9.11.26-4.el8_4.3.src" }, "product_reference": "bind-32:9.11.26-4.el8_4.3.src", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-chroot-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-debugsource-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-debugsource-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-export-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-export-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-export-libs-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-export-libs-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-libs-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-libs-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-libs-lite-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.26-4.el8_4.3.noarch as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-license-32:9.11.26-4.el8_4.3.noarch" }, "product_reference": "bind-license-32:9.11.26-4.el8_4.3.noarch", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-lite-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-sdb-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-utils-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-utils-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.11.26-4.el8_4.3.noarch as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:python3-bind-32:9.11.26-4.el8_4.3.noarch" }, "product_reference": "python3-bind-32:9.11.26-4.el8_4.3.noarch", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.26-4.el8_4.3.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.src" }, "product_reference": "bind-32:9.11.26-4.el8_4.3.src", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-chroot-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-chroot-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-chroot-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-debuginfo-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-debugsource-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-debugsource-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-debugsource-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-debugsource-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-devel-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-devel-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-devel-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-export-devel-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-export-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-export-devel-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-export-devel-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-export-libs-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-export-libs-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-export-libs-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-export-libs-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-libs-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-libs-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-libs-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-libs-lite-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-libs-lite-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-libs-lite-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.26-4.el8_4.3.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-license-32:9.11.26-4.el8_4.3.noarch" }, "product_reference": "bind-license-32:9.11.26-4.el8_4.3.noarch", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-lite-devel-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-lite-devel-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-lite-devel-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-pkcs11-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-pkcs11-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-pkcs11-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-sdb-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-sdb-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-sdb-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-utils-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-utils-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-utils-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-utils-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64" }, "product_reference": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le" }, "product_reference": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x" }, "product_reference": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.11.26-4.el8_4.3.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.4)", "product_id": "BaseOS-8.4.0.Z.E4S:python3-bind-32:9.11.26-4.el8_4.3.noarch" }, "product_reference": "python3-bind-32:9.11.26-4.el8_4.3.noarch", "relates_to_product_reference": "BaseOS-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.26-4.el8_4.3.src as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-32:9.11.26-4.el8_4.3.src" }, "product_reference": "bind-32:9.11.26-4.el8_4.3.src", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-chroot-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-chroot-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-debugsource-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-debugsource-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-debugsource-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-export-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-export-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-export-libs-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-export-libs-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-libs-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-libs-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-libs-lite-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-license-32:9.11.26-4.el8_4.3.noarch as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-license-32:9.11.26-4.el8_4.3.noarch" }, "product_reference": "bind-license-32:9.11.26-4.el8_4.3.noarch", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-lite-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-sdb-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-utils-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-utils-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686" }, "product_reference": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64" }, "product_reference": "bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-bind-32:9.11.26-4.el8_4.3.noarch as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.TUS:python3-bind-32:9.11.26-4.el8_4.3.noarch" }, "product_reference": "python3-bind-32:9.11.26-4.el8_4.3.noarch", "relates_to_product_reference": "BaseOS-8.4.0.Z.TUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-3341", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-09-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2239621" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Bind package. The code that processes control channel messages sent to named calls certain functions recursively during packet parsing. Recursion depth is only limited by the maximum accepted packet size. Depending on the environment, this may cause the packet-parsing code to run out of available stack memory, causing named to terminate unexpectedly.", "title": "Vulnerability description" }, { "category": "summary", "text": "bind: stack exhaustion in control channel code may lead to DoS", "title": "Vulnerability summary" }, { "category": "other", "text": "Since each incoming control channel message is fully parsed before its contents are authenticated, exploiting this flaw does not require the attacker to hold a valid RNDC key, only network access to the control channel\u2019s configured TCP port is necessary.", "title": "Statement" }, { "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": [ "AppStream-8.4.0.Z.AUS:bind-32:9.11.26-4.el8_4.3.src", "AppStream-8.4.0.Z.AUS:bind-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-license-32:9.11.26-4.el8_4.3.noarch", "AppStream-8.4.0.Z.AUS:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:python3-bind-32:9.11.26-4.el8_4.3.noarch", "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.src", "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-license-32:9.11.26-4.el8_4.3.noarch", "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:python3-bind-32:9.11.26-4.el8_4.3.noarch", "AppStream-8.4.0.Z.TUS:bind-32:9.11.26-4.el8_4.3.src", "AppStream-8.4.0.Z.TUS:bind-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-license-32:9.11.26-4.el8_4.3.noarch", "AppStream-8.4.0.Z.TUS:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:python3-bind-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.AUS:bind-32:9.11.26-4.el8_4.3.src", "BaseOS-8.4.0.Z.AUS:bind-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-license-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.AUS:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:python3-bind-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.src", "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-license-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:python3-bind-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.TUS:bind-32:9.11.26-4.el8_4.3.src", "BaseOS-8.4.0.Z.TUS:bind-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-license-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.TUS:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:python3-bind-32:9.11.26-4.el8_4.3.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3341" }, { "category": "external", "summary": "RHBZ#2239621", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239621" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3341", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3341" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341" } ], "release_date": "2023-09-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-09T10:03:27+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\n\nAfter installing the update, the BIND daemon (named) will be restarted automatically.", "product_ids": [ "AppStream-8.4.0.Z.AUS:bind-32:9.11.26-4.el8_4.3.src", "AppStream-8.4.0.Z.AUS:bind-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-license-32:9.11.26-4.el8_4.3.noarch", "AppStream-8.4.0.Z.AUS:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:python3-bind-32:9.11.26-4.el8_4.3.noarch", "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.src", "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-license-32:9.11.26-4.el8_4.3.noarch", "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:python3-bind-32:9.11.26-4.el8_4.3.noarch", "AppStream-8.4.0.Z.TUS:bind-32:9.11.26-4.el8_4.3.src", "AppStream-8.4.0.Z.TUS:bind-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-license-32:9.11.26-4.el8_4.3.noarch", "AppStream-8.4.0.Z.TUS:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:python3-bind-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.AUS:bind-32:9.11.26-4.el8_4.3.src", "BaseOS-8.4.0.Z.AUS:bind-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-license-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.AUS:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:python3-bind-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.src", "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-license-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:python3-bind-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.TUS:bind-32:9.11.26-4.el8_4.3.src", "BaseOS-8.4.0.Z.TUS:bind-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-license-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.TUS:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:python3-bind-32:9.11.26-4.el8_4.3.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5529" }, { "category": "workaround", "details": "By default, named only allows control-channel connections over the loopback interface, making this attack impossible to carry out over the network. When enabling remote access to the control channel\u2019s configured TCP port, care should be taken to limit such access to trusted IP ranges on the network level, effectively preventing unauthorized parties from carrying out the attack described in this advisory.", "product_ids": [ "AppStream-8.4.0.Z.AUS:bind-32:9.11.26-4.el8_4.3.src", "AppStream-8.4.0.Z.AUS:bind-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-license-32:9.11.26-4.el8_4.3.noarch", "AppStream-8.4.0.Z.AUS:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:python3-bind-32:9.11.26-4.el8_4.3.noarch", "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.src", "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-license-32:9.11.26-4.el8_4.3.noarch", "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:python3-bind-32:9.11.26-4.el8_4.3.noarch", "AppStream-8.4.0.Z.TUS:bind-32:9.11.26-4.el8_4.3.src", "AppStream-8.4.0.Z.TUS:bind-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-license-32:9.11.26-4.el8_4.3.noarch", "AppStream-8.4.0.Z.TUS:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:python3-bind-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.AUS:bind-32:9.11.26-4.el8_4.3.src", "BaseOS-8.4.0.Z.AUS:bind-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-license-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.AUS:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:python3-bind-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.src", "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-license-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:python3-bind-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.TUS:bind-32:9.11.26-4.el8_4.3.src", "BaseOS-8.4.0.Z.TUS:bind-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-license-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.TUS:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:python3-bind-32:9.11.26-4.el8_4.3.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.AUS:bind-32:9.11.26-4.el8_4.3.src", "AppStream-8.4.0.Z.AUS:bind-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-license-32:9.11.26-4.el8_4.3.noarch", "AppStream-8.4.0.Z.AUS:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.AUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.AUS:python3-bind-32:9.11.26-4.el8_4.3.noarch", "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.src", "AppStream-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-license-32:9.11.26-4.el8_4.3.noarch", "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "AppStream-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.E4S:python3-bind-32:9.11.26-4.el8_4.3.noarch", "AppStream-8.4.0.Z.TUS:bind-32:9.11.26-4.el8_4.3.src", "AppStream-8.4.0.Z.TUS:bind-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-license-32:9.11.26-4.el8_4.3.noarch", "AppStream-8.4.0.Z.TUS:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "AppStream-8.4.0.Z.TUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "AppStream-8.4.0.Z.TUS:python3-bind-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.AUS:bind-32:9.11.26-4.el8_4.3.src", "BaseOS-8.4.0.Z.AUS:bind-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-license-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.AUS:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.AUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.AUS:python3-bind-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.src", "BaseOS-8.4.0.Z.E4S:bind-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-license-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.aarch64", "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.ppc64le", "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.s390x", "BaseOS-8.4.0.Z.E4S:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.E4S:python3-bind-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.TUS:bind-32:9.11.26-4.el8_4.3.src", "BaseOS-8.4.0.Z.TUS:bind-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-debugsource-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-debugsource-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-export-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-export-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-export-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-export-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-export-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-libs-lite-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-libs-lite-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-libs-lite-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-license-32:9.11.26-4.el8_4.3.noarch", "BaseOS-8.4.0.Z.TUS:bind-lite-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-lite-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-devel-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-libs-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-libs-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-pkcs11-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-sdb-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-sdb-chroot-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-sdb-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-utils-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.i686", "BaseOS-8.4.0.Z.TUS:bind-utils-debuginfo-32:9.11.26-4.el8_4.3.x86_64", "BaseOS-8.4.0.Z.TUS:python3-bind-32:9.11.26-4.el8_4.3.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "bind: stack exhaustion in control channel code may lead to DoS" } ] }
gsd-2023-3341
Vulnerability from gsd
{ "GSD": { "alias": "CVE-2023-3341", "id": "GSD-2023-3341" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-3341" ], "details": "The code that processes control channel messages sent to `named` calls certain functions recursively during packet parsing. Recursion depth is only limited by the maximum accepted packet size; depending on the environment, this may cause the packet-parsing code to run out of available stack memory, causing `named` to terminate unexpectedly. Since each incoming control channel message is fully parsed before its contents are authenticated, exploiting this flaw does not require the attacker to hold a valid RNDC key; only network access to the control channel\u0027s configured TCP port is necessary.\nThis issue affects BIND 9 versions 9.2.0 through 9.16.43, 9.18.0 through 9.18.18, 9.19.0 through 9.19.16, 9.9.3-S1 through 9.16.43-S1, and 9.18.0-S1 through 9.18.18-S1.", "id": "GSD-2023-3341", "modified": "2023-12-13T01:20:55.083955Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-officer@isc.org", "ID": "CVE-2023-3341", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "BIND 9", "version": { "version_data": [ { "version_affected": "\u003c=", "version_name": "9.2.0", "version_value": "9.16.43" }, { "version_affected": "\u003c=", "version_name": "9.18.0", "version_value": "9.18.18" }, { "version_affected": "\u003c=", "version_name": "9.19.0", "version_value": "9.19.16" }, { "version_affected": "\u003c=", "version_name": "9.9.3-S1", "version_value": "9.16.43-S1" }, { "version_affected": "\u003c=", "version_name": "9.18.0-S1", "version_value": "9.18.18-S1" } ] } } ] }, "vendor_name": "ISC" } ] } }, "credits": [ { "lang": "en", "value": "ISC would like to thank Eric Sesterhenn from X41 D-Sec GmbH for bringing this vulnerability to our attention." } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "The code that processes control channel messages sent to `named` calls certain functions recursively during packet parsing. Recursion depth is only limited by the maximum accepted packet size; depending on the environment, this may cause the packet-parsing code to run out of available stack memory, causing `named` to terminate unexpectedly. Since each incoming control channel message is fully parsed before its contents are authenticated, exploiting this flaw does not require the attacker to hold a valid RNDC key; only network access to the control channel\u0027s configured TCP port is necessary.\nThis issue affects BIND 9 versions 9.2.0 through 9.16.43, 9.18.0 through 9.18.18, 9.19.0 through 9.19.16, 9.9.3-S1 through 9.16.43-S1, and 9.18.0-S1 through 9.18.18-S1." } ] }, "exploit": [ { "lang": "en", "value": "We are not aware of any active exploits." } ], "impact": { "cvss": [ { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://kb.isc.org/docs/cve-2023-3341", "refsource": "MISC", "url": "https://kb.isc.org/docs/cve-2023-3341" }, { "name": "http://www.openwall.com/lists/oss-security/2023/09/20/2", "refsource": "MISC", "url": "http://www.openwall.com/lists/oss-security/2023/09/20/2" }, { "name": "https://www.debian.org/security/2023/dsa-5504", "refsource": "MISC", "url": "https://www.debian.org/security/2023/dsa-5504" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IPJLLTJCSDJJII7IIZPLTBQNWP7MZH7F/", "refsource": "MISC", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IPJLLTJCSDJJII7IIZPLTBQNWP7MZH7F/" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U35OARLQCPMVCBBPHWBXY5M6XJLD2TZ5/", "refsource": "MISC", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U35OARLQCPMVCBBPHWBXY5M6XJLD2TZ5/" }, { "name": "https://security.netapp.com/advisory/ntap-20231013-0003/", "refsource": "MISC", "url": "https://security.netapp.com/advisory/ntap-20231013-0003/" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VSK5V4W4OHPM3JTJGWAQD6CZW7SFD75B/", "refsource": "MISC", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VSK5V4W4OHPM3JTJGWAQD6CZW7SFD75B/" }, { "name": "https://lists.debian.org/debian-lts-announce/2024/01/msg00021.html", "refsource": "MISC", "url": "https://lists.debian.org/debian-lts-announce/2024/01/msg00021.html" } ] }, "solution": [ { "lang": "en", "value": "Upgrade to the patched release most closely related to your current version of BIND 9: 9.16.44, 9.18.19, 9.19.17, 9.16.44-S1, or 9.18.19-S1." } ], "source": { "discovery": "EXTERNAL" }, "work_around": [ { "lang": "en", "value": "By default, `named` only allows control-channel connections over the loopback interface, making this attack impossible to carry out over the network. When enabling remote access to the control channel\u0027s configured TCP port, care should be taken to limit such access to trusted IP ranges on the network level, effectively preventing unauthorized parties from carrying out the attack described in this advisory." } ] }, "nvd.nist.gov": { "cve": { "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:isc:bind:*:*:*:*:-:*:*:*", "matchCriteriaId": "322EA0C2-84E3-4D3E-A9DE-F02A933D6B2A", "versionEndExcluding": "9.16.44", "versionStartIncluding": "9.2.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:*:*:*:*:-:*:*:*", "matchCriteriaId": "0A49C866-6171-4FF1-876F-9B31BF10296C", "versionEndExcluding": "9.18.19", "versionStartIncluding": "9.18.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:*:*:*:*:-:*:*:*", "matchCriteriaId": "AF9DB43A-47CA-496E-8EF9-2F0C34A6E8E5", "versionEndExcluding": "9.19.17", "versionStartIncluding": "9.19.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.9.3:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "40EE014B-0CD8-45F3-BEDB-AE6368A78B04", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.9.12:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "DAF8FA8C-0526-4389-AEC6-92AD62AA3929", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.9.13:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "1A9BA952-A5DF-4CBA-8928-0B373C013C32", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.10.5:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "CAD41122-C5D8-4256-8CB7-FF88DCD96A13", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.10.7:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "6243685F-1E5B-4FF6-AE1B-44798032FBA6", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.11.3:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "C2FE13E1-0646-46FC-875B-CB4C34E20101", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.11.3:s4:*:*:supported_preview:*:*:*", "matchCriteriaId": "39995ADF-74CC-4035-ADB2-010F676FCEC7", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.11.4:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "37F4F055-5DE3-45FC-82DE-E17679E7B939", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.11.5:s3:*:*:supported_preview:*:*:*", "matchCriteriaId": "1AA16E51-819C-4A1B-B66E-1C60C1782C0D", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.11.5:s5:*:*:supported_preview:*:*:*", "matchCriteriaId": "91533F9F-C0E5-4E84-8A4C-F744F956BF97", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.11.5:s6:*:*:supported_preview:*:*:*", "matchCriteriaId": "46E6A4BD-D69B-4A70-821D-5612DD1315EF", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.11.6:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "8AF9D390-0D5B-4963-A2D3-BF1E7CD95E9D", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.11.7:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "AB2B92F1-6BA8-41CA-9000-E0633462CC28", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.11.8:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "02CA4635-7DFC-408E-A837-856E0F96CA1B", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.11.12:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "3CABCB08-B838-45F7-AA87-77C6B8767DD0", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.11.21:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "5CC1F26C-4757-4C87-BD8B-2FA456A88C6F", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.11.27:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "582A4948-B64F-45D4-807A-846A85BB6B42", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.11.29:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "F22E7F6A-0714-480D-ACDF-5027FD6697B2", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.11.35:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "255AEB06-F071-4433-93E5-9436086C1A6D", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.11.37:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "EF14D712-5FCF-492F-BE3E-745109E9D6E5", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.16.8:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "288EAD80-574B-4839-9C2C-81D6D088A733", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.16.11:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "3595F024-F910-4356-8B5B-D478960FF574", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.16.12:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "1B20F152-D0C3-4F07-83B3-5EA6B116F005", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.16.13:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "94661BA2-27F8-4FFE-B844-9404F735579D", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.16.14:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "53593603-E2AF-4925-A6E6-109F097A0FF2", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.16.21:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "751E37C2-8BFD-4306-95C1-8C01CE495FA4", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.16.32:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "CC432820-F1A2-4132-A673-2620119553C5", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.16.36:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "F70347F2-6750-4497-B8F4-2036F4F4443A", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.16.43:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "A4B53B73-DB81-4AC1-A4E6-89BB305D6514", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.18.0:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "22F7108A-73F1-4950-B2C8-AB56C1D4DAC5", "vulnerable": true }, { "criteria": "cpe:2.3:a:isc:bind:9.18.18:s1:*:*:supported_preview:*:*:*", "matchCriteriaId": "0233AEF2-9911-48AE-AE97-F217E3337AAF", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*", "matchCriteriaId": "E30D0E6F-4AE8-4284-8716-991DFA48CC5D", "vulnerable": true }, { "criteria": "cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*", "matchCriteriaId": "CC559B26-5DFC-4B7A-A27C-B77DE755DFF9", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", "matchCriteriaId": "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73", "vulnerable": true }, { "criteria": "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*", "matchCriteriaId": "FA6FEEC2-9F11-4643-8827-749718254FED", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "descriptions": [ { "lang": "en", "value": "The code that processes control channel messages sent to `named` calls certain functions recursively during packet parsing. Recursion depth is only limited by the maximum accepted packet size; depending on the environment, this may cause the packet-parsing code to run out of available stack memory, causing `named` to terminate unexpectedly. Since each incoming control channel message is fully parsed before its contents are authenticated, exploiting this flaw does not require the attacker to hold a valid RNDC key; only network access to the control channel\u0027s configured TCP port is necessary.\nThis issue affects BIND 9 versions 9.2.0 through 9.16.43, 9.18.0 through 9.18.18, 9.19.0 through 9.19.16, 9.9.3-S1 through 9.16.43-S1, and 9.18.0-S1 through 9.18.18-S1." }, { "lang": "es", "value": "El c\u00f3digo que procesa los mensajes del canal de control enviados a \"named\" llama a ciertas funciones de forma recursiva durante el an\u00e1lisis de paquetes. La profundidad de la recursividad s\u00f3lo est\u00e1 limitada por el tama\u00f1o m\u00e1ximo de paquete aceptado; Dependiendo del entorno, esto puede provocar que el c\u00f3digo de an\u00e1lisis de paquetes se quede sin memoria disponible, lo que provocar\u00e1 que \"named\" finalice inesperadamente. Dado que cada mensaje entrante del canal de control se analiza completamente antes de autenticar su contenido, explotar esta falla no requiere que el atacante tenga una clave RNDC v\u00e1lida; s\u00f3lo es necesario el acceso de red al puerto TCP configurado del canal de control. Este problema afecta a las versiones de BIND 9, 9.2.0 a 9.16.43, 9.18.0 a 9.18.18, 9.19.0 a 9.19.16, 9.9.3-S1 a 9.16.43-S1 y 9.18.0-S1 a 9.18. .18-S1." } ], "id": "CVE-2023-3341", "lastModified": "2024-02-16T18:39:05.933", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "security-officer@isc.org", "type": "Primary" } ] }, "published": "2023-09-20T13:15:11.770", "references": [ { "source": "security-officer@isc.org", "tags": [ "Mailing List", "Patch" ], "url": "http://www.openwall.com/lists/oss-security/2023/09/20/2" }, { "source": "security-officer@isc.org", "tags": [ "Vendor Advisory" ], "url": "https://kb.isc.org/docs/cve-2023-3341" }, { "source": "security-officer@isc.org", "tags": [ "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2024/01/msg00021.html" }, { "source": "security-officer@isc.org", "tags": [ "Mailing List" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IPJLLTJCSDJJII7IIZPLTBQNWP7MZH7F/" }, { "source": "security-officer@isc.org", "tags": [ "Mailing List" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U35OARLQCPMVCBBPHWBXY5M6XJLD2TZ5/" }, { "source": "security-officer@isc.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VSK5V4W4OHPM3JTJGWAQD6CZW7SFD75B/" }, { "source": "security-officer@isc.org", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20231013-0003/" }, { "source": "security-officer@isc.org", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2023/dsa-5504" } ], "sourceIdentifier": "security-officer@isc.org", "vulnStatus": "Analyzed", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-787" } ], "source": "nvd@nist.gov", "type": "Primary" } ] } } } }
wid-sec-w-2024-0064
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "JUNOS ist das \"Juniper Network Operating System\", das in Juniper Appliances verwendet wird.\r\nSRX Series Services Gateways ist ein Next-Generation Anti-Threat Firewall von Juniper.\r\nBei den Switches der Juniper EX-Serie handelt es sich um Access- und Aggregations-/Core-Layer-Switches.\r\nDie Switches der QFX-Serie von Juniper sichern und automatisieren Netzwerke in Rechenzentren. \r\nDie Juniper MX-Serie ist eine Produktfamilie von Routern.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer aus dem angrenzenden Netzwerk oder ein entfernter, anonymer, authentisierter, lokaler oder physischer Angreifer kann mehrere Schwachstellen in Juniper JUNOS, Juniper JUNOS Evolved, Juniper SRX Series, Juniper EX Series, Juniper QFX Series, Juniper ACX Series, Juniper PTX Series und Juniper MX Series ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand herbeizuf\u00fchren und seine Berechtigungen zu erweitern.", "title": "Angriff" }, { "category": "general", "text": "- BIOS/Firmware\n- Appliance", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-0064 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0064.json" }, { "category": "self", "summary": "WID-SEC-2024-0064 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0064" }, { "category": "external", "summary": "Juniper Security Advisory JSA11272 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA11272" }, { "category": "external", "summary": "Juniper Security Advisory JSA75233 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75233" }, { "category": "external", "summary": "Juniper Security Advisory JSA75721 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75721" }, { "category": "external", "summary": "Juniper Security Advisory JSA75723 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75723" }, { "category": "external", "summary": "Juniper Security Advisory JSA75725 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75725" }, { "category": "external", "summary": "Juniper Security Advisory JSA75727 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75727" }, { "category": "external", "summary": "Juniper Security Advisory JSA75729 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75729" }, { "category": "external", "summary": "Juniper Security Advisory JSA75730 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75730" }, { "category": "external", "summary": "Juniper Security Advisory JSA75733 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75733" }, { "category": "external", "summary": "Juniper Security Advisory JSA75734 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75734" }, { "category": "external", "summary": "Juniper Security Advisory JSA75735 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75735" }, { "category": "external", "summary": "Juniper Security Advisory JSA75736 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75736" }, { "category": "external", "summary": "Juniper Security Advisory JSA75737 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75737" }, { "category": "external", "summary": "Juniper Security Advisory JSA75738 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75738" }, { "category": "external", "summary": "Juniper Security Advisory JSA75740 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75740" }, { "category": "external", "summary": "Juniper Security Advisory JSA75741 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75741" }, { "category": "external", "summary": "Juniper Security Advisory JSA75742 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75742" }, { "category": "external", "summary": "Juniper Security Advisory JSA75743 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75743" }, { "category": "external", "summary": "Juniper Security Advisory JSA75744 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75744" }, { "category": "external", "summary": "Juniper Security Advisory JSA75745 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75745" }, { "category": "external", "summary": "Juniper Security Advisory JSA75747 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75747" }, { "category": "external", "summary": "Juniper Security Advisory JSA75748 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75748" }, { "category": "external", "summary": "Juniper Security Advisory JSA75752 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75752" }, { "category": "external", "summary": "Juniper Security Advisory JSA75753 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75753" }, { "category": "external", "summary": "Juniper Security Advisory JSA75754 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75754" }, { "category": "external", "summary": "Juniper Security Advisory JSA75755 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75755" }, { "category": "external", "summary": "Juniper Security Advisory JSA75757 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75757" }, { "category": "external", "summary": "Juniper Security Advisory JSA75758 vom 2024-01-10", "url": "https://supportportal.juniper.net/JSA75758" } ], "source_lang": "en-US", "title": "Juniper Produkte: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-01-10T23:00:00.000+00:00", "generator": { "date": "2024-02-15T17:56:09.941+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2024-0064", "initial_release_date": "2024-01-10T23:00:00.000+00:00", "revision_history": [ { "date": "2024-01-10T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Juniper EX Series", "product": { "name": "Juniper EX Series", "product_id": "T019811", "product_identification_helper": { "cpe": "cpe:/h:juniper:ex:-" } } }, { "category": "product_name", "name": "Juniper EX Series 4600", "product": { "name": "Juniper EX Series 4600", "product_id": "T021598", "product_identification_helper": { "cpe": "cpe:/h:juniper:ex:ex4600" } } }, { "category": "product_name", "name": "Juniper EX Series 4100", "product": { "name": "Juniper EX Series 4100", "product_id": "T030475", "product_identification_helper": { "cpe": "cpe:/h:juniper:ex:4100" } } }, { "category": "product_name", "name": "Juniper EX Series 4400", "product": { "name": "Juniper EX Series 4400", "product_id": "T030476", "product_identification_helper": { "cpe": "cpe:/h:juniper:ex:4400" } } }, { "category": "product_name", "name": "Juniper EX Series EX9200", "product": { "name": "Juniper EX Series EX9200", "product_id": "T031997", "product_identification_helper": { "cpe": "cpe:/h:juniper:ex:ex9200" } } } ], "category": "product_name", "name": "EX Series" }, { "branches": [ { "category": "product_name", "name": "Juniper JUNOS Evolved", "product": { "name": "Juniper JUNOS Evolved", "product_id": "T018886", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:evolved" } } }, { "category": "product_name", "name": "Juniper JUNOS PTX Series", "product": { "name": "Juniper JUNOS PTX Series", "product_id": "T023853", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:ptx_series" } } }, { "category": "product_name", "name": "Juniper JUNOS", "product": { "name": "Juniper JUNOS", "product_id": "T030471", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:-" } } }, { "category": "product_name", "name": "Juniper JUNOS ACX7024", "product": { "name": "Juniper JUNOS ACX7024", "product_id": "T031994", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:acx7024" } } }, { "category": "product_name", "name": "Juniper JUNOS ACX7100-32C", "product": { "name": "Juniper JUNOS ACX7100-32C", "product_id": "T031995", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:acx7100-32c" } } }, { "category": "product_name", "name": "Juniper JUNOS ACX7100-48L", "product": { "name": "Juniper JUNOS ACX7100-48L", "product_id": "T031996", "product_identification_helper": { "cpe": "cpe:/o:juniper:junos:acx7100-48l" } } } ], "category": "product_name", "name": "JUNOS" }, { "category": "product_name", "name": "Juniper MX Series", "product": { "name": "Juniper MX Series", "product_id": "918766", "product_identification_helper": { "cpe": "cpe:/h:juniper:mx:-" } } }, { "category": "product_name", "name": "Juniper QFX Series 5000", "product": { "name": "Juniper QFX Series 5000", "product_id": "T021597", "product_identification_helper": { "cpe": "cpe:/h:juniper:qfx:qfx5000" } } }, { "category": "product_name", "name": "Juniper SRX Series", "product": { "name": "Juniper SRX Series", "product_id": "T021593", "product_identification_helper": { "cpe": "cpe:/h:juniper:srx_service_gateways:-" } } } ], "category": "vendor", "name": "Juniper" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-2964", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-2964" }, { "cve": "CVE-2022-2873", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-2873" }, { "cve": "CVE-2022-2795", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-2795" }, { "cve": "CVE-2022-2663", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-2663" }, { "cve": "CVE-2022-25265", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-25265" }, { "cve": "CVE-2022-23307", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-23307" }, { "cve": "CVE-2022-23305", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-23305" }, { "cve": "CVE-2022-23302", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-23302" }, { "cve": "CVE-2022-22942", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-22942" }, { "cve": "CVE-2022-2196", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-2196" }, { "cve": "CVE-2022-21699", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-21699" }, { "cve": "CVE-2022-20141", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-20141" }, { "cve": "CVE-2022-1789", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-1789" }, { "cve": "CVE-2022-1679", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-1679" }, { "cve": "CVE-2022-1462", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-1462" }, { "cve": "CVE-2022-0934", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-0934" }, { "cve": "CVE-2022-0330", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-0330" }, { "cve": "CVE-2021-44832", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2021-44832" }, { "cve": "CVE-2021-44790", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2021-44790" }, { "cve": "CVE-2021-44228", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2021-44228" }, { "cve": "CVE-2021-4155", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2021-4155" }, { "cve": "CVE-2021-39275", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2021-39275" }, { "cve": "CVE-2021-3752", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2021-3752" }, { "cve": "CVE-2021-3621", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2021-3621" }, { "cve": "CVE-2021-3573", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2021-3573" }, { "cve": "CVE-2021-3564", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2021-3564" }, { "cve": "CVE-2021-34798", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2021-34798" }, { "cve": "CVE-2021-33656", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2021-33656" }, { "cve": "CVE-2021-33655", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2021-33655" }, { "cve": "CVE-2021-26691", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2021-26691" }, { "cve": "CVE-2021-26341", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2021-26341" }, { "cve": "CVE-2021-25220", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2021-25220" }, { "cve": "CVE-2021-0920", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2021-0920" }, { "cve": "CVE-2020-9493", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2020-9493" }, { "cve": "CVE-2020-12321", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2020-12321" }, { "cve": "CVE-2020-0466", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2020-0466" }, { "cve": "CVE-2020-0465", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2020-0465" }, { "cve": "CVE-2019-17571", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2019-17571" }, { "cve": "CVE-2016-2183", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2016-2183" }, { "cve": "CVE-2024-21617", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21617" }, { "cve": "CVE-2024-21616", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21616" }, { "cve": "CVE-2024-21614", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21614" }, { "cve": "CVE-2024-21613", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21613" }, { "cve": "CVE-2024-21612", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21612" }, { "cve": "CVE-2024-21611", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21611" }, { "cve": "CVE-2024-21607", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21607" }, { "cve": "CVE-2024-21606", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21606" }, { "cve": "CVE-2024-21604", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21604" }, { "cve": "CVE-2024-21603", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21603" }, { "cve": "CVE-2024-21602", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21602" }, { "cve": "CVE-2024-21601", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21601" }, { "cve": "CVE-2024-21600", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21600" }, { "cve": "CVE-2024-21599", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21599" }, { "cve": "CVE-2024-21597", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21597" }, { "cve": "CVE-2024-21596", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21596" }, { "cve": "CVE-2024-21595", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21595" }, { "cve": "CVE-2024-21594", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21594" }, { "cve": "CVE-2024-21591", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21591" }, { "cve": "CVE-2024-21589", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21589" }, { "cve": "CVE-2024-21587", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21587" }, { "cve": "CVE-2024-21585", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2024-21585" }, { "cve": "CVE-2023-38802", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-38802" }, { "cve": "CVE-2023-38408", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-38408" }, { "cve": "CVE-2023-3817", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-3817" }, { "cve": "CVE-2023-36842", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-36842" }, { "cve": "CVE-2023-3446", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-3446" }, { "cve": "CVE-2023-3341", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-3341" }, { "cve": "CVE-2023-32360", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-32360" }, { "cve": "CVE-2023-32067", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-32067" }, { "cve": "CVE-2023-2828", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-2828" }, { "cve": "CVE-2023-2650", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-2650" }, { "cve": "CVE-2023-26464", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-26464" }, { "cve": "CVE-2023-24329", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-24329" }, { "cve": "CVE-2023-23920", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-23920" }, { "cve": "CVE-2023-23918", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-23918" }, { "cve": "CVE-2023-23454", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-23454" }, { "cve": "CVE-2023-22809", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-22809" }, { "cve": "CVE-2023-2235", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-2235" }, { "cve": "CVE-2023-22081", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-22081" }, { "cve": "CVE-2023-22049", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-22049" }, { "cve": "CVE-2023-22045", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-22045" }, { "cve": "CVE-2023-21968", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-21968" }, { "cve": "CVE-2023-21967", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-21967" }, { "cve": "CVE-2023-21954", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-21954" }, { "cve": "CVE-2023-2194", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-2194" }, { "cve": "CVE-2023-21939", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-21939" }, { "cve": "CVE-2023-21938", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-21938" }, { "cve": "CVE-2023-21937", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-21937" }, { "cve": "CVE-2023-21930", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-21930" }, { "cve": "CVE-2023-21843", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-21843" }, { "cve": "CVE-2023-21830", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-21830" }, { "cve": "CVE-2023-2124", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-2124" }, { "cve": "CVE-2023-20593", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-20593" }, { "cve": "CVE-2023-20569", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-20569" }, { "cve": "CVE-2023-1829", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-1829" }, { "cve": "CVE-2023-1582", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-1582" }, { "cve": "CVE-2023-1281", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-1281" }, { "cve": "CVE-2023-1195", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-1195" }, { "cve": "CVE-2023-0767", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-0767" }, { "cve": "CVE-2023-0461", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-0461" }, { "cve": "CVE-2023-0394", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-0394" }, { "cve": "CVE-2023-0386", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-0386" }, { "cve": "CVE-2023-0286", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-0286" }, { "cve": "CVE-2023-0266", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2023-0266" }, { "cve": "CVE-2022-47929", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-47929" }, { "cve": "CVE-2022-43945", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-43945" }, { "cve": "CVE-2022-4378", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-4378" }, { "cve": "CVE-2022-43750", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-43750" }, { "cve": "CVE-2022-42896", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-42896" }, { "cve": "CVE-2022-42722", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-42722" }, { "cve": "CVE-2022-42721", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-42721" }, { "cve": "CVE-2022-42720", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-42720" }, { "cve": "CVE-2022-42703", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-42703" }, { "cve": "CVE-2022-4269", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-4269" }, { "cve": "CVE-2022-4254", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-4254" }, { "cve": "CVE-2022-41974", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-41974" }, { "cve": "CVE-2022-41674", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-41674" }, { "cve": "CVE-2022-4139", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-4139" }, { "cve": "CVE-2022-4129", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-4129" }, { "cve": "CVE-2022-41222", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-41222" }, { "cve": "CVE-2022-41218", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-41218" }, { "cve": "CVE-2022-39189", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-39189" }, { "cve": "CVE-2022-39188", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-39188" }, { "cve": "CVE-2022-38023", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-38023" }, { "cve": "CVE-2022-37434", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-37434" }, { "cve": "CVE-2022-3707", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-3707" }, { "cve": "CVE-2022-3628", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-3628" }, { "cve": "CVE-2022-3625", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-3625" }, { "cve": "CVE-2022-3623", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-3623" }, { "cve": "CVE-2022-3619", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-3619" }, { "cve": "CVE-2022-3567", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-3567" }, { "cve": "CVE-2022-3566", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-3566" }, { "cve": "CVE-2022-3564", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-3564" }, { "cve": "CVE-2022-3524", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-3524" }, { "cve": "CVE-2022-3239", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-3239" }, { "cve": "CVE-2022-30594", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-30594" }, { "cve": "CVE-2022-3028", "notes": [ { "category": "description", "text": "Es existieren mehrere Schwachstellen in verschiedenen Juniper-Produkten. Die Fehler bestehen aufgrund von unsachgem\u00e4\u00dfen Initialisierungen, nicht willk\u00fcrlichen Schreib- und Use-after-free-Fehlern, bei der \u00dcberpr\u00fcfung von \u00fcberm\u00e4\u00dfig langen DH-Schl\u00fcsseln, unsachgem\u00e4\u00dfen Pufferbeschr\u00e4nkungen, einer Speicher\u00fcberschreitung, einer unsachgem\u00e4\u00dfen Behandlung/Pr\u00fcfung von Ausnahmebedingungen, einem Out-of-bounds-Schreiben und einer unsachgem\u00e4\u00dfen Validierung der syntaktischen Korrektheit der Eingabe. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand zu verursachen und seine Privilegien zu erweitern. Die erfolgreiche Ausnutzung einiger dieser Schwachstellen erfordert eine Benutzerinteraktion oder erh\u00f6hte Privilegien." } ], "product_status": { "known_affected": [ "T030475", "T031995", "T030476", "T031994", "T031997", "T031996", "918766", "T030471", "T021598", "T018886", "T021597", "T019811", "T023853", "T021593" ] }, "release_date": "2024-01-10T23:00:00Z", "title": "CVE-2022-3028" } ] }
wid-sec-w-2023-2412
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "BIND (Berkeley Internet Name Domain) ist ein Open-Source-Softwarepaket, das einen Domain-Name-System-Server implementiert.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Internet Systems Consortium BIND ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-2412 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2412.json" }, { "category": "self", "summary": "WID-SEC-2023-2412 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2412" }, { "category": "external", "summary": "DELL Security Update", "url": "https://www.dell.com/support/kbdoc/de-de/000221476/dsa-2024-058-security-update-for-dell-networker-vproxy-multiple-components-vulnerabilities" }, { "category": "external", "summary": "Debian Security Advisory DLA-3726 vom 2024-01-30", "url": "https://lists.debian.org/debian-lts-announce/2024/01/msg00021.html" }, { "category": "external", "summary": "XEROX Security Advisory XRX24-001 vom 2024-03-11", "url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox%C2%AE-Security-Bulletin-XRX24-001-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf" }, { "category": "external", "summary": "CentOS Security Advisory CESA-2023:5691 vom 2024-01-12", "url": "https://lists.centos.org/pipermail/centos-announce/2024-January/099194.html" }, { "category": "external", "summary": "IBM Security Bulletin 7099313 vom 2023-12-18", "url": "https://aix.software.ibm.com/aix/efixes/security/bind_advisory25.asc" }, { "category": "external", "summary": "BIND Security Advisory vom 2023-09-20", "url": "https://kb.isc.org/docs/cve-2023-3341" }, { "category": "external", "summary": "BIND Security Advisory vom 2023-09-20", "url": "https://kb.isc.org/docs/cve-2023-4236" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6390-1 vom 2023-09-20", "url": "https://ubuntu.com/security/notices/USN-6390-1" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:3737-1 vom 2023-09-22", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016301.html" }, { "category": "external", "summary": "Debian Security Advisory DSA-5504 vom 2023-09-22", "url": "https://lists.debian.org/debian-security-announce/2023/msg00197.html" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2023-A2621F58A9 vom 2023-09-25", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-a2621f58a9" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2023-87502C4A93 vom 2023-09-25", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-87502c4a93" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2023-687525FCCA vom 2023-09-25", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-687525fcca" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2023-B4ACB0F7C6 vom 2023-09-26", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-b4acb0f7c6" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:3796-1 vom 2023-09-26", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016332.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:3821-1 vom 2023-09-27", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016371.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:3805-1 vom 2023-09-27", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016346.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:3934-1 vom 2023-10-02", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-October/016477.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2-2023-2273 vom 2023-10-06", "url": "https://alas.aws.amazon.com/AL2/ALAS-2023-2273.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5460 vom 2023-10-05", "url": "https://access.redhat.com/errata/RHSA-2023:5460" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5473 vom 2023-10-05", "url": "https://access.redhat.com/errata/RHSA-2023:5473" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5474 vom 2023-10-05", "url": "https://access.redhat.com/errata/RHSA-2023:5474" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-5460 vom 2023-10-07", "url": "http://linux.oracle.com/errata/ELSA-2023-5460.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2023-1845 vom 2023-10-06", "url": "https://alas.aws.amazon.com/ALAS-2023-1845.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-5474 vom 2023-10-07", "url": "http://linux.oracle.com/errata/ELSA-2023-5474.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5526 vom 2023-10-09", "url": "https://access.redhat.com/errata/RHSA-2023:5526" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5527 vom 2023-10-09", "url": "https://access.redhat.com/errata/RHSA-2023:5527" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5529 vom 2023-10-09", "url": "https://access.redhat.com/errata/RHSA-2023:5529" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6421-1 vom 2023-10-09", "url": "https://ubuntu.com/security/notices/USN-6421-1" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-5691 vom 2023-10-12", "url": "https://linux.oracle.com/errata/ELSA-2023-5691.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5690 vom 2023-10-13", "url": "https://access.redhat.com/errata/RHSA-2023:5690" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5691 vom 2023-10-16", "url": "https://access.redhat.com/errata/RHSA-2023:5691" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-5689 vom 2023-10-14", "url": "https://linux.oracle.com/errata/ELSA-2023-5689.html" }, { "category": "external", "summary": "NetApp Security Advisory NTAP-20231013-0003 vom 2023-10-14", "url": "https://security.netapp.com/advisory/ntap-20231013-0003/" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5689 vom 2023-10-16", "url": "https://access.redhat.com/errata/RHSA-2023:5689" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5771 vom 2023-10-17", "url": "https://access.redhat.com/errata/RHSA-2023:5771" }, { "category": "external", "summary": "XEROX Security Advisory XRX24-004 vom 2024-03-04", "url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox%C2%AE-Security-Bulletin-XRX24-004-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v7.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX24-003 vom 2024-03-04", "url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox%C2%AE-Security-Bulletin-XRX24-003-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v7.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX24-005 vom 2024-03-04", "url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox-Security-Bulletin-XRX24-005-Xerox-FreeFlow%C2%AE-Print-Server-v9_Feb-2024.pdf" }, { "category": "external", "summary": "IBM Security Bulletin 7070736 vom 2023-11-10", "url": "https://www.ibm.com/support/pages/node/7070736" }, { "category": "external", "summary": "IBM Security Bulletin 7148094 vom 2024-04-11", "url": "https://www.ibm.com/support/pages/node/7148094" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-1781 vom 2024-04-12", "url": "https://linux.oracle.com/errata/ELSA-2024-1781.html" } ], "source_lang": "en-US", "title": "Internet Systems Consortium BIND: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-04-11T22:00:00.000+00:00", "generator": { "date": "2024-04-22T08:41:19.694+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-2412", "initial_release_date": "2023-09-20T22:00:00.000+00:00", "revision_history": [ { "date": "2023-09-20T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-09-24T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von SUSE und Debian aufgenommen" }, { "date": "2023-09-25T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2023-09-26T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-09-27T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-10-03T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-10-05T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Amazon und Red Hat aufgenommen" }, { "date": "2023-10-08T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Oracle Linux und Amazon aufgenommen" }, { "date": "2023-10-09T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Red Hat und Ubuntu aufgenommen" }, { "date": "2023-10-12T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2023-10-15T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Red Hat, Oracle Linux und NetApp aufgenommen" }, { "date": "2023-10-17T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-11-12T23:00:00.000+00:00", "number": "13", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2023-12-18T23:00:00.000+00:00", "number": "14", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-01-14T23:00:00.000+00:00", "number": "15", "summary": "Neue Updates von CentOS aufgenommen" }, { "date": "2024-01-28T23:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Dell aufgenommen" }, { "date": "2024-01-30T23:00:00.000+00:00", "number": "17", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2024-03-03T23:00:00.000+00:00", "number": "18", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2024-03-11T23:00:00.000+00:00", "number": "19", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2024-04-11T22:00:00.000+00:00", "number": "20", "summary": "Neue Updates von IBM und Oracle Linux aufgenommen" } ], "status": "final", "version": "20" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "vProxy\u003c19.9.0.4", "product": { "name": "Dell NetWorker vProxy\u003c19.9.0.4", "product_id": "T032377", "product_identification_helper": { "cpe": "cpe:/a:dell:networker:vproxy_19.9.0.4" } } }, { "category": "product_version_range", "name": "vProxy\u003c19.10", "product": { "name": "Dell NetWorker vProxy\u003c19.10", "product_id": "T032378", "product_identification_helper": { "cpe": "cpe:/a:dell:networker:vproxy_19.10" } } } ], "category": "product_name", "name": "NetWorker" } ], "category": "vendor", "name": "Dell" }, { "branches": [ { "category": "product_name", "name": "Fedora Linux", "product": { "name": "Fedora Linux", "product_id": "74185", "product_identification_helper": { "cpe": "cpe:/o:fedoraproject:fedora:-" } } } ], "category": "vendor", "name": "Fedora" }, { "branches": [ { "branches": [ { "category": "product_version", "name": "7.3", "product": { "name": "IBM AIX 7.3", "product_id": "1139691", "product_identification_helper": { "cpe": "cpe:/o:ibm:aix:7.3" } } }, { "category": "product_version", "name": "7.2", "product": { "name": "IBM AIX 7.2", "product_id": "434967", "product_identification_helper": { "cpe": "cpe:/o:ibm:aix:7.2" } } } ], "category": "product_name", "name": "AIX" }, { "branches": [ { "category": "product_version", "name": "7.5", "product": { "name": "IBM QRadar SIEM 7.5", "product_id": "T022954", "product_identification_helper": { "cpe": "cpe:/a:ibm:qradar_siem:7.5" } } }, { "category": "product_version_range", "name": "\u003c7.5.0 UP7 IF02", "product": { "name": "IBM QRadar SIEM \u003c7.5.0 UP7 IF02", "product_id": "T031043", "product_identification_helper": { "cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up7_if02" } } } ], "category": "product_name", "name": "QRadar SIEM" }, { "branches": [ { "category": "product_version", "name": "3.1", "product": { "name": "IBM VIOS 3.1", "product_id": "1039165", "product_identification_helper": { "cpe": "cpe:/a:ibm:vios:3.1" } } }, { "category": "product_version", "name": "4.1", "product": { "name": "IBM VIOS 4.1", "product_id": "1522854", "product_identification_helper": { "cpe": "cpe:/a:ibm:vios:4.1" } } } ], "category": "product_name", "name": "VIOS" } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c9.16.44", "product": { "name": "Internet Systems Consortium BIND \u003c9.16.44", "product_id": "T029997", "product_identification_helper": { "cpe": "cpe:/a:isc:bind:9.16.44" } } }, { "category": "product_version_range", "name": "\u003c9.18.19", "product": { "name": "Internet Systems Consortium BIND \u003c9.18.19", "product_id": "T029998", "product_identification_helper": { "cpe": "cpe:/a:isc:bind:9.18.19" } } }, { "category": "product_version_range", "name": "\u003c9.19.17", "product": { "name": "Internet Systems Consortium BIND \u003c9.19.17", "product_id": "T029999", "product_identification_helper": { "cpe": "cpe:/a:isc:bind:9.19.17" } } } ], "category": "product_name", "name": "BIND" } ], "category": "vendor", "name": "Internet Systems Consortium" }, { "branches": [ { "category": "product_name", "name": "NetApp ActiveIQ Unified Manager", "product": { "name": "NetApp ActiveIQ Unified Manager", "product_id": "T026333", "product_identification_helper": { "cpe": "cpe:/a:netapp:active_iq_unified_manager:vmware_vsphere" } } } ], "category": "vendor", "name": "NetApp" }, { "branches": [ { "category": "product_name", "name": "Open Source CentOS", "product": { "name": "Open Source CentOS", "product_id": "1727", "product_identification_helper": { "cpe": "cpe:/o:centos:centos:-" } } } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" }, { "branches": [ { "branches": [ { "category": "product_version", "name": "9", "product": { "name": "Xerox FreeFlow Print Server 9", "product_id": "T002977", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:9" } } }, { "category": "product_version", "name": "v7", "product": { "name": "Xerox FreeFlow Print Server v7", "product_id": "T015631", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v7" } } }, { "category": "product_version", "name": "v9", "product": { "name": "Xerox FreeFlow Print Server v9", "product_id": "T015632", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v9" } } } ], "category": "product_name", "name": "FreeFlow Print Server" } ], "category": "vendor", "name": "Xerox" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-3341", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Internet Systems Consortium BIND. Dieser Fehler besteht in der Komponente \"named\", da der Code zum Parsen von Paketen gezwungen werden kann, den verf\u00fcgbaren Stapelspeicher zu ersch\u00f6pfen. Durch das Senden einer speziell gestalteten Meldung \u00fcber den Kontrollkanal kann ein entfernter, anonymer Angreifer diese Schwachstelle ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "T032377", "T032378", "67646", "434967", "1039165", "1522854", "T015632", "T002977", "T015631", "T004914", "T031043", "74185", "T022954", "1139691", "2951", "T002207", "T000126", "398363", "1727", "T026333" ] }, "release_date": "2023-09-20T22:00:00Z", "title": "CVE-2023-3341" }, { "cve": "CVE-2023-4236", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle im Internet Systems Consortium BIND. Dieser Fehler besteht im Netzwerkcode, da der Code eine erhebliche DNS-over-TLS-Abfrage-Last nicht bew\u00e4ltigen kann. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "T032377", "T032378", "67646", "434967", "1039165", "1522854", "T015632", "T002977", "T015631", "T004914", "T031043", "74185", "T022954", "1139691", "2951", "T002207", "T000126", "398363", "T029997", "1727", "T026333" ] }, "release_date": "2023-09-20T22:00:00Z", "title": "CVE-2023-4236" } ] }
ghsa-w5c6-c6wv-54h7
Vulnerability from github
The code that processes control channel messages sent to named
calls certain functions recursively during packet parsing. Recursion depth is only limited by the maximum accepted packet size; depending on the environment, this may cause the packet-parsing code to run out of available stack memory, causing named
to terminate unexpectedly. Since each incoming control channel message is fully parsed before its contents are authenticated, exploiting this flaw does not require the attacker to hold a valid RNDC key; only network access to the control channel's configured TCP port is necessary.
This issue affects BIND 9 versions 9.2.0 through 9.16.43, 9.18.0 through 9.18.18, 9.19.0 through 9.19.16, 9.9.3-S1 through 9.16.43-S1, and 9.18.0-S1 through 9.18.18-S1.
{ "affected": [], "aliases": [ "CVE-2023-3341" ], "database_specific": { "cwe_ids": [ "CWE-787" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2023-09-20T13:15:11Z", "severity": "HIGH" }, "details": "The code that processes control channel messages sent to `named` calls certain functions recursively during packet parsing. Recursion depth is only limited by the maximum accepted packet size; depending on the environment, this may cause the packet-parsing code to run out of available stack memory, causing `named` to terminate unexpectedly. Since each incoming control channel message is fully parsed before its contents are authenticated, exploiting this flaw does not require the attacker to hold a valid RNDC key; only network access to the control channel\u0027s configured TCP port is necessary.\nThis issue affects BIND 9 versions 9.2.0 through 9.16.43, 9.18.0 through 9.18.18, 9.19.0 through 9.19.16, 9.9.3-S1 through 9.16.43-S1, and 9.18.0-S1 through 9.18.18-S1.", "id": "GHSA-w5c6-c6wv-54h7", "modified": "2024-02-16T21:31:31Z", "published": "2023-09-20T15:30:51Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341" }, { "type": "WEB", "url": "https://kb.isc.org/docs/cve-2023-3341" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2024/01/msg00021.html" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IPJLLTJCSDJJII7IIZPLTBQNWP7MZH7F" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U35OARLQCPMVCBBPHWBXY5M6XJLD2TZ5" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VSK5V4W4OHPM3JTJGWAQD6CZW7SFD75B" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20231013-0003" }, { "type": "WEB", "url": "https://www.debian.org/security/2023/dsa-5504" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2023/09/20/2" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ] }
- 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.